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

mojca at macports.org mojca at macports.org
Sun Aug 21 15:07:04 PDT 2016


Revision: 151772
          https://trac.macports.org/changeset/151772
Author:   mojca at macports.org
Date:     2016-08-21 15:07:04 -0700 (Sun, 21 Aug 2016)
Log Message:
-----------
buildbot: fix email addresses, remove forgotten line

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

Modified: contrib/buildbot-test/master.cfg
===================================================================
--- contrib/buildbot-test/master.cfg	2016-08-21 22:04:18 UTC (rev 151771)
+++ contrib/buildbot-test/master.cfg	2016-08-21 22:07:04 UTC (rev 151772)
@@ -528,7 +528,8 @@
             text.append("\t" + line.replace(" maintainers:", "\n\t> maintainers:"))
             # in case of a build error, print the error and add the broken port(s) to the list
             if 'ERROR' in line:
-                text.append("\t" + line)
+                line = line.replace(';', '@')
+                text.append("\t" + line.replace(" maintainers:", "\n\t> maintainers:"))
                 match = pattern.match(line)
                 if match:
                     for key in ['port', 'dependency']:
@@ -542,7 +543,6 @@
         if len(failed_ports) > 0:
             text.append("\nBroken ports:\n\t- {:s}".format("\n\t- ".join(sorted(failed_ports))))
 
-        maintainers_to_notify = list()
         if len(maintainers_to_notify) > 0:
             text.append("\nResponsible maintainers:\n\t- {}".format("\n\t- ".join(sorted(maintainers_to_notify))))
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160821/182fab79/attachment.html>


More information about the macports-changes mailing list