summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2012-11-17 14:35:14 +0100
committerHolger Levsen <holger@layer-acht.org>2012-11-17 14:35:14 +0100
commit8131b67273647755ea29c32a0b871688cd2a098c (patch)
tree86e6aedcc86a4a665aaa3665ceb8745f2628be53 /INSTALL
parent14412ca6e8285b9691ab29b229c538b4db392fbd (diff)
downloadjenkins.debian.net-8131b67273647755ea29c32a0b871688cd2a098c.tar.xz
cosmetics
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL15
1 files changed, 10 insertions, 5 deletions
diff --git a/INSTALL b/INSTALL
index ad0de57d..824b314d 100644
--- a/INSTALL
+++ b/INSTALL
@@ -62,12 +62,17 @@ cd jenkins.debian.net
=== Installing jenkins-job-builder
-This is the only softwhich which needs manual installation and is not covered by 'update_jdn.sh'
+This is the only software which needs manual installation and is not covered by 'update_jdn.sh'
-* rebuild python-jenkinsapi from sid for wheezy:
-* `pip install python-jenkins`
-* `git clone https://github.com/openstack-ci/jenkins-job-builder ; cd jenkins-job-builder ; python setup.py install`
-** actually https://github.com/h01ger/jenkins-job-builder is used atm.
+----
+pip install python-jenkins
+
+git clone https://github.com/openstack-ci/jenkins-job-builder
+cd jenkins-job-builder
+python setup.py install
+----
+
+Though actually https://github.com/h01ger/jenkins-job-builder is used atm.
=== Using jenkins-job-builder