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.
2013-05-18 20:59:21 -04:00
..
apt fixing syntax error 2013-05-18 19:49:25 -04:00
apt_key Allow modules to be categorized, and also sort them when generating the documentation. 2013-04-28 15:03:45 -04:00
apt_repository fix a bug in apt-repository where 'ppa' is used in a plain http://ppa. .... url 2013-05-03 20:57:55 +02:00
easy_install Allow modules to be categorized, and also sort them when generating the documentation. 2013-04-28 15:03:45 -04:00
gem Allow modules to be categorized, and also sort them when generating the documentation. 2013-04-28 15:03:45 -04:00
homebrew Allow modules to be categorized, and also sort them when generating the documentation. 2013-04-28 15:03:45 -04:00
macports Allow modules to be categorized, and also sort them when generating the documentation. 2013-04-28 15:03:45 -04:00
npm Allow modules to be categorized, and also sort them when generating the documentation. 2013-04-28 15:03:45 -04:00
openbsd_pkg Allow modules to be categorized, and also sort them when generating the documentation. 2013-04-28 15:03:45 -04:00
opkg Allow modules to be categorized, and also sort them when generating the documentation. 2013-04-28 15:03:45 -04:00
pacman Allow modules to be categorized, and also sort them when generating the documentation. 2013-04-28 15:03:45 -04:00
pip fixes case where name is omitted from pip arg list 2013-05-18 20:59:21 -04:00
pkgin Allow modules to be categorized, and also sort them when generating the documentation. 2013-04-28 15:03:45 -04:00
pkgng new module to handle FreeBSD packages with pkgng 2013-05-10 15:03:07 +02:00
rhn_channel Allow modules to be categorized, and also sort them when generating the documentation. 2013-04-28 15:03:45 -04:00
svr4pkg Allow modules to be categorized, and also sort them when generating the documentation. 2013-04-28 15:03:45 -04:00
yum Allow modules to be categorized, and also sort them when generating the documentation. 2013-04-28 15:03:45 -04:00