From c3d65388c43b1bd820869e778b092570ef7bef4d Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Wed, 19 Aug 2015 23:54:07 +0200 Subject: reproducible: add links to (the) other archs --- bin/reproducible_common.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'bin') diff --git a/bin/reproducible_common.py b/bin/reproducible_common.py index 11b56280..e65ed4dc 100755 --- a/bin/reproducible_common.py +++ b/bin/reproducible_common.py @@ -271,6 +271,10 @@ def _gen_links(suite, arch): html += link[1].format(suite=suite, arch=arch) + '\n' for i in SUITES: # suite links html += '
  • suite: ' + i + '
  • ' + if arch == 'amd64': + html += '
  • armhf
  • ' + else + html += '
  • amd64
  • ' return html -- cgit v1.2.3-54-g00ecf