diff options
author | Philip Hands <phil@hands.com> | 2016-09-30 21:16:11 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-10-01 00:43:08 +0200 |
commit | ae6332ed62e8ea7498eac038dd6dc38a431631a4 (patch) | |
tree | 4ed733c8e4eaf1cb53d16d87a9162be2e77866ac | |
parent | 1d94871858ec182edfee5442c31ab3a32a7cc8ac (diff) | |
download | jenkins.debian.net-ae6332ed62e8ea7498eac038dd6dc38a431631a4.tar.xz |
grant phil root on jenkins (to hunt the wayward lvc $WORKSPACE)
Signed-off-by: Holger Levsen <holger@layer-acht.org>
-rwxr-xr-x | update_jdn.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/update_jdn.sh b/update_jdn.sh index e4cb5577..245fbdad 100755 --- a/update_jdn.sh +++ b/update_jdn.sh @@ -75,7 +75,7 @@ user_host_groups['mattia','*']="$sudo_groups" user_host_groups['mattia','jenkins']="reproducible,${user_host_groups['mattia','*']}" user_host_groups['phil','jenkins-test-vm']="$sudo_groups,libvirt,libvirt-qemu" user_host_groups['phil','profitbricks-build10-amd64']="$sudo_groups" -user_host_groups['phil','jenkins']='' +user_host_groups['phil','jenkins']="$sudo_groups" user_host_groups['lunar','jenkins']='reproducible' |