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. 11 years ago
apt_key apt_key clear message when downloading key returns an (http) error code 11 years ago
apt_repository Default use_proxy to True for fetch_url() 11 years ago
apt_rpm add simplejson as alternative to json 11 years ago
composer Update composer example 11 years ago
cpanm
easy_install
gem Allow gem executable to contain spaces 11 years ago
homebrew Add `upgrade_all` option to homebrew module. 11 years ago
homebrew_cask
homebrew_tap
layman
macports
npm Allow executable to contain spaces 11 years ago
openbsd_pkg Minor cleanup of openbsd_pkg example comment 11 years ago
opkg
pacman
pip
pkgin
pkgng Fixed test on 'cached' parameter. 11 years ago
pkgutil Fix in pkgutil: don't call pipes.quote() on None. 11 years ago
portage Successfull exit if sync=yes and no package provided 11 years ago
portinstall Fixed FreeBSD ports install issue 11 years ago
redhat_subscription Replace CommandException with Exception 11 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 11 years ago
rpm_key Correct regex in is_keyid 10 years ago
svr4pkg Cleaning up svr4pkg commit fix for #7645 11 years ago
swdepot
urpmi
yum In the yum module example, use present/absent instead of installed/removed 11 years ago
zypper
zypper_repository