Changeset 81235
- Timestamp:
- 07/27/11 17:43:15 (4 years ago)
- File:
-
- 1 edited
-
contrib/buildbot/master.cfg (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
contrib/buildbot/master.cfg
r81229 r81235 175 175 'SRC_PREFIX': WithProperties(src_prefix), 176 176 'BASE_UPDATE': 'selfupdate'})) 177 ports_factory.addStep(ShellCommandWithPortList(command=WithProperties('for portname in %(portlist)s; do echo $portname >> portlist; done')))177 ports_factory.addStep(ShellCommandWithPortList(command=WithProperties('for portname in %(portlist)s; do for subport in `./subports.tcl $portname`; do echo $subport >> portlist; done; done'))) 178 178 # run MPAB on the port list 179 179 ports_factory.addStep(Compile(command=["./mpab", "buildports", "portlist"],
Note: See TracChangeset
for help on using the changeset viewer.

