<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/62daca49d9c1dbcafa8d2cb9dfb49de4abc2b4c7">https://github.com/macports/macports-infrastructure/commit/62daca49d9c1dbcafa8d2cb9dfb49de4abc2b4c7</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 62daca4 buildbot: Fix list-subports --archive-site
</span>62daca4 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 62daca49d9c1dbcafa8d2cb9dfb49de4abc2b4c7
</span>Author: Rainer Müller <raimue@macports.org>
AuthorDate: Wed Jul 5 17:40:50 2017 +0200
<span style='display:block; white-space:pre;color:#404040;'> buildbot: Fix list-subports --archive-site
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> Local options have to be passed after the subcommand name.
</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 a0a379d..12b73b8 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;'>@@ -465,7 +465,7 @@ def make_portwatcher_factory(triggerable):
</span> return {'subportlist': ' '.join(sorted(subports))}
portwatcher_factory.addStep(SetPropertyFromCommandWithPortlist(
<span style='display:block; white-space:pre;background:#ffe0e0;'>- command=util.WithProperties('./mpbb/mpbb --prefix '+prefix+' --archive-site '+config['archivesite']+' list-subports %(fullportlist)s'),
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ command=util.WithProperties('./mpbb/mpbb --prefix '+prefix+' list-subports --archive-site '+config['archivesite']+' %(fullportlist)s'),
</span> extract_fn=extract_subportlist,
name='subports',
description=['listing', 'subports']))
</pre><pre style='margin:0'>
</pre>