From 8fd16b9e6459fec4c26ce60be46808d80dee21a6 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sat, 15 Aug 2015 15:22:35 +0200 Subject: reproducible: s#$DBDVERSION#$DIFFOSCOPE#g --- bin/reproducible_openwrt.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bin/reproducible_openwrt.sh') diff --git a/bin/reproducible_openwrt.sh b/bin/reproducible_openwrt.sh index d9daca64..8caf986a 100755 --- a/bin/reproducible_openwrt.sh +++ b/bin/reproducible_openwrt.sh @@ -205,9 +205,9 @@ rm -r $TMPBUILDDIR/openwrt # (this needs refactoring rather badly) 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 OpenWrt images and packages." +echo "$(date -u) - Running $DIFFOSCOPE on OpenWrt images and packages." echo "=============================================================================" DBD_HTML=$(mktemp --tmpdir=$TMPDIR) # run diffoscope on the images @@ -322,7 +322,7 @@ write_page "
" write_page "

OpenWrt - reproducible wireless freedom$MAGIC_SIGN

" write_page_intro OpenWrt write_page "

$GOOD_IMAGES ($GOOD_PERCENT_IMAGES%) out of $ALL_IMAGES built images and $GOOD_PACKAGES ($GOOD_PERCENT_PACKAGES%) out of $ALL_PACKAGES built packages were reproducible in our test setup." -write_page " These tests were last run on $DATE for version ${OPENWRT_VERSION} using ${DBDVERSION}.

" +write_page " These tests were last run on $DATE for version ${OPENWRT_VERSION} using ${DIFFOSCOPE}.

" write_explaination_table OpenWrt cat $DBD_HTML >> $PAGE write_page "
git commit built
" -- cgit v1.2.3-54-g00ecf