Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/cygwin-apps/calm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Turney <jon.turney@dronecode.org.uk>2023-05-05 16:19:16 +0300
committerJon Turney <jon.turney@dronecode.org.uk>2023-05-05 16:19:16 +0300
commit97ed5181c3f06e4241ad8c160e0e19b951209318 (patch)
treebfa6839d51a67feb51e842a52de8e05c504bcac9
parent6ad4c4fde1af6d299836ab32ee1aae13eb48f427 (diff)
Fix page title for rebuild reports
-rw-r--r--calm/reports.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/calm/reports.py b/calm/reports.py
index f659cf5..a9a3f4b 100644
--- a/calm/reports.py
+++ b/calm/reports.py
@@ -247,7 +247,7 @@ def provides_rebuild(args, packages, reportfile, provide_package):
print('</table>', file=body)
with utils.open_amifc(reportfile) as f:
- template('Packages needing rebuilds for latest perl', body.getvalue(), f)
+ template('Packages needing rebuilds for latest %s' % provide_package, body.getvalue(), f)
#