From d6b98f195b91d930e4405469966da785d5f040e9 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Fri, 29 Apr 2016 14:39:46 +0200 Subject: reproducible: rename function: s#explaination_table#variation_table#g --- bin/reproducible_common.sh | 2 +- bin/reproducible_coreboot.sh | 2 +- bin/reproducible_freebsd.sh | 2 +- bin/reproducible_html_archlinux.sh | 2 +- bin/reproducible_html_dashboard.sh | 2 +- bin/reproducible_html_rpms.sh | 2 +- bin/reproducible_netbsd.sh | 2 +- bin/reproducible_openwrt.sh | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh index 06b61700..81e0a842 100755 --- a/bin/reproducible_common.sh +++ b/bin/reproducible_common.sh @@ -360,7 +360,7 @@ write_page_meta_sign() { write_page "A # sign after the name of a package indicates that a bug is filed against it. Likewise, a + sign indicates there is a patch available, a P means a pending bug while # indicates a closed bug. In cases of several bugs, the symbol is repeated.

" } -write_explaination_table() { +write_variation_table() { write_page "

" if [ "$1" = "fedora-23" ] ; then write_page "There are no variations introduced in the $1 builds yet. Stay tuned.

" diff --git a/bin/reproducible_coreboot.sh b/bin/reproducible_coreboot.sh index d04d08c5..ba704fb0 100755 --- a/bin/reproducible_coreboot.sh +++ b/bin/reproducible_coreboot.sh @@ -239,7 +239,7 @@ 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 ${DIFFOSCOPE}.

" -write_explaination_table coreboot +write_variation_table coreboot cat $LIST_OBJECT >> $PAGE write_page "

"
 echo -n "$COREBOOT" >> $PAGE
diff --git a/bin/reproducible_freebsd.sh b/bin/reproducible_freebsd.sh
index a72d3a99..dcd16fb8 100755
--- a/bin/reproducible_freebsd.sh
+++ b/bin/reproducible_freebsd.sh
@@ -212,7 +212,7 @@ for FREEBSD_TARGET in ${FREEBSD_TARGETS} ;do
 	fi
 	write_page "        These tests were last run on $DATE for the branch $FREEBSD_TARGET at commit ${FREEBSD_VERSION[$FREEBSD_TARGET]} using ${DIFFOSCOPE}.

" done -write_explaination_table FreeBSD +write_variation_table FreeBSD set -x for FREEBSD_TARGET in ${FREEBSD_TARGETS} ;do ls ${FILES_HTML[$FREEBSD_TARGET]} diff --git a/bin/reproducible_html_archlinux.sh b/bin/reproducible_html_archlinux.sh index 1766ad37..5f5a6811 100755 --- a/bin/reproducible_html_archlinux.sh +++ b/bin/reproducible_html_archlinux.sh @@ -183,7 +183,7 @@ cat > $PAGE <<- EOF EOF write_page_intro 'Arch Linux' -write_explaination_table 'Arch Linux' +write_variation_table 'Arch Linux' write_page " " cat $HTML_REPOSTATS >> $PAGE rm $HTML_REPOSTATS > /dev/null diff --git a/bin/reproducible_html_dashboard.sh b/bin/reproducible_html_dashboard.sh index f5d1faa8..fd8ee94f 100755 --- a/bin/reproducible_html_dashboard.sh +++ b/bin/reproducible_html_dashboard.sh @@ -527,7 +527,7 @@ create_dashboard_page() { done write_page "

" # explain setup - write_explaination_table debian + write_variation_table debian # redo arch specific pngs once a day and write build per day graphs write_page "

" for ARCH in ${ARCHS} ; do diff --git a/bin/reproducible_html_rpms.sh b/bin/reproducible_html_rpms.sh index db6fbcbe..13784b75 100755 --- a/bin/reproducible_html_rpms.sh +++ b/bin/reproducible_html_rpms.sh @@ -134,7 +134,7 @@ cat > $PAGE <<- EOF EOF write_page_intro "$RELEASE" -write_explaination_table "$RELEASE" +write_variation_table "$RELEASE" write_page "

repositoryall sources packagesreproducible packagesunreproducible packagespackages failing to buildpackages in depwait statepackages download failuresunknown state
" cat $HTML_RPM_STATS >> $PAGE rm $HTML_RPM_STATS > /dev/null diff --git a/bin/reproducible_netbsd.sh b/bin/reproducible_netbsd.sh index fa3c14ff..aeb27b1d 100755 --- a/bin/reproducible_netbsd.sh +++ b/bin/reproducible_netbsd.sh @@ -211,7 +211,7 @@ else write_page "." fi write_page " These tests were last run on $DATE for version ${NETBSD_VERSION} with MKREPRO=yes and MKREPRO_TIMESTAMP=$MKREPRO_TIMESTAMP and were compared using ${DIFFOSCOPE}.

" -write_explaination_table NetBSD +write_variation_table NetBSD cat $BAD_SECTION_HTML >> $PAGE cat $GOOD_SECTION_HTML >> $PAGE write_page "

"
diff --git a/bin/reproducible_openwrt.sh b/bin/reproducible_openwrt.sh
index cea01ee8..119e2e0c 100755
--- a/bin/reproducible_openwrt.sh
+++ b/bin/reproducible_openwrt.sh
@@ -348,7 +348,7 @@ write_page "       

OpenWrt - reproducible wireless freedom$MAGIC_SI 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 ${DIFFOSCOPE}.

" -write_explaination_table OpenWrt +write_variation_table OpenWrt cat $DBD_HTML >> $PAGE write_page "

release (architecture)all sources packagesreproducible packagesunreproducible packagespackages failing to buildpackages in depwait statepackages download failuresunknown state
git commit built
" echo -n "$OPENWRT" >> $PAGE -- cgit v1.2.3-70-g09d2