[Qa-jenkins-scm] [jenkins.debian.net] 01/01: stop using chown like there is no tomorrow
Holger Levsen
holger at moszumanska.debian.org
Sat Dec 12 13:17:05 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 eeebe14c5b67f64acba6628a3fdd9f3118c23bcc
Author: Holger Levsen <holger at layer-acht.org>
Date: Sat Dec 12 14:16:37 2015 +0100
stop using chown like there is no tomorrow
---
update_jdn.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/update_jdn.sh b/update_jdn.sh
index c5e95c2..17afd2b 100755
--- a/update_jdn.sh
+++ b/update_jdn.sh
@@ -433,7 +433,7 @@ if [ "$HOSTNAME" = "jenkins" ] ; then
diff THANKS .THANKS >/dev/null || asciidoc $ASCIIDOC_PARAMS -o thanks.html THANKS
mv THANKS .THANKS
rm TODO README INSTALL CONTRIBUTING
- sudo chown -R jenkins.jenkins /var/lib/jenkins/userContent
+ sudo chown jenkins.jenkins /var/lib/jenkins/userContent/*html
explain "user content for jenkins updated."
fi
--
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