[85199] contrib/buildbot/master.cfg

jmr at macports.org jmr at macports.org
Mon Oct 10 17:09:57 PDT 2011


Revision: 85199
          http://trac.macports.org/changeset/85199
Author:   jmr at macports.org
Date:     2011-10-10 17:09:57 -0700 (Mon, 10 Oct 2011)
Log Message:
-----------
buildmaster: strip newline from 'port info' output

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

Modified: contrib/buildbot/master.cfg
===================================================================
--- contrib/buildbot/master.cfg	2011-10-10 23:57:04 UTC (rev 85198)
+++ contrib/buildbot/master.cfg	2011-10-11 00:09:57 UTC (rev 85199)
@@ -340,7 +340,7 @@
                     failedPorts.add(halves[1])
 
             for p in failedPorts:
-                output = subprocess.check_output(['port', 'info', '--index', '--maintainers', '--line', p])
+                output = subprocess.check_output(['port', 'info', '--index', '--maintainers', '--line', p]).strip()
                 for m in output.split(','):
                     if m != "nomaintainer at macports.org" and m != "openmaintainer at macports.org":
                         interestedUsers.add(m)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111010/4839d334/attachment.html>


More information about the macports-changes mailing list