Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Debian QA
jenkins.debian.net
Commits
b7131499
Commit
b7131499
authored
Mar 07, 2019
by
Holger Levsen
Browse files
reproducible: simplefy adding lynxis to jenkins group
Signed-off-by:
Holger Levsen
<
holger@layer-acht.org
>
parent
8bac6e2e
Changes
1
Hide whitespace changes
Inline
Side-by-side
update_jdn.sh
View file @
b7131499
...
@@ -106,7 +106,7 @@ sudo_groups='jenkins,jenkins-adm,sudo,adm'
...
@@ -106,7 +106,7 @@ sudo_groups='jenkins,jenkins-adm,sudo,adm'
# if there's a need for host groups, a case statement on $HOSTNAME here that sets $GROUPNAME, say, should do the trick
# if there's a need for host groups, a case statement on $HOSTNAME here that sets $GROUPNAME, say, should do the trick
# then you can define user_host_groups['phil','lvm_group']=... below
# then you can define user_host_groups['phil','lvm_group']=... below
# and add checks for the GROUP version wherever the HOSTNAME is checked in the following code
# and add checks for the GROUP version where
e
ver the HOSTNAME is checked in the following code
user_host_groups[
'helmut'
,
'*'
]=
"
$sudo_groups
"
user_host_groups[
'helmut'
,
'*'
]=
"
$sudo_groups
"
user_host_groups[
'holger'
,
'*'
]=
"
$sudo_groups
"
user_host_groups[
'holger'
,
'*'
]=
"
$sudo_groups
"
...
@@ -118,7 +118,7 @@ user_host_groups['phil','jenkins']="$sudo_groups"
...
@@ -118,7 +118,7 @@ user_host_groups['phil','jenkins']="$sudo_groups"
user_host_groups[
'lunar'
,
'jenkins'
]=
'reproducible'
user_host_groups[
'lunar'
,
'jenkins'
]=
'reproducible'
user_host_groups[
'lynxis'
,
'osuosl-build171-amd64'
]=
"
$sudo_groups
"
user_host_groups[
'lynxis'
,
'osuosl-build171-amd64'
]=
"
$sudo_groups
"
user_host_groups[
'lynxis'
,
'osuosl-build172-amd64'
]=
"
$sudo_groups
"
user_host_groups[
'lynxis'
,
'osuosl-build172-amd64'
]=
"
$sudo_groups
"
user_host_groups[
'lynxis'
,
'jenkins'
]=
"
reproducible,
${
user_host_groups
[
'lynxis'
,
'*'
]
}
"
user_host_groups[
'lynxis'
,
'jenkins'
]=
"
jenkins
"
user_host_groups[
'hans'
,
'osuosl-build168-amd64'
]=
"
$sudo_groups
"
user_host_groups[
'hans'
,
'osuosl-build168-amd64'
]=
"
$sudo_groups
"
user_host_groups[
'vagrant'
,
'armhf'
]=
"
$sudo_groups
"
user_host_groups[
'vagrant'
,
'armhf'
]=
"
$sudo_groups
"
user_host_groups[
'vagrant'
,
'arm64'
]=
"
$sudo_groups
"
user_host_groups[
'vagrant'
,
'arm64'
]=
"
$sudo_groups
"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment