[Qa-jenkins-scm] [jenkins.debian.net] 01/01: fixup eef4cb3: reproducible: display ftbfs usertags at the end of the usertags shown
Holger Levsen
holger at moszumanska.debian.org
Thu Nov 26 09:42:02 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 26a9e5fe3dfcd1dc7ce83e9aebffb5cd3156eeaf
Author: Holger Levsen <holger at layer-acht.org>
Date: Thu Nov 26 10:41:58 2015 +0100
fixup eef4cb3: reproducible: display ftbfs usertags at the end of the usertags shown
---
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 aecb286..594e318 100755
--- a/bin/reproducible_html_dashboard.sh
+++ b/bin/reproducible_html_dashboard.sh
@@ -246,7 +246,7 @@ update_bug_stats() {
# gather bugs stats and generate html table
#
write_usertag_table() {
- RESULT=$(sqlite3 -init ${INIT} ${PACKAGES_DB} "SELECT * from ${TABLE[3]} WHERE datum = \"$DATE\"")
+ RESULT=$(sqlite3 -init ${INIT} ${PACKAGES_DB} "SELECT ${FIELDS[3]} from ${TABLE[3]} WHERE datum = \"$DATE\"")
if [ ! -z "$RESULT" ] ; then
COUNT=0
TOPEN=0 ; TDONE=0 ; TTOTAL=0
--
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