summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_graphs.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-01-06 02:09:00 +0100
committerHolger Levsen <holger@layer-acht.org>2015-01-06 02:09:00 +0100
commitf3c0d9a0af96bc68d7c68d904dfba16c3da63c7a (patch)
tree13b77854486c95d27e4e837f768d88859e4723c6 /bin/reproducible_html_graphs.sh
parentac095ebcf4459ad87c4e1bc71ad279dc9b3dd288 (diff)
downloadjenkins.debian.net-f3c0d9a0af96bc68d7c68d904dfba16c3da63c7a.tar.xz
reproducible: track new usertag: cpu
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 25881d1a..319b5d28 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 buildinfo"
+USERTAGS="toolchain infrastructure timestamps fileordering buildpath username hostname uname randomness buildinfo cpu"
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]=20
+COLOR[3]=22
COLOR[4]=1
COLOR[5]=1
COLOR[6]=4