Fixed the allmydata.org domain names

[Imported from Trac: page HowtoContributeABuildbot, version 23]
marcusw 2011-11-21 04:05:45 +00:00
parent a20a1c94b8
commit d4d692e231

@ -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.