[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: fix armhf navigation links
Holger Levsen
holger at moszumanska.debian.org
Mon Aug 31 09:25:08 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 43b52fcb552e99ce282b2e379ff534d416d84f3f
Author: Holger Levsen <holger at layer-acht.org>
Date: Mon Aug 31 11:24:44 2015 +0200
reproducible: fix armhf navigation links
---
bin/reproducible_common.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/reproducible_common.py b/bin/reproducible_common.py
index 31ad733..0f2d070 100755
--- a/bin/reproducible_common.py
+++ b/bin/reproducible_common.py
@@ -267,7 +267,7 @@ def _gen_links(suite, arch):
html = ''
for link in links:
if link[0] == 'pkg_sets' and suite == 'experimental':
- html += link[1].format(suite=defaultsuite, arch=arch) + '\n'
+ html += link[1].format(suite=suite, arch=arch) + '\n'
continue
html += link[1].format(suite=suite, arch=arch) + '\n'
for i in SUITES: # suite links
--
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