[Qa-jenkins-scm] [jenkins.debian.net] 03/06: install git if its not installed
Holger Levsen
holger at layer-acht.org
Wed Aug 3 14:19:28 UTC 2016
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch master
in repository jenkins.debian.net.
commit 66ada1316b81e9342cc6e109fb5418d6b5f2bf90
Author: Holger Levsen <holger at layer-acht.org>
Date: Wed Aug 3 16:16:34 2016 +0200
install git if its not installed
---
deploy_everywhere | 1 +
1 file changed, 1 insertion(+)
diff --git a/deploy_everywhere b/deploy_everywhere
index c089b43..292c45f 100755
--- a/deploy_everywhere
+++ b/deploy_everywhere
@@ -41,6 +41,7 @@ if [ ! -d jenkins.debian.net ]; then
if [ -d ~holger/jenkins.debian.net ] ; then
rm ~holger/jenkins.debian.net -rf
fi
+ [ -x /usr/bin/git ] || sudo apt-get install -y git
sudo -u jenkins-adm git clone https://anonscm.debian.org/git/qa/jenkins.debian.net.git
else
cd jenkins.debian.net
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git
More information about the Qa-jenkins-scm
mailing list