diff options
author | Chris Lamb <lamby@debian.org> | 2016-10-10 12:26:34 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-10-10 13:47:34 +0200 |
commit | 56ec438bda62bda6464fa4c91d733c3a6a3bf436 (patch) | |
tree | a8ddac3f36b6d464156e741dd9ff016883688373 | |
parent | 31ad0810ab031fcb5956faf0670e805b5e7e5c26 (diff) | |
download | jenkins.debian.net-56ec438bda62bda6464fa4c91d733c3a6a3bf436.tar.xz |
Correct "all sources packages" -> "all source packages" typo.
Signed-off-by: Chris Lamb <lamby@debian.org>
Signed-off-by: Holger Levsen <holger@layer-acht.org>
-rwxr-xr-x | bin/reproducible_html_archlinux.sh | 2 | ||||
-rwxr-xr-x | bin/reproducible_html_dashboard.sh | 2 | ||||
-rwxr-xr-x | bin/reproducible_html_rpms.sh | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/bin/reproducible_html_archlinux.sh b/bin/reproducible_html_archlinux.sh index 5f5a6811..f0162768 100755 --- a/bin/reproducible_html_archlinux.sh +++ b/bin/reproducible_html_archlinux.sh @@ -184,7 +184,7 @@ cat > $PAGE <<- EOF EOF write_page_intro 'Arch Linux' write_variation_table 'Arch Linux' -write_page " <table><tr><th>repository</th><th>all sources packages</th><th>reproducible packages</th><th>unreproducible packages</th><th>packages failing to build</th><th>packages in depwait state</th><th>packages download failures</th><th>unknown state</th></tr>" +write_page " <table><tr><th>repository</th><th>all source packages</th><th>reproducible packages</th><th>unreproducible packages</th><th>packages failing to build</th><th>packages in depwait state</th><th>packages download failures</th><th>unknown state</th></tr>" cat $HTML_REPOSTATS >> $PAGE rm $HTML_REPOSTATS > /dev/null write_page " </table>" diff --git a/bin/reproducible_html_dashboard.sh b/bin/reproducible_html_dashboard.sh index 7f64f22b..0c6941fe 100755 --- a/bin/reproducible_html_dashboard.sh +++ b/bin/reproducible_html_dashboard.sh @@ -349,7 +349,7 @@ write_suite_arch_table() { local SUITE="" local ARCH="" write_page "<p>" - write_page "<table class=\"main\"><tr><th class=\"left\">suite</th><th class=\"center\">all sources packages</th><th class=\"center\">" + write_page "<table class=\"main\"><tr><th class=\"left\">suite</th><th class=\"center\">all source packages</th><th class=\"center\">" set_icon reproducible write_icon write_page "reproducible packages</th><th class=\"center\">" diff --git a/bin/reproducible_html_rpms.sh b/bin/reproducible_html_rpms.sh index 13784b75..840f96a9 100755 --- a/bin/reproducible_html_rpms.sh +++ b/bin/reproducible_html_rpms.sh @@ -135,7 +135,7 @@ cat > $PAGE <<- EOF EOF write_page_intro "$RELEASE" write_variation_table "$RELEASE" -write_page " <table><tr><th>release (architecture)</th><th>all sources packages</th><th>reproducible packages</th><th>unreproducible packages</th><th>packages failing to build</th><th>packages in depwait state</th><th>packages download failures</th><th>unknown state</th></tr>" +write_page " <table><tr><th>release (architecture)</th><th>all source packages</th><th>reproducible packages</th><th>unreproducible packages</th><th>packages failing to build</th><th>packages in depwait state</th><th>packages download failures</th><th>unknown state</th></tr>" cat $HTML_RPM_STATS >> $PAGE rm $HTML_RPM_STATS > /dev/null write_page " </table>" |