summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_build.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-08-20 01:04:59 +0200
committerHolger Levsen <holger@layer-acht.org>2016-08-20 01:04:59 +0200
commitaceab8c8958602672a6a0fc7289b391ff23804b9 (patch)
treed3f1d4f1860521542b0a74c4bc51402f9afaba47 /bin/reproducible_build.sh
parent3632773a60cabff3c4c83e543da504ee305662a1 (diff)
downloadjenkins.debian.net-aceab8c8958602672a6a0fc7289b391ff23804b9.tar.xz
reproducible Debian: vary the build path on all suites except testing
Diffstat (limited to 'bin/reproducible_build.sh')
-rwxr-xr-xbin/reproducible_build.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index 11727ffd..24b47279 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -594,8 +594,8 @@ export LANG="C"
unset LC_ALL
export LANGUAGE="en_US:en"
EOF
- # build path is for now only varied on testing/i386
- if [ "${ARCH}" = "i386" -a "${SUITE}" = "testing" ]; then
+ # build path is not yet varied on testing
+ if [ "${SUITE}" != "testing" ]; then
echo "BUILDDIR=/build-1st" >> "$TMPCFG"
fi
# remember to change the sudoers setting if you change the following command
@@ -652,8 +652,8 @@ export LC_ALL="$locale.UTF-8"
export LANGUAGE="$locale:$language"
umask 0002
EOF
- # build path is for now only varied on testing/i386
- if [ "${ARCH}" = "i386" -a "${SUITE}" = "testing" ]; then
+ # build path is not yet varied on testing
+ if [ "${SUITE}" != "testing" ]; then
echo "BUILDDIR=/build-2nd" >> "$TMPCFG"
fi
set +e