[81546] contrib/buildbot/master.cfg
Revision: 81546 http://trac.macports.org/changeset/81546 Author: wsiegrist@apple.com Date: 2011-08-01 07:47:07 -0700 (Mon, 01 Aug 2011) Log Message: ----------- Remove HOME env vars since they are set process-wide now Modified Paths: -------------- contrib/buildbot/master.cfg Modified: contrib/buildbot/master.cfg =================================================================== --- contrib/buildbot/master.cfg 2011-08-01 14:41:58 UTC (rev 81545) +++ contrib/buildbot/master.cfg 2011-08-01 14:47:07 UTC (rev 81546) @@ -175,7 +175,6 @@ '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'), - env={'HOME': '/tmp/'})) # run MPAB on the port list ports_factory.addStep(Compile(command=["./mpab", "buildports", "portlist"], env={'PREFIX': WithProperties(prefix), @@ -186,7 +185,6 @@ name="gather archives", description="gather distributable archives", env={'PREFIX': WithProperties(prefix), - 'HOME': '/tmp/', 'ULPATH': ulpath})) # upload archives from build slave to master from buildbot.steps.transfer import DirectoryUpload @@ -206,7 +204,6 @@ name="status", description="status", env={'PREFIX': WithProperties(prefix), - 'HOME': '/tmp/', }, logfiles={"portstatus": "portstatus.log"})) # TODO: do we want to upload the individual logs so maintainers can review them?
participants (1)
-
wsiegrist@apple.com