Ticket #63 (closed enhancement: fixed)

Opened 5 years ago

Last modified 5 years ago

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

comment:1 Changed 5 years ago by warner

  • Status changed from new to closed
  • Resolution set to fixed
Note: See TracTickets for help on using tickets.