From aceab8c8958602672a6a0fc7289b391ff23804b9 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sat, 20 Aug 2016 01:04:59 +0200 Subject: reproducible Debian: vary the build path on all suites except testing --- bin/reproducible_build.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'bin/reproducible_build.sh') 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 -- cgit v1.2.3-70-g09d2