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

mojca at macports.org mojca at macports.org
Thu Aug 11 01:41:30 PDT 2016


Revision: 151268
          https://trac.macports.org/changeset/151268
Author:   mojca at macports.org
Date:     2016-08-11 01:41:30 -0700 (Thu, 11 Aug 2016)
Log Message:
-----------
buildbot-test/master.cfg: display summarry of successful builds in port watcher

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

Modified: contrib/buildbot-test/master.cfg
===================================================================
--- contrib/buildbot-test/master.cfg	2016-08-11 08:03:06 UTC (rev 151267)
+++ contrib/buildbot-test/master.cfg	2016-08-11 08:41:30 UTC (rev 151268)
@@ -348,12 +348,12 @@
         updateSourceStamp=True))
 
     # make a logfile summarising the success/failure status for each port
-    #portwatcher_factory.addStep(ShellCommand(command=["./do_status.sh"],
-    #                                   name="status",
-    #                                   description="status",
-    #                        env={'PREFIX': WithProperties(prefix)
-    #                             },
-    #                        logfiles={"portstatus": "portstatus.log"}))
+    # (Current approach is not so useful as it is not incremental;
+    #  ideally this would already be displayed during the Trigger step.)
+    portwatcher_factory.addStep(ShellCommand(
+        command=["cat", os.path.join(logdir, "ports-progress.txt")],
+        name="summary",
+        description=["summary"]))
 
     return portwatcher_factory
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160811/be89eb36/attachment.html>


More information about the macports-changes mailing list