summaryrefslogtreecommitdiff
path: root/lib/chef/provider/package
Commit message (Expand)AuthorAgeFilesLines
* Use much simpler regex for determining the rpm versionIrving Popovetsky2015-09-291-2/+2
* Lazy load MSI provider, add check for MSI supportsalam/lazy-msiSalim Alam2015-09-221-2/+2
* 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
* Merge pull request #3383 from jfly/masterThom May2015-08-131-1/+1
|\
| * Handling case where windows users install to a non default location.Jeremy Fleischman2015-06-291-1/+1
| * gem_package should install to the systemwide Ruby when using ChefDK.Jeremy Fleischman2015-05-181-1/+1
* | Use the output of dpkg-deb directly, rather than regextm/use-dpkg-debThom May2015-08-121-11/+5
* | Re-separate priority map and DSL handler map so that provides has veto power ...John Keiser2015-07-0612-0/+14
* | Make ProviderResolver tests work, fix resources to resolve correctly as well ...John Keiser2015-06-301-0/+1
* | fix rpm_package when sourced packages have a tilde character in the versionIrving Popovetsky2015-06-091-2/+2
* | wire zypper_package up to the DSLLamont Granquist2015-06-031-13/+14
* | fix package timeout attributeLamont Granquist2015-06-0220-88/+86
* | Fix Solaris and Gentoo package resources, clean up testsJohn Keiser2015-06-021-0/+2
* | Put homebrew and macports together in an explicit priority arrayJohn Keiser2015-06-022-2/+0
* | Drop support for rubygems 1.xdrop-rubygems-1.xdanielsdeleo2015-06-011-8/+1
|/
* download_file_missing? -> downloadable_file_missing?Jay Mundrawala2015-05-151-2/+2
* Surface checksum attributeJay Mundrawala2015-05-151-0/+16
* Allow users to override remote_file attributes in windows_packageJay Mundrawala2015-05-151-10/+18
* Refactor uri detectionJay Mundrawala2015-05-151-17/+7
* Modify windows package provider to allow urlJay Mundrawala2015-05-151-6/+76
* Merge pull request #3298 from juliandunn/fix-aix-source-packageJulian C. Dunn2015-05-041-0/+1
|\
| * Raise exception if a package provided by 'source' doesn't actually provideJulian C. Dunn2015-04-281-0/+1
* | Fix debug messageojab2015-05-011-1/+1
* | fix smartos_package for new "pkgin" output, fixes #3112Dave Eddy2015-05-011-5/+5
* | Make multipackage and arch play nicely togetherPhil Dibowitz2015-04-291-30/+72
|/
* Merge pull request #3166 from chef/ssd/find-pythonThom May2015-04-251-1/+29
|\
| * Use the same python interpreter as yum when possiblessd/find-pythonSteven Danna2015-03-311-1/+29
* | Clearing sources works for string optionsPeter Burkholder2015-03-271-2/+3
* | Test for current behaviorPeter Burkholder2015-03-271-3/+3
* | Don't use rubygems if explicitly remotePeter Burkholder2015-03-271-0/+2
|/
* Merge pull request #2976 from pburkholder/pdb/gem_warnThom May2015-03-241-2/+7
|\
| * Change 'should' to 'must'Peter Burkholder (@pburkholder)2015-03-241-1/+1
| * Using warning suggested by @btmPeter Burkholder2015-03-131-4/+7
| * Clarify warningPeter Burkholder2015-02-251-2/+4
* | @new_resource -> new_resourceJay Mundrawala2015-03-191-11/+11
* | Update error messageJay Mundrawala2015-03-191-1/+1
* | Support flavorsJay Mundrawala2015-03-191-1/+5
* | Add guard for when flavor and version are both presentJay Mundrawala2015-03-191-0/+12
* | Fix openbsd package providerJay Mundrawala2015-03-181-13/+28
* | Yum was failing to install packages when a source was providedJay Mundrawala2015-03-161-13/+16
* | provider_resolver migration from provider_mappingLamont Granquist2015-03-041-1/+1
* | 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 Lint/UnderscorePrefixedVariableNameLamont Granquist2015-02-231-2/+2
* fix dpkg regressionLamont Granquist2015-02-191-0/+2
* Merge pull request #2924 from chef/btm/popen_shellout_rebaseJay Mundrawala2015-02-199-116/+98
|\