Changeset 82106
- Timestamp:
- 08/08/11 02:30:53 (4 years ago)
- File:
-
- 1 edited
-
contrib/buildbot/master.cfg (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
contrib/buildbot/master.cfg
r81625 r82106 143 143 for f in self.build.allFiles(): 144 144 comps = f.split('/') 145 if len(comps) >= 3 and comps[0] == 'dports' :145 if len(comps) >= 3 and comps[0] == 'dports' and comps[1] != '_resources': 146 146 portset.add(comps[2]) 147 147 portlist += ' ' + ' '.join(portset)
Note: See TracChangeset
for help on using the changeset viewer.

