[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[dak/master] Improve the title of the queue graphs.



---
 dak/graph.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dak/graph.py b/dak/graph.py
index 899549a..6691f92 100755
--- a/dak/graph.py
+++ b/dak/graph.py
@@ -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"]
-- 
1.5.6.5



Reply to: