diff options
-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>" |