From afbfffcbcdc9c69b8bda80adf99173bc3d61712d Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sat, 18 Oct 2014 01:45:47 +0200 Subject: reproducible: improve grammar --- bin/reproducible_common.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin') diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh index 595d1ace..a995ba51 100755 --- a/bin/reproducible_common.sh +++ b/bin/reproducible_common.sh @@ -123,7 +123,7 @@ init_html() { SPOKENTARGET["blacklisted"]="packages which have been blacklisted" SPOKENTARGET["issues"]="known issues related to reproducible builds" SPOKENTARGET["notes"]="packages with notes" - SPOKENTARGET["scheduled"]="packages currently scheduled for testing" + SPOKENTARGET["scheduled"]="packages currently scheduled for testing for build reproducibility" SPOKENTARGET["last_24h"]="packages tested in the last 24h" SPOKENTARGET["last_48h"]="packages tested in the last 48h" SPOKENTARGET["all_abc"]="all tested packages (sorted alphabetically)" @@ -391,7 +391,7 @@ update_html_schedule() { BUILDINFO_SIGNS=true PAGE=index_${VIEW}.html echo "$(date) - starting to write $PAGE page." - write_page_header $VIEW "Overview of reproducible builds of ${SPOKENTARGET[$VIEW]}" + write_page_header $VIEW "Overview of ${SPOKENTARGET[$VIEW]}" gather_schedule_stats if [ ${COUNT_NEW_VERSIONS} -ne 0 ] ; then write_page "

For ${COUNT_NEW_VERSIONS} packages newer versions are available which have not been tested yet.

" -- cgit v1.2.3-54-g00ecf