From ec260b8949e85afb41a92efbb15eb7e80295cf91 Mon Sep 17 00:00:00 2001 From: arch_o_median <> Date: Tue, 4 Jan 2011 19:05:09 +0000 Subject: [PATCH] [Imported from Trac: page HowtoContributeABuildbot, version 16] --- HowtoContributeABuildbot.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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`.