forked from pool/python-Fabric
* :bug:495 Fixed documentation example showing how to subclass
~fabric.tasks.Task. Thanks to Brett Haydon for the catch and Mark Merritt
for the patch.
* :bug:410 Fixed a bug where using the ~fabric.decorators.task decorator
inside/under another decorator such as ~fabric.decorators.hosts could cause
that task to become invalid when invoked by name (due to how old-style vs
new-style tasks are detected.) Thanks to Dan Colish for the initial patch.
* :feature:559 ~fabric.contrib.project.rsync_project now allows users to
append extra SSH-specific arguments to rsync's --rsh flag.
* :feature:138 :ref:env.port <port> may now be written to at fabfile module
level to set a default nonstandard port number. Previously this value was
* :feature:3 Fabric can now load a subset of SSH config functionality
directly from your local ~/.ssh/config if :ref:env.use_ssh_config
<use-ssh-config> is set to True. See :ref:ssh-config for details.
Thanks to Kirill Pinchuk for the initial patch.
* :feature:12 Added the ability to try connecting multiple times to
temporarily-down remote systems, instead of immediately failing. (Default
behavior is still to only try once.) See :ref:env.timeout <timeout> and
:ref:env.connection_attempts <connection-attempts> for controlling both
connection timeouts and total number of attempts. ~fabric.operations.reboot
has also been overhauled (but practically deprecated -- see its updated
docs.)
* :feature:474 ~fabric.tasks.execute now allows you to access the executed
task's return values, by itself returning a dictionary whose keys are the
* :bug:487 Overhauled the regular expression escaping performed in
~fabric.contrib.files.append and ~fabric.contrib.files.contains to try
and handle more corner cases. Thanks to Neilen Marais for the patch.
* :support:532 Reorganized and cleaned up the output of fab --help.
* :feature:8 Added :option:--skip-bad-hosts/:ref:env.skip_bad_hosts
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Fabric?expand=0&rev=17
13 KiB
13 KiB