diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-08-31 00:55:26 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-08-31 00:55:26 +0200 |
commit | c9f8151b781f844aa707d7a72c74acc067a8e1f9 (patch) | |
tree | 466764f1480100cda250927edde1fd24d6ba5261 /bin | |
parent | 3bbf29797ec728ee82f2ce93398150df00f0e55e (diff) | |
download | jenkins.debian.net-c9f8151b781f844aa707d7a72c74acc067a8e1f9.tar.xz |
reproducible: explicit directory
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_build.sh | 4 |
1 files changed, 2 insertions, 2 deletions
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 |