[Qa-jenkins-scm] [jenkins.debian.net] 05/12: reproducible: drop $date, those are current values
Holger Levsen
holger at moszumanska.debian.org
Thu Mar 12 18:20:38 UTC 2015
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch master
in repository jenkins.debian.net.
commit cd353f68957ead4376d00563eddfbda5ab905cba
Author: Holger Levsen <holger at layer-acht.org>
Date: Thu Mar 12 16:45:13 2015 +0100
reproducible: drop $date, those are current values
---
bin/reproducible_html_graphs.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/bin/reproducible_html_graphs.sh b/bin/reproducible_html_graphs.sh
index 1833b8c..c1b89d2 100755
--- a/bin/reproducible_html_graphs.sh
+++ b/bin/reproducible_html_graphs.sh
@@ -490,14 +490,14 @@ create_main_stats_page() {
done
write_page "</p><p>"
# write suite table
- write_page "<table class=\"main\"><tr><th>suite</th><th>sources in total on $DATE</th><th>reproducible packages</th><th>unreproducible packages</th><th>packages failing to build</th><th>other packages</th></tr>"
+ write_page "<table class=\"main\"><tr><th>suite</th><th>sources in total</th><th>reproducible packages</th><th>unreproducible packages</th><th>packages failing to build</th><th>other packages</th></tr>"
for SUITE in $SUITES ; do
gather_suite_stats
write_page "<tr><td>$SUITE</td><td>$AMOUNT</td><td>$COUNT_GOOD / $PERCENT_GOOD%</td><td>$COUNT_BAD / $PERCENT_BAD%</td><td>$COUNT_UGLY / $PERCENT_UGLY%</td><td>$COUNT_OTHER / $PERCENT_OTHER%</td></tr>"
done
write_page "</table>"
# write inventory table
- write_page "<table class=\"main\"><tr><th>inventory type</th><th>amount on $DATE</th></tr>"
+ write_page "<table class=\"main\"><tr><th>inventory type</th><th>amount</th></tr>"
write_page "<tr><td>packages with notes</td><td>$NOTES</td></tr>"
write_page "<tr><td>issues categorized</td><td>$ISSUES</td></tr>"
write_page "</table>"
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git
More information about the Qa-jenkins-scm
mailing list