Changeset 35 for www/buildbot

Show
Ignore:
Timestamp:
01/25/09 02:18:43 (3 years ago)
Author:
root
Message:

buildbot's buildout extends secret cfg

Location:
www/buildbot
Files:
2 modified

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
  • www/buildbot/buildout.cfg

    r33 r35  
    11[buildout] 
     2extends = secret.cfg 
    23parts = 
    34    buildmaster 
     
    2122url = http://plone4bio.org/buildbot 
    2223slaves = 
    23     trunk secret 
     24    trunk ${secret:password-trunk} 
    2425 
    2526[trunk] 
     
    2728host = localhost 
    2829port = ${buildmaster:port} 
    29 password = secret 
     30password = ${secret:password-trunk} 
    3031 
    3132[plone4bio] 
     
    4243test-sequence = 
    4344    bin/test 
    44 # email-notification-sender = mauro@biodec.com 
    45 # email-notification-recipient = mauro@biodec.com 
     45email-notification-sender = ${secret:sender} 
     46email-notification-recipient = ${secret:recipient} 
    4647