Ticket #63 (closed enhancement: fixed)

Opened 3 years ago

Last modified 3 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

Changed 3 years ago by warner

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