From: Paul Wise Date: Sun, 20 Feb 2011 07:09:52 +0000 (+0800) Subject: Improve the title of the queue graphs. X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=e3f01f9a7600f573695adf9e48f660a2e45e4916;hp=7d1cafada3e00596f44f5d2ab1e8f2cf71d2bd8b;p=dak.git Improve the title of the queue graphs. --- diff --git a/dak/graph.py b/dak/graph.py index 899549a9..6691f929 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"]