[Qa-jenkins-scm] [jenkins.debian.net] 04/04: lunar doesnt need jenkins groups
Holger Levsen
holger at moszumanska.debian.org
Wed Oct 28 16:07:13 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 611a957c04036dab6da98b91f69304ad7d4cd537
Author: Holger Levsen <holger at layer-acht.org>
Date: Wed Oct 28 10:06:38 2015 -0600
lunar doesnt need jenkins groups
---
update_jdn.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/update_jdn.sh b/update_jdn.sh
index ecf500f..3718af5 100755
--- a/update_jdn.sh
+++ b/update_jdn.sh
@@ -43,7 +43,7 @@ for user in helmut holger mattia lunar ; do
sudo adduser --gecos "" --shell "$shell" --disabled-password $user
if [ "$user" = "holger" ] ; then
sudo usermod -G jenkins,jenkins-adm,sudo,adm $user
- else
+ elif [ "$user" != "lunar" ] ; then
sudo usermod -G jenkins,jenkins-adm $user
fi
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