summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_graphs.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-02-27 23:49:39 +0100
committerHolger Levsen <holger@layer-acht.org>2015-02-27 23:49:39 +0100
commit4881690364b5826a45c7832550cb95b351e41217 (patch)
tree0b6e395ee7537180ca21c728aba5494dd4c1fbc0 /bin/reproducible_html_graphs.sh
parentf983baed548164b318dc56ca16bc24d0b82f6c03 (diff)
downloadjenkins.debian.net-4881690364b5826a45c7832550cb95b351e41217.tar.xz
reproducible: track new usertag, umask
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 121683d5..a203ece6 100755
--- a/bin/reproducible_html_graphs.sh
+++ b/bin/reproducible_html_graphs.sh
@@ -139,7 +139,7 @@ done
#
# gather bugs stats
#
-USERTAGS="toolchain infrastructure timestamps fileordering buildpath username hostname uname randomness buildinfo cpu signatures environment"
+USERTAGS="toolchain infrastructure timestamps fileordering buildpath username hostname uname randomness buildinfo cpu signatures environment umask"
RESULT=$(sqlite3 -init ${INIT} ${PACKAGES_DB} "SELECT * from ${TABLE[3]} WHERE datum = \"$DATE\"")
if [ -z $RESULT ] ; then
declare -a DONE
@@ -179,7 +179,7 @@ FIELDS[6]="datum, reproducible, unreproducible, FTBFS, other"
COLOR[0]=5
COLOR[1]=4
COLOR[2]=3
-COLOR[3]=26
+COLOR[3]=28
COLOR[4]=1
COLOR[5]=1
COLOR[6]=4