Changeset 81185
- Timestamp:
- 07/26/11 17:37:55 (4 years ago)
- File:
-
- 1 edited
-
contrib/buildbot/master.cfg (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
contrib/buildbot/master.cfg
r81184 r81185 147 147 comps = f.split('/') 148 148 if len(comps) >= 3 and comps[0] == 'dports': 149 portset.add(comps[ 1])149 portset.add(comps[2]) 150 150 portlist += ' ' + ' '.join(portset) 151 151 self.setProperty('portlist', portlist)
Note: See TracChangeset
for help on using the changeset viewer.

