summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_graphs.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-02-16 14:42:54 +0100
committerHolger Levsen <holger@layer-acht.org>2015-02-16 14:42:54 +0100
commit034e33caf06f933b8a5a580407a3934f2dfbfa6f (patch)
tree5893785b712fc551769555f9ecffdcd6a55b68ae /bin/reproducible_html_graphs.sh
parentb987a580c2078cf1406106ecd6241cb6bdcd977a (diff)
downloadjenkins.debian.net-034e33caf06f933b8a5a580407a3934f2dfbfa6f.tar.xz
reproducible: track new usertags 'signatures' and 'environment'
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 304225be..d801427c 100755
--- a/bin/reproducible_html_graphs.sh
+++ b/bin/reproducible_html_graphs.sh
@@ -112,7 +112,7 @@ for i in $(seq 1 ${#META_PKGSET[@]}) ; do
done
# query bts
-USERTAGS="toolchain infrastructure timestamps fileordering buildpath username hostname uname randomness buildinfo cpu"
+USERTAGS="toolchain infrastructure timestamps fileordering buildpath username hostname uname randomness buildinfo cpu signatures environment"
RESULT=$(sqlite3 -init ${INIT} ${PACKAGES_DB} "SELECT * from ${TABLE[3]} WHERE datum = \"$DATE\"")
if [ -z $RESULT ] ; then
declare -a DONE
@@ -152,7 +152,7 @@ FIELDS[6]="datum, reproducible, unreproducible, FTBFS, other"
COLOR[0]=5
COLOR[1]=4
COLOR[2]=3
-COLOR[3]=22
+COLOR[3]=26
COLOR[4]=1
COLOR[5]=1
COLOR[6]=4