diff options
author | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2011-05-20 13:49:39 +0200 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2011-05-20 13:49:39 +0200 |
commit | 66adad5202c26e8f9c1eaa15d94ed07c2d0426ba (patch) | |
tree | 23cdd1132bc8df7ec5e7e2740eeddd7128c2b7a4 /ubuntu-jenkins | |
parent | d0f9d0b282df8889a79af4a81d7602bb4c863f36 (diff) |
not using https because of certificate errors
Diffstat (limited to 'ubuntu-jenkins')
-rwxr-xr-x | ubuntu-jenkins/setup-ubuntu-jenkins.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ubuntu-jenkins/setup-ubuntu-jenkins.sh b/ubuntu-jenkins/setup-ubuntu-jenkins.sh index 6692c02e..2f614f8e 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 https://github.com/downloads/KentBeck/junit/junit-4.9b2.jar +wget http://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" |