Gentoo Archives: gentoo-commits

From: "Ian Delaney (idella4)" <idella4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/jenkins-autojobs/files: local_jenkins.patch
Date: Mon, 02 Feb 2015 14:06:13
Message-Id: 20150202140607.C900810E60@oystercatcher.gentoo.org
1 idella4 15/02/02 14:06:07
2
3 Added: local_jenkins.patch
4 Log:
5 new ebuild, written by maintainer, entered under proxy-maintainers herd, fully tested and shored up to see test phase working fully with 1 limitation, closes bug #537442
6
7 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
8
9 Revision Changes Path
10 1.1 dev-python/jenkins-autojobs/files/local_jenkins.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/jenkins-autojobs/files/local_jenkins.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/jenkins-autojobs/files/local_jenkins.patch?rev=1.1&content-type=text/plain
14
15 Index: local_jenkins.patch
16 ===================================================================
17 --- tests/bin/start-jenkins.sh.orig 2015-01-02 23:10:17.000000000 +0100
18 +++ tests/bin/start-jenkins.sh 2015-01-30 16:35:27.058035074 +0100
19 @@ -19,6 +19,8 @@
20 echo 0 | nc $jenkins_addr $jenkins_cport
21 }
22
23 +cp -v /opt/jenkins/jenkins.war $jenkins_war
24 +
25 if [[ ! -e $jenkins_war ]]; then
26 echo "Downloading jenkins.war ..."
27 curl -L $jenkins_war_url > $jenkins_war
28 @@ -31,7 +33,6 @@
29
30 if [[ $(unzip -l $jenkins_war | egrep "plugins/(mercurial)|(git).hpi" | wc -l) -ne 2 ]]; then
31 echo "Adding git and hg plugins to jenkins.war ..."
32 - wget -c $hg_hpi_url $git_hpi_url -P "${here}/../tmp/WEB-INF/plugins"
33 (cd ${here}/../tmp && zip jenkins.war ./WEB-INF/plugins/*.hpi)
34 fi
35
36 @@ -57,4 +58,4 @@
37
38 [[ $jenkins_running -ne 0 ]] && exit 1
39
40 -wait $java_pid
41 +#wait $java_pid