[81545] contrib/buildbot/master.cfg

jmr at macports.org jmr at macports.org
Mon Aug 1 07:41:58 PDT 2011


Revision: 81545
          http://trac.macports.org/changeset/81545
Author:   jmr at macports.org
Date:     2011-08-01 07:41:58 -0700 (Mon, 01 Aug 2011)
Log Message:
-----------
buildmaster: set HOME for portlist step

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

Modified: contrib/buildbot/master.cfg
===================================================================
--- contrib/buildbot/master.cfg	2011-08-01 14:37:46 UTC (rev 81544)
+++ contrib/buildbot/master.cfg	2011-08-01 14:41:58 UTC (rev 81545)
@@ -174,7 +174,8 @@
                       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'),
+                        env={'HOME': '/tmp/'}))
 # 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/573934dd/attachment.html>


More information about the macports-changes mailing list