[80195] contrib/buildbot/master.cfg

wsiegrist at apple.com wsiegrist at apple.com
Wed Jul 6 09:10:53 PDT 2011


Revision: 80195
          http://trac.macports.org/changeset/80195
Author:   wsiegrist at apple.com
Date:     2011-07-06 09:10:53 -0700 (Wed, 06 Jul 2011)
Log Message:
-----------
Use custom port for change source

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

Modified: contrib/buildbot/master.cfg
===================================================================
--- contrib/buildbot/master.cfg	2011-07-06 16:10:47 UTC (rev 80194)
+++ contrib/buildbot/master.cfg	2011-07-06 16:10:53 UTC (rev 80195)
@@ -60,7 +60,7 @@
     sourcedata = []
     with open(_path('source.json')) as f:
         sourcedata = json.load(f)
-    c['change_source'] = PBChangeSource(user=sourcedata[0], passwd=sourcedata[1])
+    c['change_source'] = PBChangeSource(user=sourcedata[0], passwd=sourcedata[1], port=sourcedata[2])
 else:
     from buildbot.changes.svnpoller import SVNPoller
     c['change_source'] = [SVNPoller(
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110706/05cfa1fe/attachment.html>


More information about the macports-changes mailing list