Changes between Version 22 and Version 23 of HowtoContributeABuildbot


Ignore:
Timestamp:
2011-11-21T04:05:45Z (12 years ago)
Author:
marcusw
Comment:

Fixed the allmydata.org domain names

Legend:

Unmodified
Added
Removed
Modified
  • HowtoContributeABuildbot

    v22 v23  
    1717== Create a Buildslave ==
    1818Execute the following commands:
    19 * Tahoe-LAFS:  {{{buildbot create-slave $BASEDIR_TAHOE dev.allmydata.org:9987 $SLAVENAME $PASSWORD}}}
    20 * Zfec:  {{{buildbot create-slave $BASEDIR_ZFEC dev.allmydata.org:12987 $SLAVENAME $PASSWORD}}}
    21 * Pycryptopp:  {{{buildbot create-slave $BASEDIR_PYCRYPTOPP dev.allmydata.org:10998 $SLAVENAME $PASSWORD}}}
     19* Tahoe-LAFS:  {{{buildbot create-slave $BASEDIR_TAHOE tahoe-lafs.org:9987 $SLAVENAME $PASSWORD}}}
     20* Zfec:  {{{buildbot create-slave $BASEDIR_ZFEC tahoe-lafs.org:12987 $SLAVENAME $PASSWORD}}}
     21* Pycryptopp:  {{{buildbot create-slave $BASEDIR_PYCRYPTOPP tahoe-lafs.org:10998 $SLAVENAME $PASSWORD}}}
    2222
    2323Those three use the same $SLAVENAME, $PASSWORD and hostname, but a different $BASEDIR and a different port number.