summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_rpms.sh
diff options
context:
space:
mode:
authorChris Lamb <lamby@debian.org>2016-10-10 12:26:34 +0100
committerHolger Levsen <holger@layer-acht.org>2016-10-10 13:47:34 +0200
commit56ec438bda62bda6464fa4c91d733c3a6a3bf436 (patch)
treea8ddac3f36b6d464156e741dd9ff016883688373 /bin/reproducible_html_rpms.sh
parent31ad0810ab031fcb5956faf0670e805b5e7e5c26 (diff)
downloadjenkins.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>
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 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>"