[Imported from Trac: page HowtoContributeABuildbot, version 16]

arch_o_median 2011-01-04 19:05:09 +00:00
parent 0d02eb7b1b
commit ec260b8949

@ -14,8 +14,8 @@
## Get a Password ## Get a Password
> Email Zooko (zooko_at_zooko_dot_com) and ask for a password. > Email Zooko (zooko_at_zooko_dot_com) and ask for a password.
Step 5: Create 3 buildslave with: ## Create a Buildslave
> Execute the following commands:
* Tahoe-LAFS: `buildbot create-slave $BASEDIR_TAHOE dev.allmydata.org:9987 $SLAVENAME $PASSWORD` * Tahoe-LAFS: `buildbot create-slave $BASEDIR_TAHOE dev.allmydata.org:9987 $SLAVENAME $PASSWORD`
* Zfec: `buildbot create-slave $BASEDIR_ZFEC dev.allmydata.org:12987 $SLAVENAME $PASSWORD` * Zfec: `buildbot create-slave $BASEDIR_ZFEC dev.allmydata.org:12987 $SLAVENAME $PASSWORD`
* Pycryptopp: `buildbot create-slave $BASEDIR_PYCRYPTOPP dev.allmydata.org:10998 $SLAVENAME $PASSWORD` * Pycryptopp: `buildbot create-slave $BASEDIR_PYCRYPTOPP dev.allmydata.org:10998 $SLAVENAME $PASSWORD`
@ -24,8 +24,9 @@ Those three use the same $SLAVENAME, $PASSWORD and hostname, but a different $BA
For the $BASEDIR your can use whatever directory you want. For the $BASEDIR your can use whatever directory you want.
I personally use a different user account for my tahoe-lafs, pycryptopp, and zfec buildslaves. Use a different user account for my tahoe-lafs, pycryptopp, and zfec buildslaves.
## Detailed Documentation
Detailed docs: <http://djmitche.github.com/buildbot/docs/latest/Creating-a-buildslave.html#Creating-a-buildslave> Detailed docs: <http://djmitche.github.com/buildbot/docs/latest/Creating-a-buildslave.html#Creating-a-buildslave>
Then `buildbot start $BASEDIR`. Then `buildbot start $BASEDIR`.