python-jenkins-developers team mailing list archive
-
python-jenkins-developers team
-
Mailing list archive
-
Message #00094
[Merge] lp:~davidstrauss/python-jenkins/python-jenkins into lp:python-jenkins
David Strauss has proposed merging lp:~davidstrauss/python-jenkins/python-jenkins into lp:python-jenkins.
Requested reviews:
Python Jenkins Developers (python-jenkins-developers)
For more details, see:
https://code.launchpad.net/~davidstrauss/python-jenkins/python-jenkins/+merge/209802
Updates documentation to mention Fedora's packages.
--
https://code.launchpad.net/~davidstrauss/python-jenkins/python-jenkins/+merge/209802
Your team Python Jenkins Developers is requested to review the proposed merge of lp:~davidstrauss/python-jenkins/python-jenkins into lp:python-jenkins.
=== modified file 'doc/source/install.rst'
--- doc/source/install.rst 2013-04-13 21:59:59 +0000
+++ doc/source/install.rst 2014-03-06 22:24:45 +0000
@@ -18,6 +18,10 @@
apt-get install python-jenkins
+And on Fedora 19 and later:
+
+ yum install python-jenkins
+
For developpement purpose you can get a fake module installed on your system
that will point to your working copy. Simply use::
Follow ups