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.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/reproducible_common.sh') diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh index 211b425e..04578320 100755 --- a/bin/reproducible_common.sh +++ b/bin/reproducible_common.sh @@ -43,7 +43,7 @@ REPRODUCIBLE_DOT_ORG_URL=https://reproducible-builds.org JENKINS_URL=${JENKINS_URL:0:-1} DBDSUITE="unstable" BIN_PATH=/srv/jenkins/bin -TEMPLATE_PATH=$BIN_PATH/templates +TEMPLATE_PATH=/srv/jenkins/mustache-templates/reproducible # Debian suites being tested SUITES="testing unstable experimental" -- cgit v1.2.3-54-g00ecf