[84056] contrib/buildbot/master.cfg

jmr at macports.org jmr at macports.org
Thu Sep 15 17:38:17 PDT 2011


Revision: 84056
          http://trac.macports.org/changeset/84056
Author:   jmr at macports.org
Date:     2011-09-15 17:38:17 -0700 (Thu, 15 Sep 2011)
Log Message:
-----------
buildmaster: update cleanup step

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

Modified: contrib/buildbot/master.cfg
===================================================================
--- contrib/buildbot/master.cfg	2011-09-16 00:37:33 UTC (rev 84055)
+++ contrib/buildbot/master.cfg	2011-09-16 00:38:17 UTC (rev 84056)
@@ -218,9 +218,11 @@
                              },
                         logfiles={"portstatus": "portstatus.log"}))
 # TODO: do we want to upload the individual logs so maintainers can review them?
-ports_factory.addStep(ShellCommand(command="rm -rf ./logs-* ./"+ulpath,
+ports_factory.addStep(ShellCommand(command="./cleanup_old.sh",
                                    name="cleanup",
-                                   description="cleanup"))
+                                   description="cleanup",
+                                   env={'PREFIX': WithProperties(prefix),
+                                        'ULPATH': ulpath}))
 
 from buildbot.config import BuilderConfig
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110915/f138e18d/attachment-0001.html>


More information about the macports-changes mailing list