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
...This seems to be an arbitrary limitation, so the attached patches remove it. settings-0.patch adds a basic test of settings() functionality; settings-1.patch allows new values to be set. Both changes are included in my github fork.
* 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
Hi all-
Currently, settings() can only override values already set in env. This seems to be an arbitrary limitation, so the
Originally submitted by Will Maier (wcmaier) on 2010-11-11 at 02:47pm EST
Attachments
The text was updated successfully, but these errors were encountered: