[Qa-jenkins-scm] [jenkins.debian.net] 01/01: update_jdn: just copy all hosts//usr/ instead of only /usr/local
Holger Levsen
holger at moszumanska.debian.org
Thu Dec 10 00:27:00 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 33915956727ea6ef540faec02f2782b04a4354d8
Author: Mattia Rizzolo <mattia at debian.org>
Date: Thu Dec 10 00:24:11 2015 +0000
update_jdn: just copy all hosts//usr/ instead of only /usr/local
---
update_jdn.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/update_jdn.sh b/update_jdn.sh
index 50a6b63..bfd2e0e 100755
--- a/update_jdn.sh
+++ b/update_jdn.sh
@@ -333,7 +333,7 @@ fi
#
cd $BASEDIR
sudo cp --preserve=mode,timestamps -r hosts/$HOSTNAME/etc/* /etc
-sudo cp --preserve=mode,timestamps -r hosts/$HOSTNAME/usr/local/* /usr/local/
+sudo cp --preserve=mode,timestamps -r hosts/$HOSTNAME/usr/* /usr/
#
# 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