Changes between Version 35 and Version 36 of HowtoContributeABuildbot
- Timestamp:
- 2014-08-23T21:22:30Z (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HowtoContributeABuildbot
v35 v36 6 6 1. Install [https://www.python.org/download/releases/2.7.8/ Python 2.7]. 7 7 1. Install setuptools: download [https://bootstrap.pypa.io/ez_setup.py ez_setup.py] into a directory with no Unicode characters in the path, and run it using `python ez_setup.py`. 8 1. Run `easy_install pip`.9 1. Run `pip install buildbot-slave`. (If this doesn't work, see the instructions on the [http://trac.buildbot.net/wiki/DownloadInstall Buildbot trac] for installing buildbot-slave.)8 1. Run "`easy_install pip`". 9 1. Run "`pip install buildbot-slave`". Do this in a virtualenv if you prefer. (If this doesn't work, see the instructions on the [http://trac.buildbot.net/wiki/DownloadInstall Buildbot trac] for installing buildbot-slave.) 10 10 11 11 A buildslave makes TCP connections to the buildmaster, which `tahoe-lafs.org` operates. You do not need a publicly routable IP address.