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
FC Stegerman
jenkins.debian.net
Commits
5bf2800e
Verified
Commit
5bf2800e
authored
Aug 25, 2021
by
Mattia Rizzolo
Browse files
init_node: start with bullseye already
Signed-off-by:
Mattia Rizzolo
<
mattia@debian.org
>
parent
32221d08
Changes
1
Hide whitespace changes
Inline
Side-by-side
init_node
View file @
5bf2800e
...
...
@@ -30,7 +30,7 @@ adduser --system --shell /bin/bash --home /home/jenkins-adm --ingroup jenkins-ad
usermod
-G
jenkins jenkins-adm
which
sudo
||
apt-get
install
-y
sudo
echo
'%jenkins-adm ALL= NOPASSWD: ALL'
>
/etc/sudoers.d/jenkins-adm
# will be overwritten later
grep
-q
bu
ster
-backports /etc/apt/sources.list
||
echo
"deb http://deb.debian.org/debian/ bu
ster
-backports main contrib non-free"
>>
/etc/apt/sources.list
grep
-q
bu
llseye
-backports /etc/apt/sources.list
||
echo
"deb http://deb.debian.org/debian/ bu
llseye
-backports main contrib non-free"
>>
/etc/apt/sources.list
chown
jenkins-adm.jenkins-adm /home/jenkins-adm
cd
~jenkins-adm
[
-x
/usr/bin/git
]
||
apt-get
install
-y
git
...
...
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