Changeset 55

Show
Ignore:
Timestamp:
08/26/09 23:43:55 (2 years ago)
Author:
root
Message:
 
Location:
www/buildbot
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • www/buildbot

    • Property svn:ignore
      •  

        old new  
        1010IGNORE.txt 
        1111parts 
         12.installed.cfg 
  • www/buildbot/buildout.cfg

    r40 r55  
    33parts = 
    44    buildmaster 
    5     trunk 
    6     plone4bio 
     5    plone4bio-buildout 
     6    plone4bio-buildout-localhost 
     7    plone4bio-base 
     8    plone4bio-base-localhost 
    79    svnpooler 
    810eggs = 
     
    1214recipe = collective.buildbot:poller 
    1315repositories = 
    14     ${plone4bio:svnroot} 
     16    ${plone4bio-buildout:svnroot} 
     17    ${plone4bio-base:svnroot} 
    1518 
    1619[buildmaster] 
     
    2225url = http://plone4bio.org/buildbot 
    2326slaves = 
    24     trunk ${secret:password-trunk} 
     27    plone4bio-buildout-localhost ${secret:password-trunk} 
     28    plone4bio-base-localhost ${secret:password-trunk} 
    2529 
    26 [trunk] 
     30[plone4bio-buildout-localhost] 
    2731recipe = collective.buildbot:slave 
    2832host = localhost 
     
    3034password = ${secret:password-trunk} 
    3135 
    32 [plone4bio] 
     36[plone4bio-buildout] 
    3337recipe = collective.buildbot:project 
    3438slave-names = 
    35     trunk 
     39    plone4bio-buildout-localhost 
    3640svnroot = http://plone4bio.org/svn 
    3741repositories = 
    38     ${plone4bio:svnroot}/plone4bio.buildout/trunk 
     42    ${plone4bio-buildout:svnroot}/plone4bio.buildout/trunk 
    3943vcs = svn 
    4044build-sequence = 
     45    ../../bin/easy_install-2.4 numpy 
    4146    python2.4 bootstrap.py 
    4247    bin/buildout 
     
    4651email-notification-recipient = ${secret:recipient} 
    4752 
     53[plone4bio-base-localhost] 
     54recipe = collective.buildbot:slave 
     55host = localhost 
     56port = ${buildmaster:port} 
     57password = ${secret:password-trunk} 
     58 
     59[plone4bio-base] 
     60recipe = collective.buildbot:project 
     61slave-names = 
     62    plone4bio-base-localhost 
     63svnroot = http://plone4bio.org/svn 
     64repositories = 
     65    ${plone4bio-base:svnroot}/plone4bio.base/trunk 
     66vcs = svn 
     67build-sequence = 
     68    /usr/bin/python2.4 bootstrap.py 
     69    bin/buildout 
     70test-sequence = 
     71    bin/instance test -s plone4bio.base 
     72email-notification-sender = ${secret:sender} 
     73email-notification-recipient = ${secret:recipient} 
     74