Changes between Version 15 and Version 16 of HowtoContributeABuildbot
- Timestamp:
- 2011-01-04T19:05:09Z (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HowtoContributeABuildbot
v15 v16 15 15 Email Zooko (zooko_at_zooko_dot_com) and ask for a password. 16 16 17 Step 5: Create 3 buildslave with: 18 17 == Create a Buildslave == 18 Execute the following commands: 19 19 * Tahoe-LAFS: {{{buildbot create-slave $BASEDIR_TAHOE dev.allmydata.org:9987 $SLAVENAME $PASSWORD}}} 20 20 * Zfec: {{{buildbot create-slave $BASEDIR_ZFEC dev.allmydata.org:12987 $SLAVENAME $PASSWORD}}} … … 25 25 For the $BASEDIR your can use whatever directory you want. 26 26 27 I personally use a different user account for my tahoe-lafs, pycryptopp, and zfec buildslaves.27 Use a different user account for my tahoe-lafs, pycryptopp, and zfec buildslaves. 28 28 29 == Detailed Documentation == 29 30 Detailed docs: http://djmitche.github.com/buildbot/docs/latest/Creating-a-buildslave.html#Creating-a-buildslave 30 31