From 7d4bd72b8db7a549f21d3dfb8c6ead8db137acb4 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Thu, 19 Mar 2015 02:08:37 +0100 Subject: reproducible: refactor, introduce defaultsuite+arch, fix broken links on /issues/ pages to index pages.. --- bin/reproducible_common.py | 32 +++++++++++++++++--------------- 1 file changed, 17 insertions(+), 15 deletions(-) (limited to 'bin/reproducible_common.py') diff --git a/bin/reproducible_common.py b/bin/reproducible_common.py index b6971a5d..d032636a 100755 --- a/bin/reproducible_common.py +++ b/bin/reproducible_common.py @@ -28,6 +28,9 @@ QUIET = False SUITES = ['testing', 'unstable', 'experimental'] # tested arches ARCHES = ['amd64'] +# defaults +defaultsuite = 'unstable' +defaultarch = 'amd64' BIN_PATH = '/srv/jenkins/bin' BASE = '/var/lib/jenkins/userContent' @@ -119,32 +122,32 @@ html_head_page = Template((tab*2).join("""