[Qa-jenkins-scm] [jenkins.debian.net] 01/01: give jenkins-adm a working shell instead of /bin/false

Holger Levsen holger at layer-acht.org
Tue Aug 2 17:13:19 UTC 2016


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 a9b8e75f5d6462ffa7701f976474f52dfbdb11f8
Author: Mattia Rizzolo <mattia at debian.org>
Date:   Tue Aug 2 17:12:05 2016 +0000

    give jenkins-adm a working shell instead of /bin/false
    
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 update_jdn.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/update_jdn.sh b/update_jdn.sh
index 71ca96d..72fa725 100755
--- a/update_jdn.sh
+++ b/update_jdn.sh
@@ -80,6 +80,7 @@ user_host_groups['lunar','jenkins']='reproducible'
 
 
 u_shell['mattia']='/bin/zsh'
+u_shell['jenkins-adm']='/bin/bash'
 
 # get the users out of the user_host_groups array's index
 users=$(for i in ${!user_host_groups[@]}; do echo ${i%,*} ; done | sort -u)

-- 
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