mirror of
https://github.com/samba-team/samba.git
synced 2025-01-10 01:18: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:
parent
9d2e777e18
commit
05024867d3
@ -104,6 +104,8 @@ if opts.pushto:
|
|||||||
remote_args.append("--pushto=%s" % opts.pushto)
|
remote_args.append("--pushto=%s" % opts.pushto)
|
||||||
if opts.push_master:
|
if opts.push_master:
|
||||||
remote_args.append("--push-master")
|
remote_args.append("--push-master")
|
||||||
|
if opts.fail_slowly:
|
||||||
|
remote_args.append("--fail-slowly")
|
||||||
|
|
||||||
remote_args += extra_args
|
remote_args += extra_args
|
||||||
print "%s$ %s" % (opts.host, " ".join(remote_args))
|
print "%s$ %s" % (opts.host, " ".join(remote_args))
|
||||||
|
Loading…
Reference in New Issue
Block a user