summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_common.py
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-08-31 11:24:44 +0200
committerHolger Levsen <holger@layer-acht.org>2015-08-31 11:24:44 +0200
commit43b52fcb552e99ce282b2e379ff534d416d84f3f (patch)
tree6c4280bfb82d2092c03437ee4747bee9b26ba9a1 /bin/reproducible_common.py
parent20897305096646352a178683003dd821a76e716a (diff)
downloadjenkins.debian.net-43b52fcb552e99ce282b2e379ff534d416d84f3f.tar.xz
reproducible: fix armhf navigation links
Diffstat (limited to 'bin/reproducible_common.py')
-rwxr-xr-xbin/reproducible_common.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_common.py b/bin/reproducible_common.py
index 31ad7338..0f2d070a 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