[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: add blank line after build in rbuild.log
Holger Levsen
holger at moszumanska.debian.org
Fri Mar 13 00:22:13 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 7642c0fa9d8af9872b3073082ef17c41ee314feb
Author: Holger Levsen <holger at layer-acht.org>
Date: Thu Mar 12 22:13:58 2015 +0100
reproducible: add blank line after build in rbuild.log
---
bin/reproducible_build.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index f8ae899..18f5dfa 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -72,7 +72,7 @@ call_debbindiff() {
# write locks are only done by the schroot setup job
touch $DBDCHROOT_READLOCK
fi
- echo
+ echo | tee -a ${RBUILDLOG}
echo "$(date) - $(schroot --directory /tmp -c source:jenkins-reproducible-sid-debbindiff debbindiff -- --version 2>&1) will be used to compare the two builds now." | tee -a ${RBUILDLOG}
( timeout 15m schroot --directory $TMPDIR -c source:jenkins-reproducible-sid-debbindiff debbindiff -- --html ./${LOGFILE} ./b1/${SRCPACKAGE}_${EVERSION}_${ARCH}.changes ./b2/${SRCPACKAGE}_${EVERSION}_${ARCH}.changes ) 2>&1 >> ${RBUILDLOG}
RESULT=$?
--
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