[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: make graph nicer for red-colorblind people

Holger Levsen holger at moszumanska.debian.org
Sat May 16 11:07:59 UTC 2015


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository jenkins.debian.net.

commit 5d3ffc4746ede4d0207cf4b8c810ceb012f5e681
Author: Holger Levsen <holger at layer-acht.org>
Date:   Sat May 16 13:07:51 2015 +0200

    reproducible: make graph nicer for red-colorblind people
---
 bin/make_graph.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/make_graph.py b/bin/make_graph.py
index 2401ef3..71ebd30 100755
--- a/bin/make_graph.py
+++ b/bin/make_graph.py
@@ -29,7 +29,7 @@ def main():
     r('cname <- c("date",rep(colnames(t)))')
     # thanks to http://tango.freedesktop.org/Generic_Icon_Theme_Guidelines for those nice colors
     if int(colors) < 6:
-        r('palette(c("#4e9a06", "#f57900", "#cc0000", "#2e3436", "#888a85"))')
+        r('palette(c("#73d216", "#f57900", "#cc0000", "#2e3436", "#888a85"))')
     elif int(colors) == 12:
         r('palette(c("#4e9a06", "#73d216", "#8ae234", \
                      "#ce5c00", "#f57900", "#fcaf3e", \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list