summaryrefslogtreecommitdiffstats
path: root/bin/make_graph.py
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-07-05 15:58:04 +0200
committerHolger Levsen <holger@layer-acht.org>2015-07-05 15:58:04 +0200
commit9b9f5d978a4288285e6aef556dc4c709c58ee32f (patch)
tree9cf37ddef390ce5eeee43202eaa1eb1d24b11983 /bin/make_graph.py
parent33113694c826d41ef225f271714ce61c3a37f44f (diff)
downloadjenkins.debian.net-9b9f5d978a4288285e6aef556dc4c709c58ee32f.tar.xz
reproducible: track new usertag 'locale'
Diffstat (limited to 'bin/make_graph.py')
-rwxr-xr-xbin/make_graph.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/make_graph.py b/bin/make_graph.py
index c86e64a8..9bd3cad4 100755
--- a/bin/make_graph.py
+++ b/bin/make_graph.py
@@ -43,7 +43,7 @@ def main():
"#888a85", "#2e3436", "#75507b", "#cc0000", \
"#ce5c00", "#73d216", "#edd400", "#f57900", \
"#c17d11", "#3465a4", "#666666", "#aaaaaa", \
- "#aa00aa", "#ff55ff" ))')
+ "#aa00aa", "#ff55ff", "#123456", "#7890ab" ))')
elif int(colors) == 40:
r('palette(c("#4e9a06", "#000000"))')
elif int(colors) == 41: