summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_build.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-09-20 14:37:19 +0200
committerHolger Levsen <holger@layer-acht.org>2015-09-20 14:57:19 +0200
commit0f5b425990a2e9d24e1aec3eedcf94555cbb0c57 (patch)
treeb33f034d3819795b91a3fc6c39dfaaea9b981a43 /bin/reproducible_build.sh
parentf6a925687705ff3f8dab9726100c4af65cfadeb5 (diff)
downloadjenkins.debian.net-0f5b425990a2e9d24e1aec3eedcf94555cbb0c57.tar.xz
reproducible: force debug in call_diffoscope_on_changes_files()
Diffstat (limited to 'bin/reproducible_build.sh')
-rwxr-xr-xbin/reproducible_build.sh1
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)"