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/library/packaging
John Jarvis daf4c358f7 fixes case where name is omitted from pip arg list
This code:
```
    if name.endswith('.tar.gz') or name.endswith('.tar.bz2') or
name.endswith('.zip'):
        is_tar = True
```
was not checking whether name is defined since it is an
optional param.
11 years ago
..
apt fixing syntax error 11 years ago
apt_key Allow modules to be categorized, and also sort them when generating the documentation. 11 years ago
apt_repository fix a bug in apt-repository where 'ppa' is used in a plain http://ppa. .... url 11 years ago
easy_install Allow modules to be categorized, and also sort them when generating the documentation. 11 years ago
gem Allow modules to be categorized, and also sort them when generating the documentation. 11 years ago
homebrew Allow modules to be categorized, and also sort them when generating the documentation. 11 years ago
macports Allow modules to be categorized, and also sort them when generating the documentation. 11 years ago
npm Allow modules to be categorized, and also sort them when generating the documentation. 11 years ago
openbsd_pkg Allow modules to be categorized, and also sort them when generating the documentation. 11 years ago
opkg Allow modules to be categorized, and also sort them when generating the documentation. 11 years ago
pacman Allow modules to be categorized, and also sort them when generating the documentation. 11 years ago
pip fixes case where name is omitted from pip arg list 11 years ago
pkgin Allow modules to be categorized, and also sort them when generating the documentation. 11 years ago
pkgng new module to handle FreeBSD packages with pkgng 11 years ago
rhn_channel Allow modules to be categorized, and also sort them when generating the documentation. 11 years ago
svr4pkg Allow modules to be categorized, and also sort them when generating the documentation. 11 years ago
yum Allow modules to be categorized, and also sort them when generating the documentation. 11 years ago