No description
Find a 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.
2013-05-18 05:31:29 +00:00
cloud Merge pull request #2830 from ralph-tice/devel 2013-05-05 09:41:08 -07:00
commands Allow modules to be categorized, and also sort them when generating the documentation. 2013-04-28 15:03:45 -04:00
database Fixed docs. Fixed fallback status method. Fixed "changed" message with cluster commit. 2013-05-05 14:54:23 -04:00
files Fix error in previous PR. 2013-05-05 14:30:48 -04:00
internal Allow modules to be categorized, and also sort them when generating the documentation. 2013-04-28 15:03:45 -04:00
inventory Allow modules to be categorized, and also sort them when generating the documentation. 2013-04-28 15:03:45 -04:00
messaging Allow modules to be categorized, and also sort them when generating the documentation. 2013-04-28 15:03:45 -04:00
monitoring Allow modules to be categorized, and also sort them when generating the documentation. 2013-04-28 15:03:45 -04:00
net_infrastructure Allow modules to be categorized, and also sort them when generating the documentation. 2013-04-28 15:03:45 -04:00
network Fixed bug where if destination was unspecified, changed would not be set, resulting in an UnboundLocalError. 2013-04-29 13:59:06 -05:00
notification fixed to send to conference rooms correctly 2013-05-05 22:22:07 -04:00
packaging Pip can now accept vcs or tarball as name. Prevented adding mirrors when name is vcs. 2013-05-18 05:31:29 +00:00
source_control Allow modules to be categorized, and also sort them when generating the documentation. 2013-04-28 15:03:45 -04:00
system fix for authorized_key: skip chown and chmod if authorized_key_file is link 2013-05-08 01:47:41 +02:00
utilities Move mail into the notification bucket. 2013-05-05 12:42:09 -04:00
web_infrastructure Allow modules to be categorized, and also sort them when generating the documentation. 2013-04-28 15:03:45 -04:00