From 3b5b249d024c1ce454f3f8ae43f3a8f820b405b2 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Fri, 1 Jan 2016 17:59:56 +0100 Subject: reproducible armhf: enable testing of testing --- bin/reproducible_common.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'bin/reproducible_common.py') diff --git a/bin/reproducible_common.py b/bin/reproducible_common.py index 9c60f581..2676e81e 100755 --- a/bin/reproducible_common.py +++ b/bin/reproducible_common.py @@ -295,8 +295,6 @@ def _gen_links(suite, arch): continue html += link[1].format(suite=suite, arch=arch) + '\n' for i in SUITES: # suite links - if arch == 'armhf' and i == 'testing': - continue html += '
  • suite: ' + i + '
  • ' if arch == 'amd64': html += '
  • arch: armhf
  • ' -- cgit v1.2.3-54-g00ecf