[Qa-jenkins-scm] [jenkins.debian.net] 01/01: actually deploy files in hosts/*/usr/local
Holger Levsen
holger at moszumanska.debian.org
Wed Oct 14 22:27:49 UTC 2015
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 8ad2e88ba6b7565da6000482aeb65c3848c69c8f
Author: Holger Levsen <holger at layer-acht.org>
Date: Thu Oct 15 00:26:54 2015 +0200
actually deploy files in hosts/*/usr/local
---
update_jdn.sh | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/update_jdn.sh b/update_jdn.sh
index 9dd6a3f..dbc50a6 100755
--- a/update_jdn.sh
+++ b/update_jdn.sh
@@ -263,10 +263,11 @@ if [ -f /etc/debian_version ] ; then
fi
#
-# deploy package configuration in /etc
+# deploy package configuration in /etc and /usr/local/
#
cd $BASEDIR
sudo cp --preserve=mode,timestamps -r hosts/$HOSTNAME/etc/* /etc
+sudo cp --preserve=mode,timestamps -r hosts/$HOSTNAME/usr/local/* /usr/local/
#
# more configuration than a simple cp can do
--
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