<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/e2279567e7f4dbb8cc983640d793c33b3cad9b60">https://github.com/macports/macports-infrastructure/commit/e2279567e7f4dbb8cc983640d793c33b3cad9b60</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit e2279567e7f4dbb8cc983640d793c33b3cad9b60
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Wed Mar 7 11:17:06 2018 -0600

<span style='display:block; white-space:pre;color:#404040;'>    jobs_mirror uses a private MacPorts prefix
</span>---
 buildbot/master.cfg | 6 +++---
 1 file changed, 3 insertions(+), 3 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 0630879..06b0554 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;'>@@ -690,14 +690,14 @@ if 'mirror' in config['deploy']:
</span>         haltOnFailure=True))
 
     jobs_mirror_factory.addStep(steps.ShellCommand(
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        command=['./mpbb/mpbb', '--prefix', util.WithProperties(prefix), 'selfupdate'],
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        command=['./mpbb/mpbb', '--prefix', './prefix', 'selfupdate'],
</span>         name='selfupdate',
         description=['updating', 'MacPorts'],
         descriptionDone=['update', 'MacPorts'],
         haltOnFailure=True))
 
     jobs_mirror_factory.addStep(steps.ShellCommand(
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        command=['./mpbb/mpbb', '--prefix', util.WithProperties(prefix), 'checkout',
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        command=['./mpbb/mpbb', '--prefix', './prefix', 'checkout',
</span>                  '--ports-url', config['portsurl']],
         timeout=3600,
         name='checkout',
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -706,7 +706,7 @@ if 'mirror' in config['deploy']:
</span>         haltOnFailure=True))
 
     jobs_mirror_factory.addStep(steps.ShellCommand(
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        command=['./mpbb/mpbb', '--prefix', util.WithProperties(prefix), 'mirror-distfiles', '--distfiles-dir', config['deploy']['mirror']['distfilesdir'], util.WithProperties('%(portname)s')],
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        command=['./mpbb/mpbb', '--prefix', './prefix', 'mirror-distfiles', '--distfiles-dir', config['deploy']['mirror']['distfilesdir'], util.WithProperties('%(portname)s')],
</span>         name='mirror',
         description=['mirroring', 'distfiles'],
         descriptionDone=['mirror', 'distfiles']))
</pre><pre style='margin:0'>

</pre>