summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorValerie R Young <spectranaut@riseup.net>2016-07-26 14:28:34 -0400
committerHolger Levsen <holger@layer-acht.org>2016-07-28 14:06:25 -0400
commita7683ad505585be4902f4d55931eaa89c47344aa (patch)
tree7a61d2e86cabe5d178d0c40ebc2838e56817417b
parent1b4dc1b3191e3623a0eeb7cacef80be1ab71d0a2 (diff)
downloadjenkins.debian.net-a7683ad505585be4902f4d55931eaa89c47344aa.tar.xz
reproducible debian: move mustache template directory out of bin
Signed-off-by: Holger Levsen <holger@layer-acht.org>
-rwxr-xr-xbin/reproducible_common.py2
-rwxr-xr-xbin/reproducible_common.sh2
-rw-r--r--mustache-templates/reproducible/basic_page.mustache (renamed from bin/templates/basic_page.mustache)0
-rw-r--r--mustache-templates/reproducible/default_page_footer.mustache (renamed from bin/templates/default_page_footer.mustache)0
-rw-r--r--mustache-templates/reproducible/main_navigation.mustache (renamed from bin/templates/main_navigation.mustache)0
-rw-r--r--mustache-templates/reproducible/package_page.mustache (renamed from bin/templates/package_page.mustache)0
-rw-r--r--mustache-templates/reproducible/package_suitearch_details.mustache (renamed from bin/templates/package_suitearch_details.mustache)0
-rw-r--r--mustache-templates/reproducible/package_suitearch_section.mustache (renamed from bin/templates/package_suitearch_section.mustache)0
-rw-r--r--mustache-templates/reproducible/pkg_symbol_legend.mustache (renamed from bin/templates/pkg_symbol_legend.mustache)0
-rw-r--r--mustache-templates/reproducible/pkgset_details.mustache (renamed from bin/templates/pkgset_details.mustache)0
-rw-r--r--mustache-templates/reproducible/pkgset_navigation.mustache (renamed from bin/templates/pkgset_navigation.mustache)0
-rw-r--r--mustache-templates/reproducible/project_links.mustache (renamed from bin/templates/project_links.mustache)0
-rw-r--r--mustache-templates/reproducible/status_icon_link.mustache (renamed from bin/templates/status_icon_link.mustache)0
-rwxr-xr-xupdate_jdn.sh2
14 files changed, 3 insertions, 3 deletions
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"
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"
diff --git a/bin/templates/basic_page.mustache b/mustache-templates/reproducible/basic_page.mustache
index f5fe0383..f5fe0383 100644
--- a/bin/templates/basic_page.mustache
+++ b/mustache-templates/reproducible/basic_page.mustache
diff --git a/bin/templates/default_page_footer.mustache b/mustache-templates/reproducible/default_page_footer.mustache
index 5e97493b..5e97493b 100644
--- a/bin/templates/default_page_footer.mustache
+++ b/mustache-templates/reproducible/default_page_footer.mustache
diff --git a/bin/templates/main_navigation.mustache b/mustache-templates/reproducible/main_navigation.mustache
index d1e425ae..d1e425ae 100644
--- a/bin/templates/main_navigation.mustache
+++ b/mustache-templates/reproducible/main_navigation.mustache
diff --git a/bin/templates/package_page.mustache b/mustache-templates/reproducible/package_page.mustache
index 3261e417..3261e417 100644
--- a/bin/templates/package_page.mustache
+++ b/mustache-templates/reproducible/package_page.mustache
diff --git a/bin/templates/package_suitearch_details.mustache b/mustache-templates/reproducible/package_suitearch_details.mustache
index ac74be56..ac74be56 100644
--- a/bin/templates/package_suitearch_details.mustache
+++ b/mustache-templates/reproducible/package_suitearch_details.mustache
diff --git a/bin/templates/package_suitearch_section.mustache b/mustache-templates/reproducible/package_suitearch_section.mustache
index d8ac5304..d8ac5304 100644
--- a/bin/templates/package_suitearch_section.mustache
+++ b/mustache-templates/reproducible/package_suitearch_section.mustache
diff --git a/bin/templates/pkg_symbol_legend.mustache b/mustache-templates/reproducible/pkg_symbol_legend.mustache
index 12fe485a..12fe485a 100644
--- a/bin/templates/pkg_symbol_legend.mustache
+++ b/mustache-templates/reproducible/pkg_symbol_legend.mustache
diff --git a/bin/templates/pkgset_details.mustache b/mustache-templates/reproducible/pkgset_details.mustache
index d29576a2..d29576a2 100644
--- a/bin/templates/pkgset_details.mustache
+++ b/mustache-templates/reproducible/pkgset_details.mustache
diff --git a/bin/templates/pkgset_navigation.mustache b/mustache-templates/reproducible/pkgset_navigation.mustache
index 98bfd5ce..98bfd5ce 100644
--- a/bin/templates/pkgset_navigation.mustache
+++ b/mustache-templates/reproducible/pkgset_navigation.mustache
diff --git a/bin/templates/project_links.mustache b/mustache-templates/reproducible/project_links.mustache
index b457982e..b457982e 100644
--- a/bin/templates/project_links.mustache
+++ b/mustache-templates/reproducible/project_links.mustache
diff --git a/bin/templates/status_icon_link.mustache b/mustache-templates/reproducible/status_icon_link.mustache
index 66bebfcc..66bebfcc 100644
--- a/bin/templates/status_icon_link.mustache
+++ b/mustache-templates/reproducible/status_icon_link.mustache
diff --git a/update_jdn.sh b/update_jdn.sh
index 7a03540a..d2cd94cb 100755
--- a/update_jdn.sh
+++ b/update_jdn.sh
@@ -502,7 +502,7 @@ explain "packages configured."
#
cd $BASEDIR
[ -d /srv/jenkins/features ] && sudo rm -rf /srv/jenkins/features
-for dir in bin logparse cucumber live ; do
+for dir in bin logparse cucumber live mustache-templates ; do
sudo mkdir -p /srv/jenkins/$dir
sudo rsync -rpt --delete $dir/ /srv/jenkins/$dir/
sudo chown -R jenkins-adm.jenkins-adm /srv/jenkins/$dir