From a7683ad505585be4902f4d55931eaa89c47344aa Mon Sep 17 00:00:00 2001 From: Valerie R Young Date: Tue, 26 Jul 2016 14:28:34 -0400 Subject: reproducible debian: move mustache template directory out of bin Signed-off-by: Holger Levsen --- bin/reproducible_common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/reproducible_common.py') diff --git a/bin/reproducible_common.py b/bin/reproducible_common.py index 92813e06..0a027b0b 100755 --- a/bin/reproducible_common.py +++ b/bin/reproducible_common.py @@ -48,7 +48,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' +TEMPLATE_PATH = '/srv/jenkins/mustache-templates/reproducible' PKGSET_DEF_PATH = '/srv/reproducible-results' TEMP_PATH="/tmp/reproducible" -- cgit v1.2.3-54-g00ecf