1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

land-remote: Fix --fail-slowly.

Autobuild-User: Jelmer Vernooij <jelmer@samba.org>
Autobuild-Date: Mon Oct 11 15:54:31 UTC 2010 on sn-devel-104
This commit is contained in:
Jelmer Vernooij 2010-10-11 15:42:14 +02:00
parent 9d2e777e18
commit 05024867d3

View File

@ -104,6 +104,8 @@ if opts.pushto:
remote_args.append("--pushto=%s" % opts.pushto)
if opts.push_master:
remote_args.append("--push-master")
if opts.fail_slowly:
remote_args.append("--fail-slowly")
remote_args += extra_args
print "%s$ %s" % (opts.host, " ".join(remote_args))