[Qa-jenkins-scm] [jenkins.debian.net] 02/02: reproducible: include meta pkg sets in overview

Holger Levsen holger at moszumanska.debian.org
Thu Mar 5 15:42:01 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 77ce2d4ec5ec8fc0d487bf21510277557204bcc1
Author: Holger Levsen <holger at layer-acht.org>
Date:   Thu Mar 5 16:40:58 2015 +0100

    reproducible: include meta pkg sets in overview
---
 bin/reproducible_html_graphs.sh | 6 ++++++
 userContent/static/style.css    | 5 +++++
 2 files changed, 11 insertions(+)

diff --git a/bin/reproducible_html_graphs.sh b/bin/reproducible_html_graphs.sh
index 34fb219..1f553a0 100755
--- a/bin/reproducible_html_graphs.sh
+++ b/bin/reproducible_html_graphs.sh
@@ -401,6 +401,12 @@ for i in $SUITES ; do
 	write_page " <a href=\"/userContent/$i\"><img src=\"/userContent/$i/${TABLE[0]}.png\" class=\"overview\" alt=\"$i stats\"></a>"
 done
 write_page "</p><p>"
+for i in $(seq 1 ${#META_PKGSET[@]}) ; do
+	PNG=${TABLE[6]}_${META_PKGSET[$i]}.png
+	LABEL="Reproducibility status for packages in $SUITE from '${META_PKGSET[$i]}'"
+	write_page "<a href=\"/userContent/$SUITE/amd64/index_pkg_sets.html#${META_PKGSET[$i]}\"><img src=\"/userContent/$SUITE/$PNG\" class=\"metaoverview\" alt=\"$LABEL\"></a>"
+done
+write_page "</p><p>"
 # FIXME: we don't do 2 / stats_builds_age.png yet :/ (and 6 and 0 are done already)
 for i in 3 4 5 1 ; do
 	if [ "$i" = "3" ] ; then
diff --git a/userContent/static/style.css b/userContent/static/style.css
index 568884c..12a8c1e 100644
--- a/userContent/static/style.css
+++ b/userContent/static/style.css
@@ -30,6 +30,11 @@ img.overview {
 	max-width: 49%;
 }
 
+img.metaoverview {
+	max-width: 7%;
+}
+
+
 .beta {
 	color:#555555;
 	font-size:0.8em;

-- 
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