<pre style='margin:0'>
Ryan Schmidt (ryandesign) pushed a commit to branch master
in repository macports-infrastructure.

</pre>
<p><a href="https://github.com/macports/macports-infrastructure/commit/1597bfe2f8ffa5faf21f2cba12597ded08193356">https://github.com/macports/macports-infrastructure/commit/1597bfe2f8ffa5faf21f2cba12597ded08193356</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'>     new 1597bfe  master.cfg: Minor changes to comments
</span>1597bfe is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 1597bfe2f8ffa5faf21f2cba12597ded08193356
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Tue Mar 6 03:40:28 2018 -0600

<span style='display:block; white-space:pre;color:#404040;'>    master.cfg: Minor changes to comments
</span>---
 buildbot/master.cfg | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/buildbot/master.cfg b/buildbot/master.cfg
</span><span style='display:block; white-space:pre;color:#808080;'>index bb57940..8c9e9bb 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/buildbot/master.cfg
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/buildbot/master.cfg
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -140,7 +140,7 @@ c['slaves'] = [buildslave.BuildSlave(name, pwd)
</span> 
 # 'slavePortnum' defines the TCP port to listen on for connections from slaves.
 # This must match the value configured into the buildslaves (with their
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# --master option)
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# --master option).
</span> c['slavePortnum'] = config['slaveport']
 
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -277,7 +277,7 @@ if 'man' in config['deploy']:
</span>             change_filter=util.ChangeFilter(
                 repository=config['baseurl'][:-4],
                 # FIXME: determine the current stable version or use
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                # a special branch name instead of harcoding a version
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                # a special branch name instead of hardcoding a version
</span>                 branch='release-2.4'),
             builderNames=['jobs-man']),
         schedulers.ForceScheduler(
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -534,7 +534,7 @@ portbuilder_factory.addStep(steps.DirectoryUpload(
</span>     slavesrc=ulpath,
     masterdest=util.WithProperties(ulpath_unique)))
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# XXX: move deploy_archives.sh functionality to mp-buildbot
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# XXX: move deploy_archives.sh functionality to mpbb
</span> # sign generated binaries and sync to download server (if distributable)
 if config['production']:
     portbuilder_factory.addStep(steps.MasterShellCommand(
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -861,7 +861,7 @@ class OldPortsMailNotifier(status.MailNotifier):
</span>         failedPorts = set()
         interestedUsers = set()
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        # XXX: needs to be rewritten for the new steps of mp-buildbot
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        # XXX: needs to be rewritten for the new steps of mpbb
</span>         statusStep = [x for x in build.getSteps() if x.getName() == 'status'][0]
         statusLog = [x for x in statusStep.getLogs() if x.getName() == 'portstatus'][0]
         for line in statusLog.getText().splitlines():
</pre><pre style='margin:0'>

</pre>