Show
Ignore:
Timestamp:
10/18/09 20:00:12 (3 years ago)
Author:
root
Message:

update buildbot

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • www/buildbot/buildout.cfg

    r80 r111  
     1# bin/buildout install collective-buildbot-patch 
    12[buildout] 
    23extends = secret.cfg 
     
    4041repositories = 
    4142    ${plone4bio-buildout:svnroot}/plone4bio.buildout/trunk 
     43    ${plone4bio-buildout:svnroot}/plone4bio.buildout/tags/1.0 
    4244vcs = svn 
    4345build-sequence = 
     
    5052    bin/instance test --nowarn -s plone4bio.pscoils 
    5153cron-scheduler = 0 0 * * * 
     54mail-host = localhost 
    5255email-notification-sender = ${secret:sender} 
    5356email-notification-recipient = ${secret:recipient} 
     
    6669test-sequence = 
    6770    bin/instance test --nowarn -s plone4bio.base 
     71mail-host = localhost 
    6872email-notification-sender = ${secret:sender} 
    6973email-notification-recipient = ${secret:recipient} 
     
    7276recipe = plone.recipe.command 
    7377command = 
    74    chown -R buildbot ${buildmaster:location} 
    75    chown -R buildbot ${localhost:location} 
     78   chown -R buildbot ${buildout:directory}/parts/buildmaster 
     79   chown -R buildbot ${buildout:directory}/parts/localhost 
    7680update-command = ${fixperms:command} 
    7781 
     82[collective-buildbot-patch] 
     83recipe = collective.recipe.patch 
     84egg = collective.buildbot==0.3.5 
     85patch = patches/collective.buildbot-0.3.5.patch