New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 80241


Ignore:
Timestamp:
07/07/11 09:27:57 (4 years ago)
Author:
wsiegrist@…
Message:

Use slavedata for slavenames

File:
1 edited

Legend:

Unmodified
Added
Removed
  • contrib/buildbot/master.cfg

    r80195 r80241  
    3333 
    3434c['slaves'] = [] 
    35 if production: 
    36     slavedata = {} 
     35slavedata = {} 
     36if production: 
    3737    with open(_path('slaves.json')) as f: 
    3838        slavedata = json.load(f) 
     
    181181 
    182182if production: 
    183     slavenames = ["apple-snowleopard-x86_64"] 
     183    slavenames = slavedata.keys()  
    184184else: 
    185185    slavenames = ["snowleopard-x86_64"] 
Note: See TracChangeset for help on using the changeset viewer.