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-webapi/files: tests_py27.patch local_jenkins_war.patch
Date: Thu, 29 Jan 2015 09:19:41
Message-Id: 20150129091938.E3251108FC@oystercatcher.gentoo.org
1 idella4 15/01/29 09:19:38
2
3 Added: tests_py27.patch local_jenkins_war.patch
4 Log:
5 Module for interacting with the Jenkins CI server, ebuilds written by maintainer via bug #537440, 0.4.0 is missing folders present in 0.3.2, next release expected to see them re-added, closes bug #537440
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-webapi/files/tests_py27.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/jenkins-webapi/files/tests_py27.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/jenkins-webapi/files/tests_py27.patch?rev=1.1&content-type=text/plain
14
15 Index: tests_py27.patch
16 ===================================================================
17 --- tests/conftest.py.orig 2014-11-23 21:21:29.000000000 +0100
18 +++ tests/conftest.py 2015-01-28 18:37:25.388067816 +0100
19 @@ -1,3 +1,4 @@
20 +# -*- coding: utf-8 -*-
21 import re
22 import time
23 import pytest
24
25
26
27 1.1 dev-python/jenkins-webapi/files/local_jenkins_war.patch
28
29 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/jenkins-webapi/files/local_jenkins_war.patch?rev=1.1&view=markup
30 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/jenkins-webapi/files/local_jenkins_war.patch?rev=1.1&content-type=text/plain
31
32 Index: local_jenkins_war.patch
33 ===================================================================
34 --- tests/install.py.orig 2014-11-23 21:21:29.000000000 +0100
35 +++ tests/install.py 2015-01-28 18:29:42.750933314 +0100
36 @@ -23,7 +23,7 @@
37 self.destdir = destdir
38
39 self.logfile = logfile if logfile else pjoin(self.destdir, 'jenkins.log')
40 - self.jenkinswar = pjoin(self.destdir, 'jenkins.war')
41 + self.jenkinswar = pjoin('/opt/jenkins', 'jenkins.war')
42 self.jenkinscli = pjoin(self.destdir, 'jenkins-cli.jar')
43 self.homedir = pjoin(self.destdir, 'home')