Skip to content
Snippets Groups Projects
Commit c1c3e686 authored by Holger Levsen's avatar Holger Levsen
Browse files

init_nodes: install ntpdate, we need it later

parent f79acda6
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,7 @@ which sudo || apt-get install -y sudo
echo '%jenkins-adm ALL= NOPASSWD: ALL' > /etc/sudoers.d/jenkins-adm # will be overwritten later
chown jenkins-adm:jenkins-adm /home/jenkins-adm
cd ~jenkins-adm
[ -x /usr/bin/git ] || apt-get install -y git
[ -x /usr/bin/git ] || apt-get install -y git ntpdate
su jenkins-adm -l -c "git clone $GIT_REPO"
cd jenkins.debian.net
su jenkins-adm -l -c "git -C ~jenkins-adm/jenkins.debian.net config pull.ff only"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment