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/os
Indrajit Raychaudhuri ea8cb33338 Update homebrew_tap to support custom tap URL via optional 'url' option (#2672)
This allows doing 'brew tap <url>' where the URL is not assumed to be on GitHub,
and the protocol doesn't have to be HTTP. Any location and protocol that git can
handle is fine.

While at it, allow proper `list` type support for 'name' option and update
module documentation for option aliases.
8 years ago
..
__init__.py Reorganization. 10 years ago
apk.py apk: fix LANG != C while parsing stdout (#2689) 8 years ago
dnf.py Mark conf_file as a path, for various user expansion 9 years ago
homebrew.py Add path type in homebrew 'path' option (#2692) 8 years ago
homebrew_cask.py Add a 'requirements:' field to homebrew doc (#2630) 8 years ago
homebrew_tap.py Update homebrew_tap to support custom tap URL via optional 'url' option (#2672) 8 years ago
layman.py Fixed exception compatablity for py3 (and 2.4 in yum_repository.py) (#2369) 9 years ago
macports.py Adding author's github id 10 years ago
openbsd_pkg.py Improve debug log some more. 9 years ago
opkg.py added version added 9 years ago
pacman.py List pacman options aliases in documentation (#2670) 8 years ago
pkg5.py Replace choices=BOOLEANS by type='bool', fix #1326 9 years ago
pkg5_publisher.py Handle empty IPS publishers (#2047) 8 years ago
pkgin.py pkgin: Fix bad regexp which did not catch packages such as p5-SVN-Notify 9 years ago
pkgng.py Improve documentation for pkgng module (#2338) 9 years ago
pkgutil.py Fix pkgutil "upgrade_catalog must be one of" err (#2149) 9 years ago
portage.py Use boolean instead of "yes" + choice for most option 9 years ago
portinstall.py Update for modules which import json. 9 years ago
slackpkg.py minor doc fix 9 years ago
svr4pkg.py Do not return failure when the package is installed and nothing is done (#1852) 8 years ago
swdepot.py fixed a typo in swdepot module 9 years ago
urpmi.py Update for modules which import json. 9 years ago
yum_repository.py Fixed exception compatablity for py3 (and 2.4 in yum_repository.py) (#2369) 9 years ago
zypper.py allow to specify versions with zypper (#2328) 8 years ago
zypper_repository.py Check for zypper version before using options (#2549) 8 years ago