summaryrefslogtreecommitdiff
path: root/packaging/os/yum.py
Commit message (Expand)AuthorAgeFilesLines
* Refreshed metadata for core modulesToshio Kuratomi2016-12-061-0/+4
* Unquote urls in YAML - packaging (#5793)Fabio Alessandro Locati2016-12-021-1/+1
* Performance improvement using in-operator on dictsDag Wieers2016-11-171-1/+1
* Change example syntax on yum moduleSam Doran2016-11-151-9/+28
* Correct the handling of state=latest for yum groups. (#4141)jctanner2016-11-081-3/+13
* If fetch_url failed to download the URL fail early with a proper error messag...Matt Martz2016-11-051-0/+2
* Fix incorrect line wrapping in output from yum check-updatesFilip Hubík2016-10-191-0/+2
* Ensure yum failures in with-loop result into a failed taskDag Wieers2016-10-181-7/+15
* Correct functional typosJohn Barker2016-10-111-1/+1
* Check whether yum file or URL install is an upgrade (#4547)Will Thames2016-09-191-18/+5
* Cleanup unused variable in yum.py (#4009)jctanner2016-06-221-1/+0
* Add local and url support to yum state=latest (#4003)jctanner2016-06-211-14/+29
* Convert packaging/* to py3/py2.4 syntax (#3702)Michael Scherer2016-05-201-9/+18
* Yum module always downloads remote rpms. fixes #1452Strahinja Kustudić2016-03-231-19/+33
* One more bug yum non English localestoshihisa2016-03-161-1/+2
* Merge pull request #1458 from Tahvok/patch-1Toshio Kuratomi2016-02-041-1/+1
|\
| * Update yum.pyAlbert Mikaelyan2015-06-031-1/+1
* | Fix for yum's use of rpm with non English localesToshio Kuratomi2016-01-201-2/+5
* | Merge pull request #2680 from ansible/yum-use-rpmChrrrles Paul2015-12-151-21/+34
|\ \
| * | Use rpm instead of repoquery for is_installed()yum-use-rpmToshio Kuratomi2015-12-131-21/+34
* | | Merge pull request #2636 from vmindru/yum_fix_typoBrian Coca2015-12-111-1/+1
|\ \ \ | |/ / |/| |
| * | fix typo s/defaults/defaultVeaceslav Mindru2015-12-061-1/+1
* | | Fix yum module failing to initalize yum pluginsDaniel Kimsey2015-12-091-0/+1
|/ /
* | adding validate_certs for YUM. #2582Veaceslav Mindru2015-11-291-0/+11
* | Update documentation of the 'pkg' and 'state' parameters in yum.Charles Ferguson2015-11-231-3/+3
* | Correct typo in yum module docsToshio Kuratomi2015-10-271-1/+1
* | Note the difference between yum package groups and environment groups.Toshio Kuratomi2015-10-261-0/+12
* | Fix for state=latest with wildcard or virtual provide package namesToshio Kuratomi2015-10-081-8/+20
* | removed syslog in favor of common module logging functionsBrian Coca2015-10-011-5/+0
* | Fix for the case where plugins aren't loaded on old RHEL systemsToshio Kuratomi2015-08-201-4/+9
* | Merge pull request #1946 from ansible/pr/1657Toshio Kuratomi2015-08-201-53/+108
|\ \
| * | Return change results in a dictionary listing the package names.pr/1657Toshio Kuratomi2015-08-201-13/+7
| * | yum: improved check_mode handling and package update flow.queridiculo2015-07-221-52/+113
* | | Add notes about loop squashing and 1.9.2 change to install packages in one yu...Toshio Kuratomi2015-07-091-2/+14
|/ /
* | Read the url in in chunks so that we don't use as much memory for large packagesToshio Kuratomi2015-06-241-2/+7
* | Merge pull request #1516 from ansible/use-yum-apiToshio Kuratomi2015-06-181-43/+51
|\ \
| * | Fix bugs found by @kustodianuse-yum-apiToshio Kuratomi2015-06-161-1/+3
| * | Fix incorrect line breakingToshio Kuratomi2015-06-151-2/+2
| * | Further optimizations pointed out by @kustodian in #1516Toshio Kuratomi2015-06-151-41/+45
| * | Yum API is faster than calling out to repoquery. Looking through theToshio Kuratomi2015-06-131-19/+21
* | | Restore setting cachedir when non-root but don't take a useless cachedir para...Toshio Kuratomi2015-06-161-0/+8
* | | Proper author info for all remaining modulesGreg DeKoenigsberg2015-06-151-1/+3
|/ /
* | Renamed previous pkgs variable to installed_pkgs as spotted by @strahinjaEdward Torbett2015-06-121-3/+3
* | Corrected pkg to pkgs as noted by @abadgerEdward Torbett2015-06-121-1/+1
* | Added multi package operation to remove as suggested by @abadger. Adding to l...Edward Torbett2015-06-111-9/+14
* | Comments by @abadgerEdward Torbett2015-06-111-1/+3
* | Rather than executing yum once per package, execute yum once for all supplied...Edward Torbett2015-06-111-13/+17
|/
* Import ansible module_utils at bottom of file to not mess with line numbers i...Toshio Kuratomi2015-05-291-2/+3
* add :// url support for EL 5Jonathan Mainguy2015-05-291-0/+32
* - Fixed annoying bug that disablerepo was essentially broken if a package nee...Zoltan Kozma2015-05-201-9/+22