summaryrefslogtreecommitdiff
path: root/lib/chef/provider/package/yum.rb
Commit message (Expand)AuthorAgeFilesLines
* chef code changes for changing amazon platform_familyLamont Granquist2017-04-031-2/+2
* package provider cleanuplcg/package-cleanupLamont Granquist2017-02-111-46/+45
* Add mutlipackage_api support to yum_package Providertduffield/COOL-612/yum-provider-archTom Duffield2017-02-081-250/+301
* fix yum regexp similarly to rpm regexp in #3985lcg/fix-yum-regexpLamont Granquist2016-12-051-1/+1
* fixed styleEike Waldt2016-09-291-2/+0
* added locking for yumEike Waldt2016-09-291-0/+22
* break yum provider out into fileslcg/yum-readabilityLamont Granquist2016-05-251-959/+4
* sacrifice a commit to rubocopLamont Granquist2016-05-091-3/+3
* the =~ in ruby is awfulLamont Granquist2016-05-091-3/+3
* This commit is why AndOr needs to be bannedLamont Granquist2016-03-141-2/+2
* chefstyle Style/AndOr fixesLamont Granquist2016-03-141-35/+35
* auto fixing some rubocopsLamont Granquist2016-02-091-1/+1
* autofixing whitespace copsLamont Granquist2016-02-051-27/+26
* Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-021-1/+1
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-021-1/+1
* Autofixing Style/PercentLiteralDelimeterslcg/percentliteraldelimetersLamont Granquist2016-01-181-1/+1
* Use double quotes by defaultThom May2016-01-141-14/+14
* Use the proper python interpretor for yum-dump.py on Fedora 21+Tim Smith2015-11-051-2/+12
* Fix spelling errorTim Smith2015-10-181-1/+1
* fixes from code reviewLamont Granquist2015-08-201-1/+5
* green the broken testsLamont Granquist2015-08-201-1/+1
* inject yum_binary into YumCacheLamont Granquist2015-08-201-0/+3
* add yum_binaryLamont Granquist2015-08-201-5/+10
* Re-separate priority map and DSL handler map so that provides has veto power ...John Keiser2015-07-061-0/+1
* fix package timeout attributeLamont Granquist2015-06-021-6/+4
* Fix debug messageojab2015-05-011-1/+1
* Make multipackage and arch play nicely togetherPhil Dibowitz2015-04-291-30/+72
* Use the same python interpreter as yum when possiblessd/find-pythonSteven Danna2015-03-311-1/+29
* Yum was failing to install packages when a source was providedJay Mundrawala2015-03-161-13/+16
* Remove unused require in yum package providerJay Mundrawala2015-03-021-1/+0
* Update specs for yum package provider to use shell_outJay Mundrawala2015-03-021-1/+2
* Use shell_out instead of output_of_command for yum package providerjdm/yum-fixJay Mundrawala2015-03-021-6/+4
* fix aix related providers to replace popen4 with mixlib shell_outkaustubh-d2015-02-171-3/+3
* Updated version of #2125 to fix CHEF-2911Jon Cowie2015-02-131-10/+29
* allow_downgrade in rpm_packagesonots2015-02-121-8/+0
* Fix error message in yum provider (related to multipackage refactor)Phil Dibowitz2015-02-041-1/+1
* Fix package dependency bugPhil Dibowitz2015-02-031-1/+1
* Mior output cleanupsPhil Dibowitz2015-02-031-4/+0
* Support dependency detection, fix caching invalidation issuesPhil Dibowitz2015-02-031-6/+15
* Merge in the cleanups from reverted array diff.Phil Dibowitz2015-02-031-24/+42
* Revert "Make yum always use arrays internally"Phil Dibowitz2015-02-031-51/+31
* Make yum always use arrays internallyPhil Dibowitz2015-02-031-31/+51
* Several more cleanupsPhil Dibowitz2015-02-031-33/+20
* Multipackge supportPhil Dibowitz2015-02-031-39/+84
* Chef-12 RC Provider ResolverLamont Granquist2014-10-241-0/+2
* e2e test on rhel found a bugLamont Granquist2014-08-121-0/+2
* fixing all the extra blank linesLamont Granquist2014-07-291-1/+0
* add shell_out to base provider codeLamont Granquist2014-07-291-3/+0
* CHEF-3193: LOCK_TIMEOUT in yum-dump.py should be configurableMark Vanderwiel2014-05-291-0/+2
* Revert "Allow for multiple package files to be passed to yum"danielsdeleo2014-05-091-5/+3