summaryrefslogtreecommitdiff
path: root/lib/chef/provider/package/yum.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Allow for multiple package files to be passed to yumglasschef2014-05-091-3/+5
* Normalize whitespace on all filesSeth Vargo2013-09-261-3/+3
* [CHEF-4380] Fix missing include on shellout mixinJulian C. Dunn2013-07-161-0/+1
* Don't call readlines on stderr which is a string object.sersut2013-06-281-1/+1
* CHEF-3521: Wrap the call to yum-dump.rb in a configurable timeout.Phil Dibowitz2013-06-191-12/+18
* Merge branch '10-stable' into integrate-chef-10-18-0danielsdeleo2013-01-171-0/+41
* [OC-3564] move core Chef to the repo root \o/ \m/Seth Chisamore2012-10-301-0/+1214