From d4d692e2316a93c5785d6a49426caac59ed16246 Mon Sep 17 00:00:00 2001 From: marcusw <> Date: Mon, 21 Nov 2011 04:05:45 +0000 Subject: [PATCH] Fixed the allmydata.org domain names [Imported from Trac: page HowtoContributeABuildbot, version 23] --- HowtoContributeABuildbot.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/HowtoContributeABuildbot.md b/HowtoContributeABuildbot.md index 9492158..624ce3b 100644 --- a/HowtoContributeABuildbot.md +++ b/HowtoContributeABuildbot.md @@ -16,9 +16,9 @@ Email Zooko (zooko_at_zooko_dot_com) and ask for a password. ## 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` +* Tahoe-LAFS: `buildbot create-slave $BASEDIR_TAHOE tahoe-lafs.org:9987 $SLAVENAME $PASSWORD` +* Zfec: `buildbot create-slave $BASEDIR_ZFEC tahoe-lafs.org:12987 $SLAVENAME $PASSWORD` +* Pycryptopp: `buildbot create-slave $BASEDIR_PYCRYPTOPP tahoe-lafs.org:10998 $SLAVENAME $PASSWORD` Those three use the same $SLAVENAME, $PASSWORD and hostname, but a different $BASEDIR and a different port number.