Revision
81519
Author
jmr@macports.org
Date
2011-07-31 21:07:06 -0700 (Sun, 31 Jul 2011)

Log Message

buildmaster: use MPAB's progress.log

Modified Paths

Diff

Modified: contrib/buildbot/master.cfg (81518 => 81519)


--- contrib/buildbot/master.cfg	2011-08-01 04:03:53 UTC (rev 81518)
+++ contrib/buildbot/master.cfg	2011-08-01 04:07:06 UTC (rev 81519)
@@ -178,7 +178,8 @@
 # run MPAB on the port list
 ports_factory.addStep(Compile(command=["./mpab", "buildports", "portlist"],
                       env={'PREFIX': WithProperties(prefix),
-                           'SRC_PREFIX': WithProperties(src_prefix)}))
+                           'SRC_PREFIX': WithProperties(src_prefix)},
+                      logfiles={"progress": "progress.log"}))
 
 ports_factory.addStep(ShellCommand(command=["./gather_archives.sh"],
                                    name="gather archives",