Changes between Version 15 and Version 16 of HowtoContributeABuildbot


Ignore:
Timestamp:
2011-01-04T19:05:09Z (13 years ago)
Author:
arch_o_median
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HowtoContributeABuildbot

    v15 v16  
    1515  Email Zooko (zooko_at_zooko_dot_com) and ask for a password.
    1616
    17 Step 5: Create 3 buildslave with:
    18 
     17== Create a Buildslave ==
     18  Execute the following commands:
    1919* Tahoe-LAFS:  {{{buildbot create-slave $BASEDIR_TAHOE dev.allmydata.org:9987 $SLAVENAME $PASSWORD}}}
    2020* Zfec:  {{{buildbot create-slave $BASEDIR_ZFEC dev.allmydata.org:12987 $SLAVENAME $PASSWORD}}}
     
    2525For the $BASEDIR your can use whatever directory you want.
    2626
    27 I personally use a different user account for my tahoe-lafs, pycryptopp, and zfec buildslaves.
     27Use a different user account for my tahoe-lafs, pycryptopp, and zfec buildslaves.
    2828
     29== Detailed Documentation ==
    2930Detailed docs: http://djmitche.github.com/buildbot/docs/latest/Creating-a-buildslave.html#Creating-a-buildslave
    3031