[Qa-jenkins-scm] [jenkins.debian.net] 01/02: configure user philh too
Holger Levsen
holger at moszumanska.debian.org
Thu Nov 12 15:17:18 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 1e1600b4e0a88f8bcbf38899247dd2174a3e046d
Author: Holger Levsen <holger at layer-acht.org>
Date: Thu Nov 12 16:15:28 2015 +0100
configure user philh too
---
update_jdn.sh | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/update_jdn.sh b/update_jdn.sh
index 22aa7b1..f4c14f8 100755
--- a/update_jdn.sh
+++ b/update_jdn.sh
@@ -29,11 +29,15 @@ if ! getent passwd jenkins-adm > /dev/null ; then
sudo adduser --system --shell /bin/bash --no-create-home --ingroup jenkins-adm --disabled-login --no-create-home jenkins-adm
sudo usermod -G jenkins jenkins-adm
fi
-for user in helmut holger mattia lunar ; do
+for user in helmut holger mattia lunar philh ; do
if [ "$user" = "lunar" ] && [ "$HOSTNAME" != "jenkins" ] ; then
# lunar only wants to configure jekyll
continue
fi
+ if [ "$user" = "philh" ] && [ "$HOSTNAME" != "jenkins-test-vm" ] ; then
+ # philh only wants to test stuff
+ continue
+ fi
if ! getent passwd $user > /dev/null ; then
if [ "$user" = "mattia" ] ; then
usershell=/bin/zsh
--
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