summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_build.sh
diff options
context:
space:
mode:
authorMattia Rizzolo <mattia@debian.org>2016-08-31 14:36:22 +0000
committerMattia Rizzolo <mattia@debian.org>2016-08-31 14:36:22 +0000
commitb98d3cba8f7726de25317deb05832c583c6000c8 (patch)
tree0cc44f5ce94ac1055ea21ac760c2df354a31b13e /bin/reproducible_build.sh
parentbe93cd56319d64a77d9b64712c11c5799f4ff395 (diff)
downloadjenkins.debian.net-b98d3cba8f7726de25317deb05832c583c6000c8.tar.xz
Revert "Vary the lengths of the two build paths"
It causes a too huge diff in the binaries, making diffoscope output unreadable. This reverts commit e5d053aefa5f6d5f54dc5ce4b33ce86ec4e26a0b.
Diffstat (limited to 'bin/reproducible_build.sh')
-rwxr-xr-xbin/reproducible_build.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index 02b70b27..e7b56671 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -598,7 +598,7 @@ export LANGUAGE="en_US:en"
EOF
# build path is not yet varied on testing
if [ "${SUITE}" != "testing" ]; then
- echo "BUILDDIR=/build-first" >> "$TMPCFG"
+ echo "BUILDDIR=/build-1st" >> "$TMPCFG"
fi
# remember to change the sudoers setting if you change the following command
# FIXME: call with --buildinfo-identifier=dummy instead and below
@@ -657,7 +657,7 @@ umask 0002
EOF
# build path is not yet varied on testing
if [ "${SUITE}" != "testing" ]; then
- echo "BUILDDIR=/build-second" >> "$TMPCFG"
+ echo "BUILDDIR=/build-2nd" >> "$TMPCFG"
fi
set +e
# remember to change the sudoers setting if you change the following command