From: Michael Jeanson Date: Thu, 14 Dec 2017 20:19:44 +0000 (-0500) Subject: Merge pull request #33 from PSRCode/lttng_repo X-Git-Url: https://git.liburcu.org/?a=commitdiff_plain;h=52b16cd38b9250b3cf9a78675e49b67634d02018;hp=f91748be7be8a562f642502ffe7b20448bf26812;p=lttng-ci.git Merge pull request #33 from PSRCode/lttng_repo Use github.com/lttng/jenkins-job-builder instead of a personal repo --- diff --git a/README.md b/README.md index f7d4402..f3a0a9d 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ can be installed directly from github : $ virtualenv -p python2 .venv $ . .venv/bin/activate - $ pip install git+git://github.com/psrcode/jenkins-job-builder + $ pip install git+git://github.com/lttng/jenkins-job-builder ## Example Usage diff --git a/tox.ini b/tox.ini index 58f54b5..fc906a7 100644 --- a/tox.ini +++ b/tox.ini @@ -5,5 +5,5 @@ toxworkdir = {env:TOXWORKDIR:.tox} [testenv] skip_install = True -deps = git+git://github.com/psrcode/jenkins-job-builder +deps = git+git://github.com/lttng/jenkins-job-builder commands = jenkins-jobs --conf etc/jenkins_jobs.ini-tox test jobs/ -o test/