From b0fe4ba5ead84e6627d7e0f29420296d85134d59 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Thu, 9 Oct 2014 19:53:47 +0200 Subject: reproducible: improve grammar and shorten links in navigation to save screenspace --- bin/reproducible_stats.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'bin') diff --git a/bin/reproducible_stats.sh b/bin/reproducible_stats.sh index 65689b71..215a5439 100755 --- a/bin/reproducible_stats.sh +++ b/bin/reproducible_stats.sh @@ -310,7 +310,7 @@ append2navi_frame() { } finish_navi_frame() { - echo "notes/bugs/stats for reproducible builds" >> $NAVI + echo "reproducible builds" >> $NAVI } process_packages() { @@ -447,7 +447,7 @@ ALLVIEWS="last_24h last_48h all_abc" for VIEW in $ALLVIEWS ; do SUMMARY=index_${VIEW}.html echo "Starting to write $SUMMARY page." - write_summary_header $VIEW "Statistics for reproducible builds of ${SPOKENTARGET[$VIEW]}" + write_summary_header $VIEW "Overview of reproducible builds of ${SPOKENTARGET[$VIEW]}" if [ "${VIEW:0:3}" = "all" ] ; then FINISH=":" else @@ -481,10 +481,10 @@ done VIEW=dd-list SUMMARY=index_${VIEW}.html echo "Starting to write $SUMMARY page." -write_summary_header $VIEW "Statistics for reproducible builds of ${SPOKENTARGET[$VIEW]}" +write_summary_header $VIEW "Overview of ${SPOKENTARGET[$VIEW]}" TMPFILE=$(mktemp) echo "${BAD["all"]}" | dd-list -i > $TMPFILE -write_summary "

"
+write_summary "

The following maintainers and uploaders are listed for packages which have built unreproducibly:

"
 while IFS= read -r LINE ; do
 	if [ "${LINE:0:3}" = "   " ] ; then
 		PACKAGE=$(echo "${LINE:3}" | cut -d " " -f1)
@@ -506,7 +506,7 @@ publish_summary
 VIEW=notes
 SUMMARY=index_${VIEW}.html
 echo "Starting to write $SUMMARY page."
-write_summary_header $VIEW "Statistics for reproducible builds of ${SPOKENTARGET[$VIEW]}"
+write_summary_header $VIEW "Overview of ${SPOKENTARGET[$VIEW]}"
 write_summary "

Packages which have notes: " for PKG in $PACKAGES_WITH_NOTES ; do NOTES_PACKAGE[${PKG}]="" @@ -527,7 +527,7 @@ count_packages() { for STATE in $ALLSTATES ; do SUMMARY=index_${STATE}.html echo "Starting to write $SUMMARY page." - write_summary_header $STATE "Statistics for reproducible builds of ${SPOKENTARGET[$STATE]}" + write_summary_header $STATE "Overview of ${SPOKENTARGET[$STATE]}" WITH="" case "$STATE" in reproducible) PACKAGES=${GOOD["all"]} -- cgit v1.2.3-54-g00ecf