summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_common.py
diff options
context:
space:
mode:
authorValerie R Young <spectranaut@riseup.net>2016-06-16 09:45:56 -0400
committerHolger Levsen <holger@layer-acht.org>2016-06-17 23:31:29 +0200
commit0c3fcd537bd06556cda1d290ee926e8365969a04 (patch)
tree2353ef2e34f743eef00cf5448769f182e9ed3bf3 /bin/reproducible_common.py
parenteaae777d4ed6a973316c2a96b27422249ddb446f (diff)
downloadjenkins.debian.net-0c3fcd537bd06556cda1d290ee926e8365969a04.tar.xz
reproducible debian: improve package page navigation
Changes made: - suite and arch specific details moved from the top of side bar to the suite and arch section - "notes" and "test history" (suite and arch agnostic) move to the top of side bar - hover text added to most links, starting with either "Go to:" (if the link takes you away from package page) or "Show:" (if the link opens a file in the iframe) - enabled notifications flag still on top left, by "Test Details" header reproducible debian: address mattia's code review comments Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin/reproducible_common.py')
-rwxr-xr-xbin/reproducible_common.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/reproducible_common.py b/bin/reproducible_common.py
index 3c3f31b9..d0224b1b 100755
--- a/bin/reproducible_common.py
+++ b/bin/reproducible_common.py
@@ -44,6 +44,7 @@ defaultarch = 'amd64'
BIN_PATH = '/srv/jenkins/bin'
BASE = '/var/lib/jenkins/userContent/reproducible'
DEBIAN_BASE = '/var/lib/jenkins/userContent/reproducible/debian'
+TEMPLATE_PATH = BIN_PATH + '/templates'
REPRODUCIBLE_JSON = BASE + '/reproducible.json'
REPRODUCIBLE_TRACKER_JSON = BASE + '/reproducible-tracker.json'