[Qa-jenkins-scm] [jenkins.debian.net] 02/10: reproducible debian: move mustache template directory out of bin

Holger Levsen holger at layer-acht.org
Thu Jul 28 18:14:12 UTC 2016


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository jenkins.debian.net.

commit a7683ad505585be4902f4d55931eaa89c47344aa
Author: Valerie R Young <spectranaut at riseup.net>
Date:   Tue Jul 26 14:28:34 2016 -0400

    reproducible debian: move mustache template directory out of bin
    
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 bin/reproducible_common.py                                              | 2 +-
 bin/reproducible_common.sh                                              | 2 +-
 {bin/templates => mustache-templates/reproducible}/basic_page.mustache  | 0
 .../reproducible}/default_page_footer.mustache                          | 0
 .../reproducible}/main_navigation.mustache                              | 0
 .../templates => mustache-templates/reproducible}/package_page.mustache | 0
 .../reproducible}/package_suitearch_details.mustache                    | 0
 .../reproducible}/package_suitearch_section.mustache                    | 0
 .../reproducible}/pkg_symbol_legend.mustache                            | 0
 .../reproducible}/pkgset_details.mustache                               | 0
 .../reproducible}/pkgset_navigation.mustache                            | 0
 .../reproducible}/project_links.mustache                                | 0
 .../reproducible}/status_icon_link.mustache                             | 0
 update_jdn.sh                                                           | 2 +-
 14 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/bin/reproducible_common.py b/bin/reproducible_common.py
index 92813e0..0a027b0 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 211b425..0457832 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
similarity index 100%
rename from bin/templates/basic_page.mustache
rename to mustache-templates/reproducible/basic_page.mustache
diff --git a/bin/templates/default_page_footer.mustache b/mustache-templates/reproducible/default_page_footer.mustache
similarity index 100%
rename from bin/templates/default_page_footer.mustache
rename to mustache-templates/reproducible/default_page_footer.mustache
diff --git a/bin/templates/main_navigation.mustache b/mustache-templates/reproducible/main_navigation.mustache
similarity index 100%
rename from bin/templates/main_navigation.mustache
rename to mustache-templates/reproducible/main_navigation.mustache
diff --git a/bin/templates/package_page.mustache b/mustache-templates/reproducible/package_page.mustache
similarity index 100%
rename from bin/templates/package_page.mustache
rename to mustache-templates/reproducible/package_page.mustache
diff --git a/bin/templates/package_suitearch_details.mustache b/mustache-templates/reproducible/package_suitearch_details.mustache
similarity index 100%
rename from bin/templates/package_suitearch_details.mustache
rename to mustache-templates/reproducible/package_suitearch_details.mustache
diff --git a/bin/templates/package_suitearch_section.mustache b/mustache-templates/reproducible/package_suitearch_section.mustache
similarity index 100%
rename from bin/templates/package_suitearch_section.mustache
rename to mustache-templates/reproducible/package_suitearch_section.mustache
diff --git a/bin/templates/pkg_symbol_legend.mustache b/mustache-templates/reproducible/pkg_symbol_legend.mustache
similarity index 100%
rename from bin/templates/pkg_symbol_legend.mustache
rename to mustache-templates/reproducible/pkg_symbol_legend.mustache
diff --git a/bin/templates/pkgset_details.mustache b/mustache-templates/reproducible/pkgset_details.mustache
similarity index 100%
rename from bin/templates/pkgset_details.mustache
rename to mustache-templates/reproducible/pkgset_details.mustache
diff --git a/bin/templates/pkgset_navigation.mustache b/mustache-templates/reproducible/pkgset_navigation.mustache
similarity index 100%
rename from bin/templates/pkgset_navigation.mustache
rename to mustache-templates/reproducible/pkgset_navigation.mustache
diff --git a/bin/templates/project_links.mustache b/mustache-templates/reproducible/project_links.mustache
similarity index 100%
rename from bin/templates/project_links.mustache
rename to mustache-templates/reproducible/project_links.mustache
diff --git a/bin/templates/status_icon_link.mustache b/mustache-templates/reproducible/status_icon_link.mustache
similarity index 100%
rename from bin/templates/status_icon_link.mustache
rename to mustache-templates/reproducible/status_icon_link.mustache
diff --git a/update_jdn.sh b/update_jdn.sh
index 7a03540..d2cd94c 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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list