[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: swap order of bugs(_state) graphs
Holger Levsen
holger at moszumanska.debian.org
Thu Nov 26 01:29: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 e33b6d155c7334a49b31325c057be1b522b3ea63
Author: Holger Levsen <holger at layer-acht.org>
Date: Thu Nov 26 02:28:39 2015 +0100
reproducible: swap order of bugs(_state) graphs
---
bin/reproducible_html_dashboard.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/reproducible_html_dashboard.sh b/bin/reproducible_html_dashboard.sh
index 9ba3ed9..4803071 100755
--- a/bin/reproducible_html_dashboard.sh
+++ b/bin/reproducible_html_dashboard.sh
@@ -442,7 +442,7 @@ create_dashboard_page() {
write_usertag_table
write_page "</p><p style=\"clear:both;\">"
# do other global graphs
- for i in 3 7 8 9 4 5 ; do
+ for i in 8 9 3 7 4 5 ; do
write_page " <a href=\"/${TABLE[$i]}.png\"><img src=\"/${TABLE[$i]}.png\" class="halfview" alt=\"${MAINLABEL[$i]}\"></a>"
# redo pngs once a day
if [ ! -f $BASE/${TABLE[$i]}.png ] || [ ! -z $(find $BASE -maxdepth 1 -mtime +0 -name ${TABLE[$i]}.png) ] ; then
--
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