[Piuparts-devel] [Git][debian/piuparts][develop] piuparts-reports.py: add link to states graph for each suite.
Holger Levsen
gitlab at salsa.debian.org
Tue Feb 12 19:16:40 GMT 2019
Holger Levsen pushed to branch develop at Debian / piuparts
Commits:
e67e3aa3 by Holger Levsen at 2019-02-12T19:16:26Z
piuparts-reports.py: add link to states graph for each suite.
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
2 changed files:
- debian/changelog
- piuparts-report.py
Changes:
=====================================
debian/changelog
=====================================
@@ -1,6 +1,6 @@
piuparts (0.98) UNRELEASED; urgency=medium
- * ...
+ * piuparts-reports.py: add link to states graph for each suite.
-- Holger Levsen <holger at debian.org> Mon, 11 Feb 2019 12:55:50 +0100
=====================================
piuparts-report.py
=====================================
@@ -2,7 +2,7 @@
# -*- coding: utf-8 -*-
#
# Copyright 2005 Lars Wirzenius (liw at iki.fi)
-# Copyright 2009-2018 Holger Levsen (holger at layer-acht.org)
+# Copyright 2009-2019 Holger Levsen (holger at layer-acht.org)
# Copyright © 2011-2018 Andreas Beckmann (anbe at debian.org)
# Copyright 2013 David Steele (dsteele at gmail.com)
#
@@ -758,6 +758,8 @@ def create_section_navigation(section_names, current_section, doc_root):
% (doc_root, current_section)
tablerows += "<tr><td class=\"contentcell\"><a href=\"%s/%s/source/\">by source package</a></td></tr>\n" \
% (doc_root, current_section)
+ tablerows += "<tr><td class=\"contentcell\">states <a href=\"%s/%s/states.png/\">graph</a></td></tr>\n" \
+ % (doc_root, current_section)
tablerows += "<tr class=\"titlerow\"><td class=\"alerttitlecell\">all tested suites</td></tr>"
for section in section_names:
tablerows += ("<tr class=\"normalrow\"><td class=\"contentcell\"><a href='%s/%s'>%s</a></td></tr>\n") % \
View it on GitLab: https://salsa.debian.org/debian/piuparts/commit/e67e3aa3637c637899e51956b6c31f38bbbd74a1
--
View it on GitLab: https://salsa.debian.org/debian/piuparts/commit/e67e3aa3637c637899e51956b6c31f38bbbd74a1
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/piuparts-devel/attachments/20190212/3af38267/attachment-0001.html>
More information about the Piuparts-devel
mailing list