summaryrefslogtreecommitdiff
path: root/ubuntu-jenkins
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-05-20 13:54:48 +0200
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-05-20 13:54:48 +0200
commit7de7dc46754e97064bf10666057a6b41bcaa1166 (patch)
tree922ee1e1cb5696d55ac33be06e80b41a38a9a35a /ubuntu-jenkins
parent66adad5202c26e8f9c1eaa15d94ed07c2d0426ba (diff)
not using cert checks because of certificate errors
Diffstat (limited to 'ubuntu-jenkins')
-rwxr-xr-xubuntu-jenkins/setup-ubuntu-jenkins.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ubuntu-jenkins/setup-ubuntu-jenkins.sh b/ubuntu-jenkins/setup-ubuntu-jenkins.sh
index 2f614f8e..3846279e 100755
--- a/ubuntu-jenkins/setup-ubuntu-jenkins.sh
+++ b/ubuntu-jenkins/setup-ubuntu-jenkins.sh
@@ -2,7 +2,7 @@
mkdir ${HOME}/.jenkins
cd ${HOME}/.jenkins
wget http://mirrors.jenkins-ci.org/war/latest/jenkins.war
-wget http://github.com/downloads/KentBeck/junit/junit-4.9b2.jar
+wget --no-check-certificate https://github.com/downloads/KentBeck/junit/junit-4.9b2.jar
git archive --remote=git://anongit.freedesktop.org/libreoffice/contrib/dev-tools ubuntu-jenkins/jobs |tar x
echo "done."
echo "You can start your LibreOffice Ubuntu Jenkins server with: java -jar ~/.jenkins/jenkins.war"