Changeset 111 for www/buildbot/buildout.cfg
- Timestamp:
- 10/18/09 20:00:12 (3 years ago)
- Files:
-
- 1 modified
-
www/buildbot/buildout.cfg (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
www/buildbot/buildout.cfg
r80 r111 1 # bin/buildout install collective-buildbot-patch 1 2 [buildout] 2 3 extends = secret.cfg … … 40 41 repositories = 41 42 ${plone4bio-buildout:svnroot}/plone4bio.buildout/trunk 43 ${plone4bio-buildout:svnroot}/plone4bio.buildout/tags/1.0 42 44 vcs = svn 43 45 build-sequence = … … 50 52 bin/instance test --nowarn -s plone4bio.pscoils 51 53 cron-scheduler = 0 0 * * * 54 mail-host = localhost 52 55 email-notification-sender = ${secret:sender} 53 56 email-notification-recipient = ${secret:recipient} … … 66 69 test-sequence = 67 70 bin/instance test --nowarn -s plone4bio.base 71 mail-host = localhost 68 72 email-notification-sender = ${secret:sender} 69 73 email-notification-recipient = ${secret:recipient} … … 72 76 recipe = plone.recipe.command 73 77 command = 74 chown -R buildbot ${build master:location}75 chown -R buildbot ${ localhost:location}78 chown -R buildbot ${buildout:directory}/parts/buildmaster 79 chown -R buildbot ${buildout:directory}/parts/localhost 76 80 update-command = ${fixperms:command} 77 81 82 [collective-buildbot-patch] 83 recipe = collective.recipe.patch 84 egg = collective.buildbot==0.3.5 85 patch = patches/collective.buildbot-0.3.5.patch
