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
Dustin C. Hatch fbcf39e1e1 Correct regex in is_keyid
The `rpm_key` module claims to take a key ID as an argument, however it fails if one is actually given:

    msg: Not a valid key DEADBEEF

The reason for this is the regular expression in the `RpmKey.is_keyid` method is incorrect; it will only match the literal string "0-9a-f" exactly 8 times, rather than exactly 8 characters in the set 0-9 or a-f.
10 years ago
..
apt Restore #6484 reverted by c751168. 10 years ago
apt_key apt_key clear message when downloading key returns an (http) error code 10 years ago
apt_repository Default use_proxy to True for fetch_url() 10 years ago
apt_rpm add simplejson as alternative to json 11 years ago
composer Update composer example 11 years ago
cpanm Update cpanm 11 years ago
easy_install Force command action to not be executed by the shell unless specifically enabled 11 years ago
gem Allow gem executable to contain spaces 10 years ago
homebrew Add `upgrade_all` option to homebrew module. 10 years ago
homebrew_cask Update cask version, changelog. 11 years ago
homebrew_tap Update tap version, changelog 11 years ago
layman Changelog and version updates. 11 years ago
macports Various commits to enable no-shell or safe-shell usage, more to come. 11 years ago
npm Allow executable to contain spaces 10 years ago
openbsd_pkg Minor cleanup of openbsd_pkg example comment 10 years ago
opkg Various commits to enable no-shell or safe-shell usage, more to come. 11 years ago
pacman Resolve merge. 11 years ago
pip Force command action to not be executed by the shell unless specifically enabled 11 years ago
pkgin Fixes for run_command shell usage in remainder of packaging modules, save portinstall. 11 years ago
pkgng Fixed test on 'cached' parameter. 11 years ago
pkgutil Fix in pkgutil: don't call pipes.quote() on None. 10 years ago
portage Successfull exit if sync=yes and no package provided 10 years ago
portinstall Fixed FreeBSD ports install issue 10 years ago
redhat_subscription Replace CommandException with Exception 10 years ago
rhn_channel Add missing license headers to two modules and standardize formatting of another. 11 years ago
rhn_register Fix typo in variable name 10 years ago
rpm_key Correct regex in is_keyid 10 years ago
svr4pkg Cleaning up svr4pkg commit fix for #7645 10 years ago
swdepot Fixes for run_command shell usage in remainder of packaging modules, save portinstall. 11 years ago
urpmi Fixes for run_command shell usage in remainder of packaging modules, save portinstall. 11 years ago
yum In the yum module example, use present/absent instead of installed/removed 10 years ago
zypper remove check for version string 11 years ago
zypper_repository zypper_repository: claims to support check_mode, but does not. Fixes GH-5614. 11 years ago