summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_graphs.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-01-04 11:19:13 +0100
committerHolger Levsen <holger@layer-acht.org>2015-01-04 11:19:13 +0100
commit0a0c1b5aa4c9c3139f28f0e5eea8a7b0b1cf2da2 (patch)
treeeddf80bc53c4c82c97a034716101ea3236ef1dad /bin/reproducible_html_graphs.sh
parent37b33e51e0393c2b2d519235be72a7db776cdc2c (diff)
downloadjenkins.debian.net-0a0c1b5aa4c9c3139f28f0e5eea8a7b0b1cf2da2.tar.xz
reproducible: track new usertag: buildinfo
Diffstat (limited to 'bin/reproducible_html_graphs.sh')
-rwxr-xr-xbin/reproducible_html_graphs.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/reproducible_html_graphs.sh b/bin/reproducible_html_graphs.sh
index 1b82fb6d..25881d1a 100755
--- a/bin/reproducible_html_graphs.sh
+++ b/bin/reproducible_html_graphs.sh
@@ -103,7 +103,7 @@ for i in $(seq 1 ${#META_PKGSET[@]}) ; do
done
# query bts
-USERTAGS="toolchain infrastructure timestamps fileordering buildpath username hostname uname randomness"
+USERTAGS="toolchain infrastructure timestamps fileordering buildpath username hostname uname randomness buildinfo"
RESULT=$(sqlite3 -init ${INIT} ${PACKAGES_DB} "SELECT * from ${TABLE[3]} WHERE datum = \"$DATE\"")
if [ -z $RESULT ] ; then
declare -a DONE
@@ -143,7 +143,7 @@ FIELDS[6]="datum, reproducible, unreproducible, FTBFS, other"
COLOR[0]=5
COLOR[1]=4
COLOR[2]=3
-COLOR[3]=18
+COLOR[3]=20
COLOR[4]=1
COLOR[5]=1
COLOR[6]=4