[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible Debian: put done bugs ob the bottom of the bugs graph

Holger Levsen holger at layer-acht.org
Fri Dec 2 11:25:01 UTC 2016


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 59a5d49a07adf1866a347340dd6fbebc1f8d0211
Author: Holger Levsen <holger at layer-acht.org>
Date:   Fri Dec 2 12:24:55 2016 +0100

    reproducible Debian: put done bugs ob the bottom of the bugs graph
---
 bin/reproducible_html_dashboard.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/reproducible_html_dashboard.sh b/bin/reproducible_html_dashboard.sh
index bfb4f6f..2752d0d 100755
--- a/bin/reproducible_html_dashboard.sh
+++ b/bin/reproducible_html_dashboard.sh
@@ -31,7 +31,7 @@ for i in reproducible unreproducible FTBFS other ; do
 done
 FIELDS[2]="datum, oldest"
 FIELDS[3]="datum "
-for STATE in open_ done_ ; do
+for STATE in done_ open_ ; do
 	for TAG in $USERTAGS ; do
 		# for this table (#3) bugs with ftbfs tags are ignored _now_…
 		if [ "$TAG" = "ftbfs" ] ; then
@@ -55,7 +55,7 @@ done
 SUM_DONE="$SUM_DONE)"
 SUM_OPEN="$SUM_OPEN)"
 FIELDS[8]="datum "
-for STATE in open_ done_ ; do
+for STATE in done_ open_ ; do
 	for TAG in $USERTAGS ; do
 		if [ "$TAG" = "ftbfs" ] ; then
 			continue

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