diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-10-18 01:45:47 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-10-18 01:45:47 +0200 |
commit | afbfffcbcdc9c69b8bda80adf99173bc3d61712d (patch) | |
tree | 73015bd40562fc9eb60334fc69a7b051bdba8a31 /bin | |
parent | 8fd9cf9242af9ff997f63948daa8c360eb991691 (diff) | |
download | jenkins.debian.net-afbfffcbcdc9c69b8bda80adf99173bc3d61712d.tar.xz |
reproducible: improve grammar
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_common.sh | 4 |
1 files changed, 2 insertions, 2 deletions
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 "<p>For ${COUNT_NEW_VERSIONS} packages newer versions are available which have not been tested yet.</p>" |