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",