]> git.decadent.org.uk Git - dak.git/commitdiff
Improve the title of the queue graphs.
authorPaul Wise <pabs@debian.org>
Sun, 20 Feb 2011 07:09:52 +0000 (15:09 +0800)
committerJoerg Jaspert <joerg@debian.org>
Sun, 20 Feb 2011 10:03:08 +0000 (11:03 +0100)
dak/graph.py

index 899549a9b3ee76c1db1ae13b324054f563ebfe5e..6691f929757bb22c75d5ce7e785df8d34ac69000 100755 (executable)
@@ -63,11 +63,11 @@ now
 --vertical-label
 packages
 --title
-Package count: %s
+%s package count for the last %s
 --lower-limit
 0
 -E
-""" % title).strip().split("\n")
+""" % (name.upper(), title) ).strip().split("\n")
 
     if year_lines:
         rrd_args += ["--x-grid", "MONTH:1:YEAR:1:YEAR:1:31536000:%Y"]