<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/e4a5be9c3b30e186711abd3231378627e38aea23">https://github.com/macports/macports-infrastructure/commit/e4a5be9c3b30e186711abd3231378627e38aea23</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 e4a5be9 buildbot: fix RsyncDeployStep args
</span>e4a5be9 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit e4a5be9c3b30e186711abd3231378627e38aea23
</span>Author: Joshua Root <jmr@macports.org>
AuthorDate: Tue Mar 4 08:18:59 2025 +1100
<span style='display:block; white-space:pre;color:#404040;'> buildbot: fix RsyncDeployStep args
</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 ec6a2db..a5febf9 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;'>@@ -629,7 +629,7 @@ class RsyncDeployStep(steps.ShellCommand):
</span> name='rsync',
description=['deploying'],
descriptionDone=['deploy'],
<span style='display:block; white-space:pre;background:#ffe0e0;'>- command=['rsync', '-avzhC', '--delay-updates', '--delete-delay', util.WithProperties('%s %s@%s:%s/' % (srcpath, user, host, destpath))],
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ command=['rsync', '-avzhC', '--delay-updates', '--delete-delay', '%s' % srcpath, util.WithProperties('%s@%s:%s/' % (user, host, destpath))],
</span> env={'RSYNC_RSH': 'ssh -i ssh_key -oUserKnownHostsFile=ssh_known_hosts'},
**kwargs)
</pre><pre style='margin:0'>
</pre>