diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-01-25 10:46:11 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-01-25 10:46:11 +0100 |
commit | 6ec11cc0f9e6fa38f035b149c739506bd1244a97 (patch) | |
tree | d6a0ce19ffa6b0cbcebb7fb67e8602a2c23bb1fd /bin | |
parent | 274be2048030285e11f63afec5394d723cc54f9c (diff) | |
download | jenkins.debian.net-6ec11cc0f9e6fa38f035b149c739506bd1244a97.tar.xz |
reproducible: get rid off one FIXME reminder
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_build.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh index 1d5000ea..aca85732 100755 --- a/bin/reproducible_build.sh +++ b/bin/reproducible_build.sh @@ -555,7 +555,7 @@ export DEB_BUILD_OPTIONS="parallel=$NUM_CPU" export TZ="/usr/share/zoneinfo/Etc/GMT+12" EOF # remember to change the sudoers setting if you change the following command - # FIXME: call with --buildinfo-identifier=dummy instead + # FIXME: call with --buildinfo-identifier=dummy instead and below ( sudo timeout -k 12.1h 12h /usr/bin/ionice -c 3 /usr/bin/nice \ /usr/sbin/pbuilder --build \ --configfile $TMPCFG \ @@ -599,7 +599,7 @@ EOF # remember to change the sudoers setting if you change the following command # (the 2nd build gets a longer timeout trying to make sure the first build # aint wasted when then 2nd happens on a highly loaded node) - # FIXME: call with --buildinfo-identifier=dummy instead + # fix: call with --buildinfo-identifier=dummy instead (and above) sudo timeout -k 18.1h 18h /usr/bin/ionice -c 3 /usr/bin/nice \ /usr/bin/unshare --uts -- \ /usr/sbin/pbuilder --build \ |