From 56ec438bda62bda6464fa4c91d733c3a6a3bf436 Mon Sep 17 00:00:00 2001 From: Chris Lamb Date: Mon, 10 Oct 2016 12:26:34 +0100 Subject: Correct "all sources packages" -> "all source packages" typo. Signed-off-by: Chris Lamb Signed-off-by: Holger Levsen --- bin/reproducible_html_archlinux.sh | 2 +- bin/reproducible_html_dashboard.sh | 2 +- 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 " " +write_page "
repositoryall sources packagesreproducible packagesunreproducible packagespackages failing to buildpackages in depwait statepackages download failuresunknown state
" cat $HTML_REPOSTATS >> $PAGE rm $HTML_REPOSTATS > /dev/null write_page "
repositoryall source packagesreproducible packagesunreproducible packagespackages failing to buildpackages in depwait statepackages download failuresunknown state
" 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 "

" - write_page "
suiteall sources packages" + write_page "
suiteall source packages" set_icon reproducible write_icon write_page "reproducible packages" 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 " " +write_page "
release (architecture)all sources packagesreproducible packagesunreproducible packagespackages failing to buildpackages in depwait statepackages download failuresunknown state
" cat $HTML_RPM_STATS >> $PAGE rm $HTML_RPM_STATS > /dev/null write_page "
release (architecture)all source packagesreproducible packagesunreproducible packagespackages failing to buildpackages in depwait statepackages download failuresunknown state
" -- cgit v1.2.3-54-g00ecf