Changeset 35 for www/buildbot
- Timestamp:
- 01/25/09 02:18:43 (3 years ago)
- Location:
- www/buildbot
- Files:
-
- 2 modified
-
. (modified) (1 prop)
-
buildout.cfg (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
www/buildbot
-
Property
svn:ignore set
to
# This is the list of svn:externals in this directory. If you want to
# update the svn:externals property of this directory, use:
#
# svn propset svn:ignore -F IGNORE.txt .
bin
secret.cfg
develop-eggs
eggs
IGNORE.txt
parts
-
Property
svn:ignore set
to
-
www/buildbot/buildout.cfg
r33 r35 1 1 [buildout] 2 extends = secret.cfg 2 3 parts = 3 4 buildmaster … … 21 22 url = http://plone4bio.org/buildbot 22 23 slaves = 23 trunk secret24 trunk ${secret:password-trunk} 24 25 25 26 [trunk] … … 27 28 host = localhost 28 29 port = ${buildmaster:port} 29 password = secret30 password = ${secret:password-trunk} 30 31 31 32 [plone4bio] … … 42 43 test-sequence = 43 44 bin/test 44 # email-notification-sender = mauro@biodec.com 45 # email-notification-recipient = mauro@biodec.com 45 email-notification-sender = ${secret:sender} 46 email-notification-recipient = ${secret:recipient} 46 47
