summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_common.py
diff options
context:
space:
mode:
authorValerie R Young <spectranaut@riseup.net>2016-07-14 12:03:24 -0400
committerHolger Levsen <holger@layer-acht.org>2016-07-24 11:46:02 -0400
commita7f7ecc84d803f1d3adf4e9f7babc01fe6de9199 (patch)
treeac47ea04c4d775629eea7935dc0e634cb7b0604b /bin/reproducible_common.py
parent1dea20a0d5081e8fa1f864e82977dc9d365a8565 (diff)
downloadjenkins.debian.net-a7f7ecc84d803f1d3adf4e9f7babc01fe6de9199.tar.xz
reproducible debian: move page titles to mainbody, add dashboard header in nav
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin/reproducible_common.py')
-rwxr-xr-xbin/reproducible_common.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/reproducible_common.py b/bin/reproducible_common.py
index 70a4f62c..6701db26 100755
--- a/bin/reproducible_common.py
+++ b/bin/reproducible_common.py
@@ -29,7 +29,6 @@ from subprocess import call, check_call
from tempfile import NamedTemporaryFile
from datetime import datetime, timedelta
-
DEBUG = False
QUIET = False
@@ -79,6 +78,7 @@ BUILDINFO_PATH = BASE + BUILDINFO_URI
REPRODUCIBLE_URL = 'https://tests.reproducible-builds.org'
DEBIAN_URL = 'https://tests.reproducible-builds.org/debian'
+DEBIAN_DASHBOARD_URI = '/debian/reproducible.html'
JENKINS_URL = 'https://jenkins.debian.net'
# global package set definitions
@@ -265,7 +265,7 @@ def create_main_navigation(page_title, suite, arch, displayed_page=None):
'project_links_html': renderer.render(project_links_template),
'suite_list': [{'s': s} for s in SUITES],
'arch_list': [{'a': a} for a in ARCHS],
- 'debian_url': DEBIAN_URL,
+ 'debian_uri': DEBIAN_DASHBOARD_URI,
}
if suite != 'experimental':
# there are not package sets in experimental