[Qa-jenkins-scm] [jenkins.debian.net] 06/06: reproducible: _html_packages: add architecture qualifier after the current suite name
Holger Levsen
holger at moszumanska.debian.org
Sat Aug 15 10:51:21 UTC 2015
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch master
in repository jenkins.debian.net.
commit 9886c231a9a06be98c7c67268ddfb1c289377307
Author: Mattia Rizzolo <mattia at mapreri.org>
Date: Tue Aug 11 12:28:55 2015 +0000
reproducible: _html_packages: add architecture qualifier after the current suite name
---
bin/reproducible_html_packages.py | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/bin/reproducible_html_packages.py b/bin/reproducible_html_packages.py
index 448df8c..92b9a43 100755
--- a/bin/reproducible_html_packages.py
+++ b/bin/reproducible_html_packages.py
@@ -16,7 +16,7 @@ html_package_page = Template((tab*2).join(("""
<tr>
<td>
<span class="avoidwrap">
- <span style="font-size:1.2em;">$package</span> $suite: $version
+ <span style="font-size:1.2em;">$package</span> $suite/$arch: $version
$status
<span style="font-size:0.9em;">$build_time:</span>
</span>
@@ -202,6 +202,7 @@ def gen_packages_html(packages, no_clean=False):
html = html_package_page.substitute(
package=pkg,
suite=suite,
+ arch=arch,
status=status,
version=version,
build_time=build_date,
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git
More information about the Qa-jenkins-scm
mailing list