summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_dashboard.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-11-26 10:41:58 +0100
committerHolger Levsen <holger@layer-acht.org>2015-11-26 10:41:58 +0100
commit26a9e5fe3dfcd1dc7ce83e9aebffb5cd3156eeaf (patch)
tree277ec6d2bda33e8fdfcfc78c4dff27e4ee35df30 /bin/reproducible_html_dashboard.sh
parenteef4cb36bf3bc0651254a4890bb3e212ad949796 (diff)
downloadjenkins.debian.net-26a9e5fe3dfcd1dc7ce83e9aebffb5cd3156eeaf.tar.xz
fixup eef4cb3: reproducible: display ftbfs usertags at the end of the usertags shown
Diffstat (limited to 'bin/reproducible_html_dashboard.sh')
-rwxr-xr-xbin/reproducible_html_dashboard.sh2
1 files changed, 1 insertions, 1 deletions
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