summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-11-19 15:45:01 +0100
committerHolger Levsen <holger@layer-acht.org>2016-11-19 15:45:01 +0100
commitd060d88c054433c31e4d33290888537e26f5d2c2 (patch)
tree6913d8fd34cc449bec2eb11c595b498cddb7ef70 /bin
parente2a00193979f2102544b5979cbaa251390df3be3 (diff)
downloadjenkins.debian.net-d060d88c054433c31e4d33290888537e26f5d2c2.tar.xz
reproducible Debian: remove FIXME asking to use --buildinfo-identifier which was only available in patched dpkg
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin')
-rwxr-xr-xbin/reproducible_build.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index b2d617fa..18e0adab 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -606,7 +606,6 @@ EOF
echo "BUILDDIR=/build" >> "$TMPCFG"
fi
# remember to change the sudoers setting if you change the following command
- # FIXME: call with --buildinfo-identifier=dummy instead and below
( sudo timeout -k 18.1h 18h /usr/bin/ionice -c 3 /usr/bin/nice \
/usr/sbin/pbuilder --build \
--configfile $TMPCFG \
@@ -671,7 +670,6 @@ 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)
- # fix: call with --buildinfo-identifier=dummy instead (and above)
sudo timeout -k 24.1h 24h /usr/bin/ionice -c 3 /usr/bin/nice \
/usr/bin/unshare --uts -- \
/usr/sbin/pbuilder --build \