From e3f01f9a7600f573695adf9e48f660a2e45e4916 Mon Sep 17 00:00:00 2001 From: Paul Wise Date: Sun, 20 Feb 2011 15:09:52 +0800 Subject: [PATCH] Improve the title of the queue graphs. --- dak/graph.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"] -- 2.39.2