<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/dc17f113ae1a23b52584434dfa39220633dd4389">https://github.com/macports/macports-infrastructure/commit/dc17f113ae1a23b52584434dfa39220633dd4389</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit dc17f113ae1a23b52584434dfa39220633dd4389
</span>Author: Rainer Müller <raimue@macports.org>
AuthorDate: Wed Nov 16 22:30:47 2016 +0100

<span style='display:block; white-space:pre;color:#404040;'>    buildbot: Only deploy HTML files of the guide
</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 098db2e..f12fc23 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;'>@@ -620,7 +620,7 @@ if 'guide' in config['deploy']:
</span>             step=RsyncDeployStep(
                 host=config['deploy']['guide']['host'],
                 user=config['deploy']['guide']['user'],
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                srcpath='guide',
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                srcpath='guide/guide/html',
</span>                 destpath=config['deploy']['guide']['destpath'])))
 
 
</pre><pre style='margin:0'>

</pre>