ansible/packaging
John Jarvis 008e18d1d3 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
apt_repository
easy_install
gem
homebrew
macports
npm
openbsd_pkg
opkg
pacman
pip fixes case where name is omitted from pip arg list 2013-05-18 20:59:21 -04:00
pkgin
pkgng new module to handle FreeBSD packages with pkgng 2013-05-10 15:03:07 +02:00
rhn_channel
svr4pkg
yum