[81547] contrib/buildbot/master.cfg

wsiegrist at apple.com wsiegrist at apple.com
Mon Aug 1 07:49:01 PDT 2011


Revision: 81547
          http://trac.macports.org/changeset/81547
Author:   wsiegrist at apple.com
Date:     2011-08-01 07:49:01 -0700 (Mon, 01 Aug 2011)
Log Message:
-----------
Fix syntax

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

Modified: contrib/buildbot/master.cfg
===================================================================
--- contrib/buildbot/master.cfg	2011-08-01 14:47:07 UTC (rev 81546)
+++ contrib/buildbot/master.cfg	2011-08-01 14:49:01 UTC (rev 81547)
@@ -174,7 +174,7 @@
                       env={'PREFIX': WithProperties(prefix),
                            'SRC_PREFIX': WithProperties(src_prefix),
                            'BASE_UPDATE': 'selfupdate'}))
-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'),
+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')))
 # 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/20110801/017b50e5/attachment.html>


More information about the macports-changes mailing list