[81185] contrib/buildbot/master.cfg

wsiegrist at apple.com wsiegrist at apple.com
Tue Jul 26 17:37:55 PDT 2011


Revision: 81185
          http://trac.macports.org/changeset/81185
Author:   wsiegrist at apple.com
Date:     2011-07-26 17:37:55 -0700 (Tue, 26 Jul 2011)
Log Message:
-----------
Fix bug where portlist had categories after schedulers were reworked

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

Modified: contrib/buildbot/master.cfg
===================================================================
--- contrib/buildbot/master.cfg	2011-07-27 00:36:16 UTC (rev 81184)
+++ contrib/buildbot/master.cfg	2011-07-27 00:37:55 UTC (rev 81185)
@@ -146,7 +146,7 @@
             for f in self.build.allFiles():
                 comps = f.split('/')
                 if len(comps) >= 3 and comps[0] == 'dports':
-                    portset.add(comps[1])
+                    portset.add(comps[2])
             portlist += ' ' + ' '.join(portset)
             self.setProperty('portlist', portlist)
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110726/188d7801/attachment-0001.html>


More information about the macports-changes mailing list