Merge pull request #33 from PSRCode/lttng_repo
authorMichael Jeanson <mjeanson@gmail.com>
Thu, 14 Dec 2017 20:19:44 +0000 (15:19 -0500)
committerGitHub <noreply@github.com>
Thu, 14 Dec 2017 20:19:44 +0000 (15:19 -0500)
Use github.com/lttng/jenkins-job-builder instead of a personal repo

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.023999 seconds and 4 git commands to generate.