From c9f8151b781f844aa707d7a72c74acc067a8e1f9 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Mon, 31 Aug 2015 00:55:26 +0200 Subject: reproducible: explicit directory --- bin/reproducible_build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin') diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh index dc2b7768..52662657 100755 --- a/bin/reproducible_build.sh +++ b/bin/reproducible_build.sh @@ -453,7 +453,7 @@ EOF --configfile $TMPCFG \ --debbuildopts "-b" \ --basetgz /var/cache/pbuilder/$SUITE-reproducible-base.tgz \ - --buildresult b1 \ + --buildresult $TMPDIR/b1 \ --logfile b1/build.log \ ${SRCPACKAGE}_${EVERSION}.dsc ) 2>&1 | tee -a $RBUILDLOG @@ -482,7 +482,7 @@ EOF --hookdir /etc/pbuilder/rebuild-hooks \ --debbuildopts "-b" \ --basetgz /var/cache/pbuilder/$SUITE-reproducible-base.tgz \ - --buildresult b2 \ + --buildresult $TMPDIR/b2 \ --logfile b2/build.log \ ${SRCPACKAGE}_${EVERSION}.dsc || true # exit with 1 when ftbfs if ! "$DEBUG" ; then set +x ; fi -- cgit v1.2.3-54-g00ecf