[151266] contrib/buildbot-test/master.cfg

mojca at macports.org mojca at macports.org
Wed Aug 10 23:56:46 PDT 2016


Revision: 151266
          https://trac.macports.org/changeset/151266
Author:   mojca at macports.org
Date:     2016-08-10 23:56:46 -0700 (Wed, 10 Aug 2016)
Log Message:
-----------
buildbot-test/master.cfg: add some basic statistics and main.log

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

Modified: contrib/buildbot-test/master.cfg
===================================================================
--- contrib/buildbot-test/master.cfg	2016-08-11 06:53:19 UTC (rev 151265)
+++ contrib/buildbot-test/master.cfg	2016-08-11 06:56:46 UTC (rev 151266)
@@ -392,7 +392,11 @@
     name="install-port",
     description=["installing", "port"],
     descriptionDone=["install", "port"],
-    logfiles={"files": os.path.join(logdir, "port-contents.txt")},
+    logfiles={
+        "files":      os.path.join(logdir, "port-contents.txt"),
+        "statistics": os.path.join(logdir, "port-statistics.txt"),
+        "main.log":   os.path.join(logdir, "main.log")
+    },
     haltOnFailure=True))
 
 portbuilder_factory.addStep(ShellCommand(
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160810/88a6ba88/attachment-0001.html>


More information about the macports-changes mailing list