Changeset 81284
- Timestamp:
- 07/28/11 16:14:06 (4 years ago)
- File:
-
- 1 edited
-
contrib/buildbot/master.cfg (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
contrib/buildbot/master.cfg
r81235 r81284 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 for subport in `./subports.tcl $portname`; do echo $subport >> portlist; done; done')))177 ports_factory.addStep(ShellCommandWithPortList(command=WithProperties('rm -f portlist; 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"], … … 209 209 logfiles={"portstatus": "portstatus.log"})) 210 210 # TODO: do we want to upload the individual logs so maintainers can review them? 211 ports_factory.addStep(ShellCommand(command="rm -rf ./logs-* portlist./"+ulpath,211 ports_factory.addStep(ShellCommand(command="rm -rf ./logs-* ./"+ulpath, 212 212 name="cleanup", 213 213 description="cleanup"))
Note: See TracChangeset
for help on using the changeset viewer.

