summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_rpms.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-12-18 15:08:36 +0100
committerHolger Levsen <holger@layer-acht.org>2015-12-18 15:08:36 +0100
commit2d2ef47f5e4256c039c6c58337712dec53311be9 (patch)
treec5afa1730dd07f398119330d582c67284f4b6301 /bin/reproducible_html_rpms.sh
parent0d22990497fa790ea01ef6e93513f7123c189dfc (diff)
downloadjenkins.debian.net-2d2ef47f5e4256c039c6c58337712dec53311be9.tar.xz
reproducible archlinux+rpms: improve table column header
Diffstat (limited to 'bin/reproducible_html_rpms.sh')
-rwxr-xr-xbin/reproducible_html_rpms.sh2
1 files changed, 1 insertions, 1 deletions
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 " <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 404</th><th>unknown state</th></tr>"
+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>"
cat $HTML_RPM_STATS >> $PAGE
rm $HTML_RPM_STATS > /dev/null
write_page " </table>"