[81235] contrib/buildbot/master.cfg

jmr at macports.org jmr at macports.org
Wed Jul 27 17:43:16 PDT 2011


Revision: 81235
          http://trac.macports.org/changeset/81235
Author:   jmr at macports.org
Date:     2011-07-27 17:43:15 -0700 (Wed, 27 Jul 2011)
Log Message:
-----------
buildbot: include subports of changed ports

Modified Paths:
--------------
    contrib/buildbot/master.cfg

Modified: contrib/buildbot/master.cfg
===================================================================
--- contrib/buildbot/master.cfg	2011-07-28 00:34:29 UTC (rev 81234)
+++ contrib/buildbot/master.cfg	2011-07-28 00:43:15 UTC (rev 81235)
@@ -174,7 +174,7 @@
                       env={'PREFIX': WithProperties(prefix),
                            'SRC_PREFIX': WithProperties(src_prefix),
                            'BASE_UPDATE': 'selfupdate'}))
-ports_factory.addStep(ShellCommandWithPortList(command=WithProperties('for portname in %(portlist)s; do echo $portname >> portlist; done')))
+ports_factory.addStep(ShellCommandWithPortList(command=WithProperties('for portname in %(portlist)s; do for subport in `./subports.tcl $portname`; do echo $subport >> portlist; done; done')))
 # run MPAB on the port list
 ports_factory.addStep(Compile(command=["./mpab", "buildports", "portlist"],
                       env={'PREFIX': WithProperties(prefix),
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110727/a9fe0334/attachment.html>


More information about the macports-changes mailing list