<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/ccae9c1624325978ebb674d4fc0861f6da4352f4">https://github.com/macports/macports-infrastructure/commit/ccae9c1624325978ebb674d4fc0861f6da4352f4</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 ccae9c1  buildbot: Compress PortIndex SQL over ssh
</span>ccae9c1 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit ccae9c1624325978ebb674d4fc0861f6da4352f4
</span>Author: Rainer Müller <raimue@macports.org>
AuthorDate: Thu Nov 17 18:12:27 2016 +0100

<span style='display:block; white-space:pre;color:#404040;'>    buildbot: Compress PortIndex SQL over ssh
</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 26eb9af..6a8cd97 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;'>@@ -524,7 +524,7 @@ class PostgresDeployStep(steps.ShellCommand):
</span>                 name='psql',
                 description='deploying',
                 descriptionDone='deployed',
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                command='ssh -i ssh_key -oUserKnownHostsFile=ssh_known_hosts %s@%s psql < %s' % (user, host, sqlfile),
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                command='ssh -C -i ssh_key -oUserKnownHostsFile=ssh_known_hosts %s@%s psql < %s' % (user, host, sqlfile),
</span>                 **kwargs)
 
 
</pre><pre style='margin:0'>

</pre>