[79896] users/jmr/master.cfg

jmr at macports.org jmr at macports.org
Tue Jun 28 22:27:53 PDT 2011


Revision: 79896
          http://trac.macports.org/changeset/79896
Author:   jmr at macports.org
Date:     2011-06-28 22:27:53 -0700 (Tue, 28 Jun 2011)
Log Message:
-----------
fix shell expansion

Modified Paths:
--------------
    users/jmr/master.cfg

Modified: users/jmr/master.cfg
===================================================================
--- users/jmr/master.cfg	2011-06-29 05:23:04 UTC (rev 79895)
+++ users/jmr/master.cfg	2011-06-29 05:27:53 UTC (rev 79896)
@@ -128,7 +128,7 @@
 ports_factory.addStep(ShellCommand(command=["./do_status.sh"],
                         logfiles={"portstatus": "portstatus.log"}))
 # do we want to upload the individual logs so maintainers can review them?
-ports_factory.addStep(ShellCommand(command=['rm -rf ./logs-*']))
+ports_factory.addStep(ShellCommand(command="rm -rf ./logs-*"))
 
 from buildbot.config import BuilderConfig
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110628/641f5bf0/attachment.html>


More information about the macports-changes mailing list