summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-12-05 20:28:33 +0100
committerHolger Levsen <holger@layer-acht.org>2015-12-05 20:28:33 +0100
commita9ef6cca87d28cd33c220343af33b584473e0a67 (patch)
tree196bb90944f3b0e30fb1b1af11ba00d136de497a /bin
parentbc4a7ddfbae4abe669ebc38dc4a9d9a8f833e39d (diff)
downloadjenkins.debian.net-a9ef6cca87d28cd33c220343af33b584473e0a67.tar.xz
start planning a tool to enable users to debug job runs
Diffstat (limited to 'bin')
-rwxr-xr-xbin/reproducible_build.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index 238b95c3..5c21ce31 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -155,7 +155,7 @@ diff_copy_buildlogs() {
elif [ $FTBFS -eq 0 ] ; then
echo "Warning: No second build log, what happened?" | tee -a $RBUILDLOG
fi
- set -x # # to debug diffopscpe/schroot problems
+ set -x # # to debug diffoscope/schroot problems
echo "Compressing the 1st log..."
gzip -9cvn b1/build.log > $BASE/logs/$SUITE/$ARCH/${SRCPACKAGE}_${EVERSION}.build1.log.gz
chmod 644 $BASE/logs/$SUITE/$ARCH/${SRCPACKAGE}_${EVERSION}.build1.log.gz
@@ -330,7 +330,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 # to debug diffopscpe/schroot problems
+ set -x # to debug diffoscope/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)"