summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_build.sh
diff options
context:
space:
mode:
authorPaul Wise <pabs@debian.org>2016-08-31 15:25:48 +0800
committerMattia Rizzolo <mattia@debian.org>2016-08-31 13:37:15 +0000
commite5d053aefa5f6d5f54dc5ce4b33ce86ec4e26a0b (patch)
tree3de5004d274afc1d46984d9c3d45d67a25ed3cec /bin/reproducible_build.sh
parent9f08c4821063309e52af6c3bf7d1085730c1115e (diff)
downloadjenkins.debian.net-e5d053aefa5f6d5f54dc5ce4b33ce86ec4e26a0b.tar.xz
Vary the lengths of the two build paths
Signed-off-by: Mattia Rizzolo <mattia@debian.org>
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 79997ad4..99a73a95 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -597,7 +597,7 @@ export LANGUAGE="en_US:en"
EOF
# build path is not yet varied on testing
if [ "${SUITE}" != "testing" ]; then
- echo "BUILDDIR=/build-1st" >> "$TMPCFG"
+ echo "BUILDDIR=/build-first" >> "$TMPCFG"
fi
# remember to change the sudoers setting if you change the following command
# FIXME: call with --buildinfo-identifier=dummy instead and below
@@ -655,7 +655,7 @@ umask 0002
EOF
# build path is not yet varied on testing
if [ "${SUITE}" != "testing" ]; then
- echo "BUILDDIR=/build-2nd" >> "$TMPCFG"
+ echo "BUILDDIR=/build-second" >> "$TMPCFG"
fi
set +e
# remember to change the sudoers setting if you change the following command