Changeset 81186
- Timestamp:
- 07/26/11 18:00:21 (4 years ago)
- File:
-
- 1 edited
-
contrib/buildbot/master.cfg (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
contrib/buildbot/master.cfg
r81185 r81186 178 178 'SRC_PREFIX': WithProperties(src_prefix), 179 179 'BASE_UPDATE': 'selfupdate'})) 180 ports_factory.addStep(ShellCommandWithPortList(command=WithProperties(' echo %(portlist)s | tr " " "\n" > portlist')))180 ports_factory.addStep(ShellCommandWithPortList(command=WithProperties('for portname in %(portlist)s; do echo $portname >> portlist; done'))) 181 181 # run MPAB on the port list 182 182 ports_factory.addStep(Compile(command=["./mpab", "buildports", "portlist"],
Note: See TracChangeset
for help on using the changeset viewer.

