[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: explicit directory
Holger Levsen
holger at moszumanska.debian.org
Sun Aug 30 22:55:47 UTC 2015
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch master
in repository jenkins.debian.net.
commit c9f8151b781f844aa707d7a72c74acc067a8e1f9
Author: Holger Levsen <holger at layer-acht.org>
Date: Mon Aug 31 00:55:26 2015 +0200
reproducible: explicit directory
---
bin/reproducible_build.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index dc2b776..5266265 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
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git
More information about the Qa-jenkins-scm
mailing list