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.
ansible/packaging
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
..
apt Merge branch 'devel_apt-cache_valid_time' of git://github.com/gottwald/ansible into devel 13 years ago
apt_key Allow modules to be categorized, and also sort them when generating the documentation. 13 years ago
apt_repository Allow modules to be categorized, and also sort them when generating the documentation. 13 years ago
easy_install Allow modules to be categorized, and also sort them when generating the documentation. 13 years ago
gem Allow modules to be categorized, and also sort them when generating the documentation. 13 years ago
homebrew Allow modules to be categorized, and also sort them when generating the documentation. 13 years ago
macports Allow modules to be categorized, and also sort them when generating the documentation. 13 years ago
npm Allow modules to be categorized, and also sort them when generating the documentation. 13 years ago
openbsd_pkg Allow modules to be categorized, and also sort them when generating the documentation. 13 years ago
opkg Allow modules to be categorized, and also sort them when generating the documentation. 13 years ago
pacman Allow modules to be categorized, and also sort them when generating the documentation. 13 years ago
pip Pip can now accept vcs or tarball as name. Prevented adding mirrors when name is vcs. 13 years ago
pkgin Allow modules to be categorized, and also sort them when generating the documentation. 13 years ago
rhn_channel Allow modules to be categorized, and also sort them when generating the documentation. 13 years ago
svr4pkg Allow modules to be categorized, and also sort them when generating the documentation. 13 years ago
yum Allow modules to be categorized, and also sort them when generating the documentation. 13 years ago