summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_netbsd.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-01-28 17:39:17 +0100
committerHolger Levsen <holger@layer-acht.org>2016-01-28 17:39:17 +0100
commitb375dc598755eb51be8f04b3791f207dabce580d (patch)
tree4fc0d11a4bf3428615c770f75f8aafc19aa2fbc0 /bin/reproducible_netbsd.sh
parent94022d0a0a7d305452d8de571ea4ba06f638529e (diff)
downloadjenkins.debian.net-b375dc598755eb51be8f04b3791f207dabce580d.tar.xz
reproducible netbsd: show more debug output at job end
Diffstat (limited to 'bin/reproducible_netbsd.sh')
-rwxr-xr-xbin/reproducible_netbsd.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/reproducible_netbsd.sh b/bin/reproducible_netbsd.sh
index db1ffa21..41baee99 100755
--- a/bin/reproducible_netbsd.sh
+++ b/bin/reproducible_netbsd.sh
@@ -120,6 +120,9 @@ umask 0022
# clean up builddir to save space on tmpfs
rm -r $TMPBUILDDIR/netbsd
+# temporarily enable more debug
+set -x
+
# run diffoscope on the results
TIMEOUT="30m"
DIFFOSCOPE="$(schroot --directory /tmp -c source:jenkins-reproducible-${DBDSUITE}-diffoscope diffoscope -- --version 2>&1)"