[Qa-jenkins-scm] [jenkins.debian.net] 08/12: reproducible: build: refactor: restore the cat *.changes I accidently dropped
Holger Levsen
holger at moszumanska.debian.org
Sat Apr 18 15:44:58 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 54b0fa01596eea59a75973f358378f58cb31ad21
Author: Mattia Rizzolo <mattia at mapreri.org>
Date: Mon Apr 6 15:21:21 2015 +0200
reproducible: build: refactor: restore the cat *.changes I accidently dropped
---
bin/reproducible_build.sh | 1 +
1 file changed, 1 insertion(+)
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index 362f8bb..b43290a 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -320,6 +320,7 @@ build_rebuild() {
cleanup_userContent # FIXME check wheter my changes here are fine
mv $RBUILDLOG /var/lib/jenkins/userContent/rbuild/${SUITE}/${ARCH}/${SRCPACKAGE}_${EVERSION}.rbuild.log
RBUIlDLOG=/var/lib/jenkins/userContent/rbuild/${SUITE}/${ARCH}/${SRCPACKAGE}_${EVERSION}.rbuild.log
+ cat b1/${SRCPACKAGE}_${EVERSION}_${ARCH}.changes | tee -a ${RBUILDLOG}
call_debbindiff
else
echo "The second build failed, even though the first build was successful." | tee -a ${RBUILDLOG}
--
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