New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 81186


Ignore:
Timestamp:
07/26/11 18:00:21 (4 years ago)
Author:
jmr@…
Message:

buildmaster: avoid possibility of hitting ARG_MAX when writing portlist file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • contrib/buildbot/master.cfg

    r81185 r81186  
    178178                           'SRC_PREFIX': WithProperties(src_prefix), 
    179179                           'BASE_UPDATE': 'selfupdate'})) 
    180 ports_factory.addStep(ShellCommandWithPortList(command=WithProperties('echo %(portlist)s | tr " " "\n" > portlist'))) 
     180ports_factory.addStep(ShellCommandWithPortList(command=WithProperties('for portname in %(portlist)s; do echo $portname >> portlist; done'))) 
    181181# run MPAB on the port list 
    182182ports_factory.addStep(Compile(command=["./mpab", "buildports", "portlist"], 
Note: See TracChangeset for help on using the changeset viewer.