summaryrefslogtreecommitdiff
path: root/lib/chef/provider/package/yum.rb
Commit message (Expand)AuthorAgeFilesLines
* fix downgrade logic when dealing with archesLamont Granquist2018-11-191-1/+1
* fix el6 32-bit testslcg/fix-yumLamont Granquist2018-08-161-2/+2
* @returns should be @return in yardyard_fixesTim Smith2018-07-161-2/+2
* Unification of shell_out APIsLamont Granquist2018-06-151-2/+2
* remove uses of shell_out_compact_timeoutLamont Granquist2018-05-311-1/+1
* fix yum versionlock quotingLamont Granquist2018-05-311-1/+1
* fixing yum splat argsLamont Granquist2018-05-301-6/+6
* convert a_to_s to shell_out_compact in DNF/yumLamont Granquist2018-05-301-1/+1
* mangle array-of-strings here properlyjcowie_yum_refactorLamont Granquist2018-03-151-1/+2
* el6 fixesLamont Granquist2018-03-151-1/+1
* add more tests, fix more subtle bugsLamont Granquist2018-03-151-2/+2
* add a few lock/unlock tests and fix a bugLamont Granquist2018-03-151-1/+1
* bad copypasta is badLamont Granquist2018-03-151-5/+1
* check for multipackage locking/unlocking properlyLamont Granquist2018-03-151-2/+6
* update commentLamont Granquist2018-03-151-1/+1
* add package locking back inLamont Granquist2018-03-151-0/+39
* fix yum_cache arch options and use positional parametersLamont Granquist2018-03-151-3/+3
* allow using yum_package explicitly on non-linux O/SenLamont Granquist2018-03-151-1/+1
* Yum package provider rewriteLamont Granquist2018-03-151-404/+137
* Ensure package (un)locking is idempotentAndy Wagner2018-01-041-7/+3
* Fixes to package upgrade behaviourJon Cowie2017-09-221-20/+4
* We missed this when options got converted to an array.Noah Kantrowitz2017-04-101-1/+1
* 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