diff --git a/HowtoContributeABuildbot.md b/HowtoContributeABuildbot.md index 847b7d8..659d6b9 100644 --- a/HowtoContributeABuildbot.md +++ b/HowtoContributeABuildbot.md @@ -14,8 +14,8 @@ ## Get 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` * Zfec: `buildbot create-slave $BASEDIR_ZFEC dev.allmydata.org:12987 $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. -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: Then `buildbot start $BASEDIR`.