Changes between Version 3 and Version 4 of HowtoContributeABuildbot


Ignore:
Timestamp:
2010-07-05T22:45:26Z (14 years ago)
Author:
freestorm
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HowtoContributeABuildbot

    v3 v4  
    3333A hostname would be a good choice.
    3434
    35 Step 4: Receive a password from me in email.
     35Step 4: Receive a password from Zooko by email.
    3636
    37 Step 5: create the buildslave with {{{buildbot create-slave $BASEDIR dev.allmydata.org:9987 $SLAVENAME $PASSWORD}}}
     37Step 5: Create 3 buildslave with:
    3838
    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
     43Those three use the same $SLAVENAME, $PASSWORD and hostname, but a different $BASEDIR and a different port number.
     44
     45For the $BASEDIR your can use whatever directory you want.
     46
     47I personally use a different user account for my tahoe-lafs, pycryptopp, and zfec buildslaves.
     48
     49Detailed docs: http://djmitche.github.com/buildbot/docs/latest/Creating-a-buildslave.html#Creating-a-buildslave
    4050
    4151Then {{{buildbot start $BASEDIR}}}.
    4252
    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 .
    5053
    5154