Modified: contrib/buildbot/master.cfg (81544 => 81545)
--- 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),