From 862643b7e777d87fd59a6cae0093f468f3cc4bee Mon Sep 17 00:00:00 2001 From: Reiner Herrmann Date: Sun, 31 Jul 2016 20:02:27 +0200 Subject: reproducible debian: vary build path on testing/i386 Signed-off-by: Holger Levsen --- bin/reproducible_build.sh | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'bin/reproducible_build.sh') diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh index f32fcb5d..966c806a 100755 --- a/bin/reproducible_build.sh +++ b/bin/reproducible_build.sh @@ -594,6 +594,10 @@ 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 + 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 ( sudo timeout -k 18.1h 18h /usr/bin/ionice -c 3 /usr/bin/nice \ @@ -648,6 +652,10 @@ 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 + echo "BUILDDIR=/build-2nd" >> "$TMPCFG" + fi set +e # 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 -- cgit v1.2.3-54-g00ecf