Ticket #63 (closed enhancement: fixed)
buildslaves should be defined with instances, not tuples
| Reported by: | warner | Owned by: | warner |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.7.6 |
| Version: | 0.7.5 | Keywords: | |
| Cc: |
Description
master.cfg should define buildslaves like this:
c['slaves'] = [
BuildSlave("bot-linux", "password"),
BuildSlave("bot-win32", "otherpassword"),
]
Which then leaves the door open for other arguments, specifically admin_email= which can be used to send mail to the admins of slaves that go missing.
Change History
Note: See
TracTickets for help on using
tickets.
![[Buildbot Logo]](/trac/chrome/site/header-text-transparent.png)