<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/0e109dc94051c681309497790deab5c9cefc68c3">https://github.com/macports/macports-infrastructure/commit/0e109dc94051c681309497790deab5c9cefc68c3</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 0e109dc  Really avoid exception if subportlist is empty
</span>0e109dc is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 0e109dc94051c681309497790deab5c9cefc68c3
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Thu Mar 8 10:12:45 2018 -0600

<span style='display:block; white-space:pre;color:#404040;'>    Really avoid exception if subportlist is empty
</span>---
 buildbot/master.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<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 2df6c5f..d416dc6 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;'>@@ -711,7 +711,7 @@ if 'mirror' in config['deploy']:
</span>     @util.renderer
     def make_jobs_mirror_command(props):
         cmd = ['./mpbb/mpbb', '--prefix', jobs_mirror_prefix, 'mirror-distfiles', '--distfiles-dir', config['deploy']['mirror']['distfilesdir']]
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        if props.hasProperty('subportlist'):
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        if props.hasProperty('subportlist') and props.getProperty('subportlist') is not None:
</span>             cmd += props.getProperty('subportlist').split()
         return cmd
 
</pre><pre style='margin:0'>

</pre>