<pre style='margin:0'>
Rainer Müller (raimue) pushed a commit to branch master
in repository macports-infrastructure.

</pre>
<p><a href="https://github.com/macports/macports-infrastructure/commit/b015bb55029bcf34c9db6393c294b37afa155af7">https://github.com/macports/macports-infrastructure/commit/b015bb55029bcf34c9db6393c294b37afa155af7</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 b015bb5  buildbot: Halt build if list-subports failed
</span>b015bb5 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit b015bb55029bcf34c9db6393c294b37afa155af7
</span>Author: Rainer Müller <raimue@macports.org>
AuthorDate: Fri Apr 6 02:34:24 2018 +0200

<span style='display:block; white-space:pre;color:#404040;'>    buildbot: Halt build if list-subports failed
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    See: https://trac.macports.org/ticket/56225
</span>---
 buildbot/master.cfg | 3 ++-
 1 file changed, 2 insertions(+), 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 1006efe..69921c8 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;'>@@ -535,7 +535,8 @@ def make_portwatcher_factory(triggerable):
</span>         command=util.WithProperties('./mpbb/mpbb --prefix '+prefix+' list-subports --archive-site '+config['archivesite']+' %(fullportlist)s'),
         extract_fn=extract_subportlist,
         name='subports',
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        description=['listing', 'subports']))
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        description=['listing', 'subports'],
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        haltOnFailure=True))
</span> 
     def has_subportlist(step):
         return step.hasProperty('subportlist') and step.getProperty('subportlist')
</pre><pre style='margin:0'>

</pre>