Changeset 80

Show
Ignore:
Timestamp:
08/29/09 03:24:56 (3 years ago)
Author:
root
Message:

fix buildbot

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • www/buildbot/buildout.cfg

    r77 r80  
    33parts = 
    44    buildmaster 
     5    localhost 
     6    plone4bio-base 
    57    plone4bio-buildout 
    6     plone4bio-buildout-localhost 
    7     plone4bio-base 
    8     plone4bio-base-localhost 
    98    svnpooler 
     9    fixperms 
    1010eggs = 
    1111    buildbot 
     
    2525url = http://plone4bio.org/buildbot 
    2626slaves = 
    27     plone4bio-buildout-localhost ${secret:password-trunk} 
    28     plone4bio-base-localhost ${secret:password-trunk} 
     27    localhost ${secret:password-trunk} 
    2928 
    30 [plone4bio-buildout-localhost] 
     29[localhost] 
    3130recipe = collective.buildbot:slave 
    3231host = localhost 
     
    3736recipe = collective.buildbot:project 
    3837slave-names = 
    39     plone4bio-buildout-localhost 
     38    localhost 
    4039svnroot = http://plone4bio.org/svn 
    4140repositories = 
     
    4645    bin/buildout -c demo.cfg 
    4746test-sequence = 
    48     bin/instance test --exit-with-status --nowarn -s plone4bio.base 
    49     bin/instance test --exit-with-status --nowarn -s plone4biotheme.base 
    50     bin/instance test --exit-with-status --nowarn -s plone4bio.biosql 
    51     bin/instance test --exit-with-status --nowarn -s plone4bio.pscoils 
     47    bin/instance test --nowarn -s plone4bio.base 
     48    bin/instance test --nowarn -s plone4biotheme.base 
     49    bin/instance test --nowarn -s plone4bio.biosql 
     50    bin/instance test --nowarn -s plone4bio.pscoils 
     51cron-scheduler = 0 0 * * * 
    5252email-notification-sender = ${secret:sender} 
    5353email-notification-recipient = ${secret:recipient} 
    54  
    55 [plone4bio-base-localhost] 
    56 recipe = collective.buildbot:slave 
    57 host = localhost 
    58 port = ${buildmaster:port} 
    59 password = ${secret:password-trunk} 
    6054 
    6155[plone4bio-base] 
    6256recipe = collective.buildbot:project 
    6357slave-names = 
    64     plone4bio-base-localhost 
     58    localhost 
    6559svnroot = http://plone4bio.org/svn 
    6660repositories = 
     
    7165    bin/buildout 
    7266test-sequence = 
    73     bin/instance test --exit-with-status --nowarn -s plone4bio.base 
     67    bin/instance test --nowarn -s plone4bio.base 
    7468email-notification-sender = ${secret:sender} 
    7569email-notification-recipient = ${secret:recipient} 
    7670 
     71[fixperms] 
     72recipe = plone.recipe.command 
     73command = 
     74   chown -R buildbot ${buildmaster:location} 
     75   chown -R buildbot ${localhost:location} 
     76update-command = ${fixperms:command} 
     77