Changeset 80241
- Timestamp:
- 07/07/11 09:27:57 (4 years ago)
- File:
-
- 1 edited
-
contrib/buildbot/master.cfg (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
contrib/buildbot/master.cfg
r80195 r80241 33 33 34 34 c['slaves'] = [] 35 if production: 36 slavedata = {} 35 slavedata = {} 36 if production: 37 37 with open(_path('slaves.json')) as f: 38 38 slavedata = json.load(f) … … 181 181 182 182 if production: 183 slavenames = ["apple-snowleopard-x86_64"]183 slavenames = slavedata.keys() 184 184 else: 185 185 slavenames = ["snowleopard-x86_64"]
Note: See TracChangeset
for help on using the changeset viewer.

