Use github.com/lttng/jenkins-job-builder instead of a personal repo
authorJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Thu, 14 Dec 2017 20:14:03 +0000 (15:14 -0500)
committerJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Thu, 14 Dec 2017 20:15:20 +0000 (15:15 -0500)
Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
README.md
tox.ini

index f7d440218f909933152923e6a04b8b61a3e2ee19..f3a0a9d58a891ee5399822dd93acf5d600101fe3 100644 (file)
--- 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 58f54b5e80a175d01ba104e0ed74b9dbc6cc7527..fc906a734df32cb5614fd4c6cd186d8438dd0453 100644 (file)
--- 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/
This page took 0.024048 seconds and 4 git commands to generate.