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
3b074b5f
Verified
Commit
3b074b5f
authored
Mar 28, 2019
by
Mattia Rizzolo
Browse files
install the generated known_host file under /etc
Signed-off-by:
Mattia Rizzolo
<
mattia@debian.org
>
parent
79e39b91
Changes
1
Hide whitespace changes
Inline
Side-by-side
update_jdn.sh
View file @
3b074b5f
...
@@ -623,6 +623,7 @@ else
...
@@ -623,6 +623,7 @@ else
fi
fi
sudo
-u
jenkins
cp
jenkins-home/ssh_config.in /var/lib/jenkins/.ssh/config
sudo
-u
jenkins
cp
jenkins-home/ssh_config.in /var/lib/jenkins/.ssh/config
nodes/gen_ssh_config |
sudo
-u
jenkins
tee
-a
/var/lib/jenkins/.ssh/config
>
/dev/null
nodes/gen_ssh_config |
sudo
-u
jenkins
tee
-a
/var/lib/jenkins/.ssh/config
>
/dev/null
nodes/gen_known_host_file |
sudo tee
/etc/ssh/ssh_known_hosts
>
/dev/null
explain
"scripts and configurations for jenkins updated."
explain
"scripts and configurations for jenkins updated."
if
[
"
$HOSTNAME
"
=
"jenkins"
]
;
then
if
[
"
$HOSTNAME
"
=
"jenkins"
]
;
then
...
...
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