<pre style='margin:0'>
Joshua Root (jmroot) pushed a commit to branch master
in repository macports-infrastructure.
</pre>
<p><a href="https://github.com/macports/macports-infrastructure/commit/f79cc559611e5f42dd26808f38cd0750beee12bf">https://github.com/macports/macports-infrastructure/commit/f79cc559611e5f42dd26808f38cd0750beee12bf</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 f79cc55 Add --archive-site to list-subports command
</span>f79cc55 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit f79cc559611e5f42dd26808f38cd0750beee12bf
</span>Author: Joshua Root <jmr@macports.org>
AuthorDate: Mon Feb 13 07:41:33 2017 +1100
<span style='display:block; white-space:pre;color:#404040;'> Add --archive-site to list-subports command
</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 87c80ce..682c7bf 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;'>@@ -448,7 +448,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+' list-subports %(fullportlist)s'),
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ command=util.WithProperties('./mpbb/mpbb --prefix '+prefix+' --archive-site '+config['archivesite']+' list-subports %(fullportlist)s'),
</span> extract_fn=extract_subportlist,
name='subports',
description=['listing', 'subports']))
</pre><pre style='margin:0'>
</pre>