From 2d2ef47f5e4256c039c6c58337712dec53311be9 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Fri, 18 Dec 2015 15:08:36 +0100 Subject: reproducible archlinux+rpms: improve table column header --- bin/reproducible_html_archlinux.sh | 2 +- bin/reproducible_html_rpms.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/reproducible_html_archlinux.sh b/bin/reproducible_html_archlinux.sh index b0fe61ec..b611f868 100755 --- a/bin/reproducible_html_archlinux.sh +++ b/bin/reproducible_html_archlinux.sh @@ -181,7 +181,7 @@ cat > $PAGE <<- EOF EOF write_page_intro 'Arch Linux' write_explaination_table 'Arch Linux' -write_page " " +write_page "
repositoryall sources packagesreproducible packagesunreproducible packagespackages failing to buildpackages in depwait statepackages 404unknown state
" cat $HTML_REPOSTATS >> $PAGE rm $HTML_REPOSTATS > /dev/null write_page "
repositoryall sources packagesreproducible packagesunreproducible packagespackages failing to buildpackages in depwait statepackages download failuresunknown state
" diff --git a/bin/reproducible_html_rpms.sh b/bin/reproducible_html_rpms.sh index d1c78dab..c21de73f 100755 --- a/bin/reproducible_html_rpms.sh +++ b/bin/reproducible_html_rpms.sh @@ -134,7 +134,7 @@ cat > $PAGE <<- EOF EOF write_page_intro "$RELEASE" write_explaination_table "$RELEASE" -write_page " " +write_page "
release (architecture)all sources packagesreproducible packagesunreproducible packagespackages failing to buildpackages in depwait statepackages 404unknown state
" cat $HTML_RPM_STATS >> $PAGE rm $HTML_RPM_STATS > /dev/null write_page "
release (architecture)all sources packagesreproducible packagesunreproducible packagespackages failing to buildpackages in depwait statepackages download failuresunknown state
" -- cgit v1.2.3-54-g00ecf