From 26a9e5fe3dfcd1dc7ce83e9aebffb5cd3156eeaf Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Thu, 26 Nov 2015 10:41:58 +0100 Subject: 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(-) (limited to 'bin/reproducible_html_dashboard.sh') diff --git a/bin/reproducible_html_dashboard.sh b/bin/reproducible_html_dashboard.sh index aecb286b..594e3182 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 -- cgit v1.2.3-54-g00ecf