From dad04e49b3e224f217f072f1758386f8f3031fd9 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Wed, 26 Aug 2015 10:15:51 +0200 Subject: reproducible: change link names from "$arch" to "arch: $arch" --- bin/reproducible_common.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/reproducible_common.py') diff --git a/bin/reproducible_common.py b/bin/reproducible_common.py index fd727714..e56dab98 100755 --- a/bin/reproducible_common.py +++ b/bin/reproducible_common.py @@ -275,9 +275,9 @@ def _gen_links(suite, arch): continue html += '
  • suite: ' + i + '
  • ' if arch == 'amd64': - html += '
  • armhf
  • ' + html += '
  • arch: armhf
  • ' else: - html += '
  • amd64
  • ' + html += '
  • arch: amd64
  • ' return html -- cgit v1.2.3-54-g00ecf