Changeset 55
- Timestamp:
- 08/26/09 23:43:55 (2 years ago)
- Location:
- www/buildbot
- Files:
-
- 2 modified
-
. (modified) (1 prop)
-
buildout.cfg (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
www/buildbot
- Property svn:ignore
-
old new 10 10 IGNORE.txt 11 11 parts 12 .installed.cfg
-
- Property svn:ignore
-
www/buildbot/buildout.cfg
r40 r55 3 3 parts = 4 4 buildmaster 5 trunk 6 plone4bio 5 plone4bio-buildout 6 plone4bio-buildout-localhost 7 plone4bio-base 8 plone4bio-base-localhost 7 9 svnpooler 8 10 eggs = … … 12 14 recipe = collective.buildbot:poller 13 15 repositories = 14 ${plone4bio:svnroot} 16 ${plone4bio-buildout:svnroot} 17 ${plone4bio-base:svnroot} 15 18 16 19 [buildmaster] … … 22 25 url = http://plone4bio.org/buildbot 23 26 slaves = 24 trunk ${secret:password-trunk} 27 plone4bio-buildout-localhost ${secret:password-trunk} 28 plone4bio-base-localhost ${secret:password-trunk} 25 29 26 [ trunk]30 [plone4bio-buildout-localhost] 27 31 recipe = collective.buildbot:slave 28 32 host = localhost … … 30 34 password = ${secret:password-trunk} 31 35 32 [plone4bio ]36 [plone4bio-buildout] 33 37 recipe = collective.buildbot:project 34 38 slave-names = 35 trunk39 plone4bio-buildout-localhost 36 40 svnroot = http://plone4bio.org/svn 37 41 repositories = 38 ${plone4bio :svnroot}/plone4bio.buildout/trunk42 ${plone4bio-buildout:svnroot}/plone4bio.buildout/trunk 39 43 vcs = svn 40 44 build-sequence = 45 ../../bin/easy_install-2.4 numpy 41 46 python2.4 bootstrap.py 42 47 bin/buildout … … 46 51 email-notification-recipient = ${secret:recipient} 47 52 53 [plone4bio-base-localhost] 54 recipe = collective.buildbot:slave 55 host = localhost 56 port = ${buildmaster:port} 57 password = ${secret:password-trunk} 58 59 [plone4bio-base] 60 recipe = collective.buildbot:project 61 slave-names = 62 plone4bio-base-localhost 63 svnroot = http://plone4bio.org/svn 64 repositories = 65 ${plone4bio-base:svnroot}/plone4bio.base/trunk 66 vcs = svn 67 build-sequence = 68 /usr/bin/python2.4 bootstrap.py 69 bin/buildout 70 test-sequence = 71 bin/instance test -s plone4bio.base 72 email-notification-sender = ${secret:sender} 73 email-notification-recipient = ${secret:recipient} 74
