summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-01-16 15:46:30 +0100
committerHolger Levsen <holger@layer-acht.org>2016-01-16 15:46:30 +0100
commit74fdb4ff0bf038fae5a7a97c71f1ea36f5eed0b8 (patch)
tree38527607606c3a56f27357cf5c511b9d81226b29
parent44aa11c3f9b4055fd09d9adb0d39ac76c05a74e9 (diff)
downloadjenkins.debian.net-74fdb4ff0bf038fae5a7a97c71f1ea36f5eed0b8.tar.xz
reproducible: add FIXMEs so we dont forget to remove this confusion
-rwxr-xr-xbin/reproducible_build.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index 3b5aee9a..1d5000ea 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -555,6 +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
( sudo timeout -k 12.1h 12h /usr/bin/ionice -c 3 /usr/bin/nice \
/usr/sbin/pbuilder --build \
--configfile $TMPCFG \
@@ -598,6 +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
sudo timeout -k 18.1h 18h /usr/bin/ionice -c 3 /usr/bin/nice \
/usr/bin/unshare --uts -- \
/usr/sbin/pbuilder --build \