39 | | detailed docs: http://djmitche.github.com/buildbot/docs/latest/Creating-a-buildslave.html#Creating-a-buildslave |
| 39 | * Tahoe-LAFS: {{{buildbot create-slave $BASEDIR_TAHOE dev.allmydata.org:9987 $SLAVENAME $PASSWORD}}} |
| 40 | * Zfec: {{{buildbot create-slave $BASEDIR_ZFEC dev.allmydata.org:12987 $SLAVENAME $PASSWORD}}} |
| 41 | * Pycryptopp: {{{buildbot create-slave $BASEDIR_PYCRYPTOPP dev.allmydata.org:10998 $SLAVENAME $PASSWORD}}} |
| 42 | |
| 43 | Those three use the same $SLAVENAME, $PASSWORD and hostname, but a different $BASEDIR and a different port number. |
| 44 | |
| 45 | For the $BASEDIR your can use whatever directory you want. |
| 46 | |
| 47 | I personally use a different user account for my tahoe-lafs, pycryptopp, and zfec buildslaves. |
| 48 | |
| 49 | Detailed docs: http://djmitche.github.com/buildbot/docs/latest/Creating-a-buildslave.html#Creating-a-buildslave |
43 | | Step 6: Please do this two more times, one for pycryptopp and one for |
44 | | zfec. Those two use the same $SLAVENAME and $PASSWORD and hostname |
45 | | ("dev.allmydata.org"), but a different $BASEDIR (whatever directory |
46 | | you want -- I personally use a different user account for my tahoe- |
47 | | lafs, pycryptopp, and zfec buildslaves), and a different port |
48 | | number. Port 9987 == tahoe-lafs, port 10998 == pycryptopp, port |
49 | | 12987 == zfec . |