[Piuparts-commits] [SCM] piuparts git repository branch, develop, updated. 0.44-811-gcddb6b0
Holger Levsen
holger at layer-acht.org
Tue Jun 19 09:47:50 UTC 2012
The following commit has been merged in the develop branch:
commit cddb6b0a741c67cc944e35c47a4055974570828e
Merge: 770af89f2c8aa6f9731b523ced4b95f17b80f811 f37c5e8645fe2dd22db69c3e5e9877efd2a49fc8
Author: Holger Levsen <holger at layer-acht.org>
Date: Tue Jun 19 11:46:52 2012 +0200
Merge remote branch 'andreas/feature/version-qualification' into develop
diff --combined piuparts-report.py
index a4fc97e,efff1c5..8207a05
--- a/piuparts-report.py
+++ b/piuparts-report.py
@@@ -427,7 -427,6 +427,7 @@@ class Config(piupartslib.conf.Config)
"distro": None,
"area": None,
"arch": None,
+ "upgrade-test-distros": None,
"max-reserved": 1,
"doc-root": "/",
},
@@@ -949,20 -948,20 +949,20 @@@ class Section
+ "<td class=\"labelcell\">Version:</td>" \
+ "<td class=\"contentcell2\">%s</td>" \
% html_protect(source_version) \
- + "</tr>\n"
+ + "</tr>\n"
sourcerows += "<tr class=\"normalrow\">" \
+ "<td class=\"labelcell\">Maintainer:</td>" \
+ "<td class=\"contentcell2\" colspan=\"5\">%s</td>" \
% self.link_to_maintainer_summary(maintainer) \
- + "</tr>\n"
+ + "</tr>\n"
if uploaders:
sourcerows += "<tr class=\"normalrow\">" \
+ "<td class=\"labelcell\">Uploaders:</td>" \
+ "<td class=\"contentcell2\" colspan=\"5\">%s</td>" \
% self.link_to_uploaders(uploaders) \
- + "</tr>\n"
+ + "</tr>\n"
source_summary_page_path = os.path.join( self._output_directory,
"source",
@@@ -1098,7 -1097,7 +1098,7 @@@
substats += ": %s passed" % count_passed
link += "<li><a href=%s>%s</a>%s</li>\n" % \
(
- template[:-len(".tpl")]+".html",
+ template[:-len(".tpl")]+".html",
linktarget,
substats,
)
--
piuparts git repository
More information about the Piuparts-commits
mailing list