diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-09-20 14:37:19 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-09-20 14:57:19 +0200 |
commit | 0f5b425990a2e9d24e1aec3eedcf94555cbb0c57 (patch) | |
tree | b33f034d3819795b91a3fc6c39dfaaea9b981a43 /bin | |
parent | f6a925687705ff3f8dab9726100c4af65cfadeb5 (diff) | |
download | jenkins.debian.net-0f5b425990a2e9d24e1aec3eedcf94555cbb0c57.tar.xz |
reproducible: force debug in call_diffoscope_on_changes_files()
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_build.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh index abd38181..ce5cc8a3 100755 --- a/bin/reproducible_build.sh +++ b/bin/reproducible_build.sh @@ -306,6 +306,7 @@ call_diffoscope_on_changes_files() { # there is no extra diffoscope-schroot for experimental because we specical case ghc enough already ;) DBDSUITE="unstable" fi + set -x # FIXME: to debug diffopscpe/schroot problems # TEMP is recognized by python's tempfile module to create temp stuff inside local TEMP=$(mktemp --tmpdir=$TMPDIR -d dbd-tmp-XXXXXXX) DIFFOSCOPE="$(schroot --directory $TMPDIR -c source:jenkins-reproducible-${DBDSUITE}-diffoscope diffoscope -- --version 2>&1 || true)" |