New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 81235


Ignore:
Timestamp:
07/27/11 17:43:15 (4 years ago)
Author:
jmr@…
Message:

buildbot: include subports of changed ports

File:
1 edited

Legend:

Unmodified
Added
Removed
  • contrib/buildbot/master.cfg

    r81229 r81235  
    175175                           'SRC_PREFIX': WithProperties(src_prefix), 
    176176                           'BASE_UPDATE': 'selfupdate'})) 
    177 ports_factory.addStep(ShellCommandWithPortList(command=WithProperties('for portname in %(portlist)s; do echo $portname >> portlist; done'))) 
     177ports_factory.addStep(ShellCommandWithPortList(command=WithProperties('for portname in %(portlist)s; do for subport in `./subports.tcl $portname`; do echo $subport >> portlist; done; done'))) 
    178178# run MPAB on the port list 
    179179ports_factory.addStep(Compile(command=["./mpab", "buildports", "portlist"], 
Note: See TracChangeset for help on using the changeset viewer.