Loading bin/make_graph.py +2 −2 Original line number Diff line number Diff line #!/usr/bin/python # -*- coding: utf-8 -*- # # Copyright 2009-2015 Holger Levsen (holger@layer-acht.org) # Copyright 2009-2019 Holger Levsen (holger@layer-acht.org) # # based on similar code taken from piuparts-reports.py written by me Loading Loading @@ -29,7 +29,7 @@ def main(): r = robjects.r r('t <- (read.table("'+countsfile+'",sep=",",header=1,row.names=1))') r('cname <- c("date",rep(colnames(t)))') # thanks to http://tango.freedesktop.org/Generic_Icon_Theme_Guidelines for those nice colors # thanks to http://tango.freedesktop.org/Tango_Icon_Theme_Guidelines for those nice colors if int(colors) < 6: r('palette(c("#73d216", "#f57900", "#cc0000", "#2e3436", "#888a85"))') elif int(colors) == 6: Loading mustache-templates/reproducible/default_page_footer.mustache +2 −2 Original line number Diff line number Diff line Loading @@ -15,8 +15,8 @@ <br /> The code of <a href="https://salsa.debian.org/qa/jenkins.debian.net">jenkins.debian.net</a> is mostly GPL-2 licensed. The weather icons are public domain and were taken from the <a href=http://tango.freedesktop.org/Tango_Icon_Library target=_blank> Tango Icon Library</a>. Copyright 2014-2018 <a href="mailto:holger@layer-acht.org">Holger Levsen</a> <a href="http://tango.freedesktop.org/Tango_Icon_Library" target=_blank> Tango Icon Library</a>. Copyright 2014-2019 <a href="mailto:holger@layer-acht.org">Holger Levsen</a> and <a href="https://jenkins.debian.net/userContent/thanks.html">many others</a>. <br /> Last update: {{date}} </div> Loading Loading
bin/make_graph.py +2 −2 Original line number Diff line number Diff line #!/usr/bin/python # -*- coding: utf-8 -*- # # Copyright 2009-2015 Holger Levsen (holger@layer-acht.org) # Copyright 2009-2019 Holger Levsen (holger@layer-acht.org) # # based on similar code taken from piuparts-reports.py written by me Loading Loading @@ -29,7 +29,7 @@ def main(): r = robjects.r r('t <- (read.table("'+countsfile+'",sep=",",header=1,row.names=1))') r('cname <- c("date",rep(colnames(t)))') # thanks to http://tango.freedesktop.org/Generic_Icon_Theme_Guidelines for those nice colors # thanks to http://tango.freedesktop.org/Tango_Icon_Theme_Guidelines for those nice colors if int(colors) < 6: r('palette(c("#73d216", "#f57900", "#cc0000", "#2e3436", "#888a85"))') elif int(colors) == 6: Loading
mustache-templates/reproducible/default_page_footer.mustache +2 −2 Original line number Diff line number Diff line Loading @@ -15,8 +15,8 @@ <br /> The code of <a href="https://salsa.debian.org/qa/jenkins.debian.net">jenkins.debian.net</a> is mostly GPL-2 licensed. The weather icons are public domain and were taken from the <a href=http://tango.freedesktop.org/Tango_Icon_Library target=_blank> Tango Icon Library</a>. Copyright 2014-2018 <a href="mailto:holger@layer-acht.org">Holger Levsen</a> <a href="http://tango.freedesktop.org/Tango_Icon_Library" target=_blank> Tango Icon Library</a>. Copyright 2014-2019 <a href="mailto:holger@layer-acht.org">Holger Levsen</a> and <a href="https://jenkins.debian.net/userContent/thanks.html">many others</a>. <br /> Last update: {{date}} </div> Loading