diff options
author | Chris Lamb <lamby@debian.org> | 2016-12-22 22:51:46 +0000 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-12-29 19:07:37 +0100 |
commit | 7196d6e9ef8ee3a112818c25e34d3e5bfa2243fd (patch) | |
tree | 3007feaace227f21d9be9c792c544b435964d731 /bin | |
parent | 392e5c96893ea67e5dcac51f9c460604808a157f (diff) | |
download | jenkins.debian.net-7196d6e9ef8ee3a112818c25e34d3e5bfa2243fd.tar.xz |
Reproducible debian: Log diffoscope profiling info.
Signed-off-by: Chris Lamb <lamby@debian.org>
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_build.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh index 3e1a61b3..0be8f7e1 100755 --- a/bin/reproducible_build.sh +++ b/bin/reproducible_build.sh @@ -386,6 +386,7 @@ call_diffoscope_on_changes_files() { -- sh -c "export TMPDIR=$TEMP ; diffoscope \ --html $TMPDIR/${DBDREPORT} \ --text $TMPDIR/$DBDTXT \ + --profile=- \ $TMPDIR/b1/${CHANGES} \ $TMPDIR/b2/${CHANGES}" \ 2>&1 ) >> $TMPLOG @@ -402,6 +403,7 @@ call_diffoscope_on_changes_files() { -- sh -c "export TMPDIR=$TEMP ; diffoscope \ --html $TMPDIR/${DBDREPORT} \ --text $TMPDIR/$DBDTXT \ + --profile=- \ $TMPDIR/b1/${CHANGES} \ $TMPDIR/b2/${CHANGES}" \ 2>&1 ) >> $TMPLOG |