You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Go to file
Yeukhon Wong 76e1e5bbe9 Pip can now accept vcs or tarball as name. Prevented adding mirrors when name is vcs.
**Summary**:

There was a bug in the previous commit; pip module would add --use-mirrors options to a source package when state is absent. The bug is resolved in this commit by checking ``not is_package`` in the if branch.

Furthermore, in order to support non-vcs source name like tarballs, we must not add -e option to the arg list. Given this circumstance, this commit have is_tar and is_vcs and the latter is checked to add -e option. Since mirrors do not make sense with vcs or tarball source, this commit will not add --use-mirrors (default to True) as always.
13 years ago
cloud Merge pull request #2830 from ralph-tice/devel 13 years ago
commands Allow modules to be categorized, and also sort them when generating the documentation. 13 years ago
database Fixed docs. Fixed fallback status method. Fixed "changed" message with cluster commit. 13 years ago
files Fix error in previous PR. 13 years ago
internal Allow modules to be categorized, and also sort them when generating the documentation. 13 years ago
inventory Allow modules to be categorized, and also sort them when generating the documentation. 13 years ago
messaging Allow modules to be categorized, and also sort them when generating the documentation. 13 years ago
monitoring Allow modules to be categorized, and also sort them when generating the documentation. 13 years ago
net_infrastructure Allow modules to be categorized, and also sort them when generating the documentation. 13 years ago
network Fixed bug where if destination was unspecified, changed would not be set, resulting in an UnboundLocalError. 13 years ago
notification fixed to send to conference rooms correctly 13 years ago
packaging Pip can now accept vcs or tarball as name. Prevented adding mirrors when name is vcs. 13 years ago
source_control Allow modules to be categorized, and also sort them when generating the documentation. 13 years ago
system fix for authorized_key: skip chown and chmod if authorized_key_file is link 13 years ago
utilities Move mail into the notification bucket. 13 years ago
web_infrastructure Allow modules to be categorized, and also sort them when generating the documentation. 13 years ago