diff options
author | Mattia Rizzolo <mattia@mapreri.org> | 2015-08-25 22:16:02 +0000 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-08-26 00:19:10 +0200 |
commit | c6935d9a231a373b0622fe72c21b207348e62ec7 (patch) | |
tree | 993fc6a02af103ba75f449c6f8f339aa6a0f53cf /bin | |
parent | bb9058b3ed3e0b8a4c5e6a3188beeb71a80ab7b3 (diff) | |
download | jenkins.debian.net-c6935d9a231a373b0622fe72c21b207348e62ec7.tar.xz |
reproducible: build: try another way to get diffoscope stderr into the rbuild
Diffstat (limited to 'bin')
-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 ba6a2722..aaa75936 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 |