You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* master: (94 commits)
Cut 1.2.2
Cut 1.1.4
Cut 1.0.4
Allow the settings contextmanager to set new env keys. Fixesfabric#252
Fix import typo in task usage docs. Fixesfabric#393
Flip "listing commands" flag in main.py if `--shortlist` is given.
Update changelog re fabric#373. Fixesfabric#373.
Docs and tests re fabric#373
Reference exclude_hosts kwarg when merging decorator-driven host lists
Actually, don't look for excude_hosts kwarg when determining how to merge host lists -- doesn't make much sense.
Add cli-kwarg test for host exclusion, re fabric#373
There is no function-attr anywhere for exclude_hosts, so don't check for one.
Merge hosts at CLI-kwarg level if exclude_hosts kwarg is present.
Actually exclude hosts when merging host lists.
Formatting
Check stdout instead of stdin for tty-ness when sizing up local terminal.
Formatting
Dev version
Dev version
Dev version
...
Conflicts:
fabric/decorators.py
fabric/tasks.py
tests/test_decorators.py
Description
While the tests for this newly added feature still pass, the feature itself is broken in real usage:
fab -x
doesn't work with-H
-specified hosts (also when@hosts
is used)fab -x
doesn't work with-R
specified roles (also when@roles
is used)fab task:exclude_hosts=x
doesn't work with-H
-specified hosts (when@roles
is used, but also when it is not used)The rest may be busted too, not sure. Haven't actually looked at the cause, hopefully something simple was busted pre-1.1 release.
Originally submitted by Jeff Forcier (bitprophet) on 2011-07-05 at 12:55am EDT
The text was updated successfully, but these errors were encountered: