[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: build: try another way to get diffoscope stderr into the rbuild
Holger Levsen
holger at moszumanska.debian.org
Tue Aug 25 22:19:27 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 c6935d9a231a373b0622fe72c21b207348e62ec7
Author: Mattia Rizzolo <mattia at mapreri.org>
Date: Tue Aug 25 22:16:02 2015 +0000
reproducible: build: try another way to get diffoscope stderr into the rbuild
---
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 ba6a272..aaa7593 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -298,7 +298,7 @@ call_diffoscope_on_changes_files() {
--text $TMPDIR/$DBDTXT \
$TMPDIR/b1/${SRCPACKAGE}_${EVERSION}_${ARCH}.changes \
$TMPDIR/b2/${SRCPACKAGE}_${EVERSION}_${ARCH}.changes" \
- ) 2>&1 >> $TMPLOG
+ 2>&1 ) >> $TMPLOG
RESULT=$?
if ! "$DEBUG" ; then set +x ; fi
set -e
--
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