[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: fix typo
Holger Levsen
holger at moszumanska.debian.org
Sat Oct 3 18:14:51 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 473b62246f19dccea6cd02d347e81045783a5ca2
Author: Holger Levsen <holger at layer-acht.org>
Date: Sat Oct 3 20:14:18 2015 +0200
reproducible: fix typo
---
bin/reproducible_html_packages.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/reproducible_html_packages.py b/bin/reproducible_html_packages.py
index 4221bfc..b02d9f1 100755
--- a/bin/reproducible_html_packages.py
+++ b/bin/reproducible_html_packages.py
@@ -199,7 +199,7 @@ def gen_suites_links(package, current_suite, current_arch):
prefix = ''
suffix = '\n'
icon = prefix + '<img src="/static/{icon}" alt="{status}" title="{status}"/>' + suffix
- status, icon = join_status_icon(status, pkg, version)
+ status, icon = join_status_icon(status, package, version)
html += icon.format(icon=icon, status=status)
html += (tab*2 + ' <a href="{}/{}/{}/{}.html" target="_parent"' + \
' title="{}: {}{}">{}</a> in <a href="/{}/{}/" target="_parent">{}</a>\n').format(RB_PKG_URI,
--
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