diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-03-12 22:13:58 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-03-12 22:13:58 +0100 |
commit | 7642c0fa9d8af9872b3073082ef17c41ee314feb (patch) | |
tree | 8480eb27adca57a4123c2bc12046b0c8288dc481 | |
parent | 6725ef53532e75331f417e1b21cbc16002263dd8 (diff) | |
download | jenkins.debian.net-7642c0fa9d8af9872b3073082ef17c41ee314feb.tar.xz |
reproducible: add blank line after build in rbuild.log
-rwxr-xr-x | bin/reproducible_build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh index f8ae899b..18f5dfa1 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=$? |