idella4 15/02/02 14:06:07 Added: local_jenkins.patch Log: 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 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path 1.1 dev-python/jenkins-autojobs/files/local_jenkins.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/jenkins-autojobs/files/local_jenkins.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/jenkins-autojobs/files/local_jenkins.patch?rev=1.1&content-type=text/plain Index: local_jenkins.patch =================================================================== --- tests/bin/start-jenkins.sh.orig 2015-01-02 23:10:17.000000000 +0100 +++ tests/bin/start-jenkins.sh 2015-01-30 16:35:27.058035074 +0100 @@ -19,6 +19,8 @@ echo 0 | nc $jenkins_addr $jenkins_cport } +cp -v /opt/jenkins/jenkins.war $jenkins_war + if [[ ! -e $jenkins_war ]]; then echo "Downloading jenkins.war ..." curl -L $jenkins_war_url > $jenkins_war @@ -31,7 +33,6 @@ if [[ $(unzip -l $jenkins_war | egrep "plugins/(mercurial)|(git).hpi" | wc -l) -ne 2 ]]; then echo "Adding git and hg plugins to jenkins.war ..." - wget -c $hg_hpi_url $git_hpi_url -P "${here}/../tmp/WEB-INF/plugins" (cd ${here}/../tmp && zip jenkins.war ./WEB-INF/plugins/*.hpi) fi @@ -57,4 +58,4 @@ [[ $jenkins_running -ne 0 ]] && exit 1 -wait $java_pid +#wait $java_pid
