Changes between Version 33 and Version 34 of HowtoContributeABuildbot
- Timestamp:
- 2014-08-23T21:01:39Z (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HowtoContributeABuildbot
v33 v34 3 3 == Prerequisites == 4 4 5 You'll need [http://git-scm.com/ git] and [http://trac.buildbot.net/wiki/DownloadInstall buildbot-slave] before you can proceed.5 You'll need [http://git-scm.com/ git], [https://www.python.org/download/releases/2.7.8/ Python 2.7], and setuptools before you can proceed. To 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`. Then follow the instructions at [http://trac.buildbot.net/wiki/DownloadInstall buildbot-slave]. 6 6 7 7 A buildslave makes TCP connections to the buildmaster, which `tahoe-lafs.org` operates. You do not need a publicly routable IP address.