Changeset 80
- Timestamp:
- 08/29/09 03:24:56 (3 years ago)
- Files:
-
- 1 modified
-
www/buildbot/buildout.cfg (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
www/buildbot/buildout.cfg
r77 r80 3 3 parts = 4 4 buildmaster 5 localhost 6 plone4bio-base 5 7 plone4bio-buildout 6 plone4bio-buildout-localhost7 plone4bio-base8 plone4bio-base-localhost9 8 svnpooler 9 fixperms 10 10 eggs = 11 11 buildbot … … 25 25 url = http://plone4bio.org/buildbot 26 26 slaves = 27 plone4bio-buildout-localhost ${secret:password-trunk} 28 plone4bio-base-localhost ${secret:password-trunk} 27 localhost ${secret:password-trunk} 29 28 30 [ plone4bio-buildout-localhost]29 [localhost] 31 30 recipe = collective.buildbot:slave 32 31 host = localhost … … 37 36 recipe = collective.buildbot:project 38 37 slave-names = 39 plone4bio-buildout-localhost38 localhost 40 39 svnroot = http://plone4bio.org/svn 41 40 repositories = … … 46 45 bin/buildout -c demo.cfg 47 46 test-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 51 cron-scheduler = 0 0 * * * 52 52 email-notification-sender = ${secret:sender} 53 53 email-notification-recipient = ${secret:recipient} 54 55 [plone4bio-base-localhost]56 recipe = collective.buildbot:slave57 host = localhost58 port = ${buildmaster:port}59 password = ${secret:password-trunk}60 54 61 55 [plone4bio-base] 62 56 recipe = collective.buildbot:project 63 57 slave-names = 64 plone4bio-base-localhost58 localhost 65 59 svnroot = http://plone4bio.org/svn 66 60 repositories = … … 71 65 bin/buildout 72 66 test-sequence = 73 bin/instance test -- exit-with-status --nowarn -s plone4bio.base67 bin/instance test --nowarn -s plone4bio.base 74 68 email-notification-sender = ${secret:sender} 75 69 email-notification-recipient = ${secret:recipient} 76 70 71 [fixperms] 72 recipe = plone.recipe.command 73 command = 74 chown -R buildbot ${buildmaster:location} 75 chown -R buildbot ${localhost:location} 76 update-command = ${fixperms:command} 77
