From a7f7ecc84d803f1d3adf4e9f7babc01fe6de9199 Mon Sep 17 00:00:00 2001 From: Valerie R Young Date: Thu, 14 Jul 2016 12:03:24 -0400 Subject: reproducible debian: move page titles to mainbody, add dashboard header in nav Signed-off-by: Holger Levsen --- 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 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 -- cgit v1.2.3-54-g00ecf