Branch: refs/heads/master Home: https://github.com/jenkinsci/chroot-plugin Commit: c48129110ff57ea83732be5b5cc0ee488169efdb https://github.com/jenkinsci/chroot-plugin/commit/c48129110ff57ea83732be5b5cc0ee488169efdb Author: Kodekarl <kodek...@users.noreply.github.com> Date: 2015-03-12 (Thu, 12 Mar 2015)
Changed paths: M src/main/java/org/jenkinsci/plugins/chroot/builders/ChrootBuilder.java Log Message: ----------- Fix crash when saving field "Requirements Files". The code tried to load the file contents into a list. However, the file may not even exist at this time, and the list was subsequently never used, so we might as well not read the file right now. When we do attempt to read it, fail if the file does not exist. Commit: cb1217f436078f32a731de9e7625685075654e99 https://github.com/jenkinsci/chroot-plugin/commit/cb1217f436078f32a731de9e7625685075654e99 Author: Roman Mohr <ro...@fenkhuber.at> Date: 2015-05-08 (Fri, 08 May 2015) Changed paths: M src/main/java/org/jenkinsci/plugins/chroot/builders/ChrootBuilder.java Log Message: ----------- Merge pull request #9 from kodekarl/requirement_files_nocrash Fix crash when saving field "Requirements Files". Commit: c2a2bb9b6d06fdbeb0b6b2857a81ad48a10c9e0e https://github.com/jenkinsci/chroot-plugin/commit/c2a2bb9b6d06fdbeb0b6b2857a81ad48a10c9e0e Author: Kodekarl <kodek...@users.noreply.github.com> Date: 2015-05-09 (Sat, 09 May 2015) Changed paths: M src/main/java/org/jenkinsci/plugins/chroot/builders/ChrootBuilder.java Log Message: ----------- Obtain a reference to AbstractProject in validation. This enables us to look for the file(s) in "some workspace" instead of "somewhere". Commit: 041e913b3d93628a1a3da1aa4d72407d8e7b0bbf https://github.com/jenkinsci/chroot-plugin/commit/041e913b3d93628a1a3da1aa4d72407d8e7b0bbf Author: Roman Mohr <ro...@fenkhuber.at> Date: 2015-05-10 (Sun, 10 May 2015) Changed paths: M src/main/java/org/jenkinsci/plugins/chroot/builders/ChrootBuilder.java Log Message: ----------- Merge pull request #13 from kodekarl/requirement_files_field_validation_squashed Obtain a reference to AbstractProject in validation. Commit: 77e77855d1bff626bdefc07194a135ea1fe89f2d https://github.com/jenkinsci/chroot-plugin/commit/77e77855d1bff626bdefc07194a135ea1fe89f2d Author: Corecatcher <coreca...@users.noreply.github.com> Date: 2015-06-22 (Mon, 22 Jun 2015) Changed paths: M src/main/java/org/jenkinsci/plugins/chroot/tools/ChrootToolset.java Log Message: ----------- Fixed double execution of ChrootWorker.setUp() This fixes a bug which would result in ChrootWorker/PBuilderWorker.setUp() to be called twice during installation times. Commit: b7cf6c66c2d86af34c877ef3a1b6f773464f083d https://github.com/jenkinsci/chroot-plugin/commit/b7cf6c66c2d86af34c877ef3a1b6f773464f083d Author: Corecatcher <coreca...@users.noreply.github.com> Date: 2015-06-23 (Tue, 23 Jun 2015) Changed paths: M src/main/java/org/jenkinsci/plugins/chroot/util/ChrootUtil.java Log Message: ----------- Bugfix for md5 sums with trailing whitespaces Add an additional trim() call on the md5 sum from the Digest file, some systems write md5 sums with trailing whitespace e.g: newline Commit: 5904208891f92911d1bc82d07f5f1118095e154c https://github.com/jenkinsci/chroot-plugin/commit/5904208891f92911d1bc82d07f5f1118095e154c Author: Roman Mohr <ro...@fenkhuber.at> Date: 2015-06-24 (Wed, 24 Jun 2015) Changed paths: M src/main/java/org/jenkinsci/plugins/chroot/util/ChrootUtil.java Log Message: ----------- Merge pull request #18 from corecache/corecache-fix-whitespace-md5sum Bugfix for md5 sums with trailing whitespaces Commit: 84487d77066ae1e4a2da85107901b6b0a791c128 https://github.com/jenkinsci/chroot-plugin/commit/84487d77066ae1e4a2da85107901b6b0a791c128 Author: Roman Mohr <ro...@fenkhuber.at> Date: 2015-07-14 (Tue, 14 Jul 2015) Changed paths: M src/main/java/org/jenkinsci/plugins/chroot/tools/ChrootToolset.java Log Message: ----------- Merge pull request #17 from corecache/corecache-double-setup-fix Fixed double execution of ChrootWorker.setUp() Commit: 8dc0fc024f0bafac3f189e17aaebe832e2938a28 https://github.com/jenkinsci/chroot-plugin/commit/8dc0fc024f0bafac3f189e17aaebe832e2938a28 Author: Roman Mohr <rm...@redhat.com> Date: 2015-07-14 (Tue, 14 Jul 2015) Changed paths: M src/main/java/org/jenkinsci/plugins/chroot/extensions/PBuilderWorker.java Log Message: ----------- Fix #16: Check if python3-software-properties exists, to detect Ubuntu 12.04 Ubuntu 12.04 introduces software-proerties-commons and from 14.04 on, the script `add-apt-repository` has been moved to this package. This patch uses python3-software-properties to determine which package to install. Commit: 24046d2715b76d4434f9473c567642fab92622f4 https://github.com/jenkinsci/chroot-plugin/commit/24046d2715b76d4434f9473c567642fab92622f4 Author: Brian Brazil <brian-bra...@users.noreply.github.com> Date: 2015-09-19 (Sat, 19 Sep 2015) Changed paths: M src/main/java/org/jenkinsci/plugins/chroot/builders/ChrootBuilder.java Log Message: ----------- Improve spelling and grammar in error message Commit: ff223d197f270c2cdb18f1842f413c4190f3c184 https://github.com/jenkinsci/chroot-plugin/commit/ff223d197f270c2cdb18f1842f413c4190f3c184 Author: Roman Mohr <ro...@fenkhuber.at> Date: 2016-02-01 (Mon, 01 Feb 2016) Changed paths: M src/main/java/org/jenkinsci/plugins/chroot/builders/ChrootBuilder.java Log Message: ----------- Merge pull request #24 from brian-brazil/patch-1 Improve spelling and grammar in error message Commit: 7ce4f1700e550bf048b3d2d3550aaad09283cccd https://github.com/jenkinsci/chroot-plugin/commit/7ce4f1700e550bf048b3d2d3550aaad09283cccd Author: Roman Mohr <ro...@fenkhuber.at> Date: 2016-03-15 (Tue, 15 Mar 2016) Changed paths: M src/main/java/org/jenkinsci/plugins/chroot/builders/ChrootBuilder.java M src/main/java/org/jenkinsci/plugins/chroot/extensions/PBuilderWorker.java M src/main/java/org/jenkinsci/plugins/chroot/tools/ChrootToolset.java M src/main/java/org/jenkinsci/plugins/chroot/util/ChrootUtil.java Log Message: ----------- Merge pull request #7 from rmohr/master Merge some fixes Compare: https://github.com/jenkinsci/chroot-plugin/compare/8fb1bb9f9d2e...7ce4f1700e55 -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.