summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_coreboot.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-08-15 15:22:35 +0200
committerHolger Levsen <holger@layer-acht.org>2015-08-15 15:22:35 +0200
commit8fd16b9e6459fec4c26ce60be46808d80dee21a6 (patch)
tree966996300477e113277df7888df28b97c1d8da9d /bin/reproducible_coreboot.sh
parent571b063077bc37e7b85478cbfc9fa3a4c41821db (diff)
downloadjenkins.debian.net-8fd16b9e6459fec4c26ce60be46808d80dee21a6.tar.xz
reproducible: s#$DBDVERSION#$DIFFOSCOPE#g
Diffstat (limited to 'bin/reproducible_coreboot.sh')
-rwxr-xr-xbin/reproducible_coreboot.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/reproducible_coreboot.sh b/bin/reproducible_coreboot.sh
index fb7e011b..bb8c024a 100755
--- a/bin/reproducible_coreboot.sh
+++ b/bin/reproducible_coreboot.sh
@@ -151,9 +151,9 @@ rm -r $TMPBUILDDIR/coreboot
# run diffoscope on the results
TIMEOUT="30m"
DBDSUITE="unstable"
-DBDVERSION="$(schroot --directory /tmp -c source:jenkins-reproducible-${DBDSUITE}-debbindiff debbindiff -- --version 2>&1)"
+DIFFOSCOPE="$(schroot --directory /tmp -c source:jenkins-reproducible-${DBDSUITE}-debbindiff debbindiff -- --version 2>&1)"
echo "============================================================================="
-echo "$(date -u) - Running $DBDVERSION on coreboot images."
+echo "$(date -u) - Running $DIFFOSCOPE on coreboot images."
echo "============================================================================="
ROMS_HTML=$(mktemp --tmpdir=$TMPDIR)
echo " <ul>" > $ROMS_HTML
@@ -225,7 +225,7 @@ if [ "$GOOD_PERCENT" = "100.0" ] ; then
else
write_page ", while $BAD_ROMS ($BAD_PERCENT%) failed to build from source."
fi
-write_page " These tests were last run on $DATE for version ${COREBOOT_VERSION} using ${DBDVERSION}.</p>"
+write_page " These tests were last run on $DATE for version ${COREBOOT_VERSION} using ${DIFFOSCOPE}.</p>"
write_explaination_table coreboot
cat $ROMS_HTML >> $PAGE
write_page " <p><pre>"