[151775] contrib/buildbot-test/master.cfg
mojca at macports.org
mojca at macports.org
Sun Aug 21 15:32:42 PDT 2016
Revision: 151775
https://trac.macports.org/changeset/151775
Author: mojca at macports.org
Date: 2016-08-21 15:32:42 -0700 (Sun, 21 Aug 2016)
Log Message:
-----------
buildbot: remove accidental line duplications
Modified Paths:
--------------
contrib/buildbot-test/master.cfg
Modified: contrib/buildbot-test/master.cfg
===================================================================
--- contrib/buildbot-test/master.cfg 2016-08-21 22:23:39 UTC (rev 151774)
+++ contrib/buildbot-test/master.cfg 2016-08-21 22:32:42 UTC (rev 151775)
@@ -524,8 +524,6 @@
pattern = re.compile("^Building '(?P<port>.*?)'.*?(\(failed to install dependency '(?P<dependency>.*?)'\))?( maintainers: (?P<maintainers>.*?)[.])?$")
# iterate through all the ports being built
for line in summary_log.getText().splitlines():
- line = line.replace(';', '@')
- 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:
line = line.replace(';', '@')
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160821/ef279065/attachment-0001.html>
More information about the macports-changes
mailing list