summaryrefslogtreecommitdiff
path: root/lib/chef/provider/package
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #4381 from chef/lcg/useless-to-sLamont Granquist2016-01-121-2/+2
|\
| * chefstyle: fix Lint/StringConversionInInterpolationLamont Granquist2016-01-121-2/+2
* | fix some lint copsLamont Granquist2016-01-121-1/+1
|/
* chocolatey multipackage providerlcg/chocolatey-packageLamont Granquist2016-01-081-0/+230
* fixing post merge test breaksMatt Wrock2015-12-151-1/+1
* non msi packages must explicitly provide a source attribute on installMatt Wrock2015-12-153-16/+25
* Use properties in package resourcesjk/package-propertiesJohn Keiser2015-12-1510-22/+3
* Add missing exception variableJay Mundrawala2015-12-091-1/+1
* Merge pull request #4193 from chef/mwrock/packageSalim Alam2015-12-084-27/+350
|\
| * adds support to installer types inno, nsis, wise and installshield top the wi...Matt Wrock2015-12-074-27/+350
* | restore handling of dpkg -s returns codes (w/tests)lcg/dpkg-s-return-codesLamont Granquist2015-12-071-1/+1
|/
* fix couple of issues in dpkg cleanupLamont Granquist2015-12-021-44/+5
* dpkg multipackage and bonus fixesLamont Granquist2015-12-021-39/+140
* dpkg provider cleanupLamont Granquist2015-11-201-60/+81
* base package provider fixesLamont Granquist2015-11-171-7/+5
* Merge pull request #4101 from johnbellone/masterThom May2015-11-121-0/+2
|\
| * package/solaris: Adds alias method for upgrade_package.John Bellone2015-10-231-0/+2
* | 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
* Capitalize sentencesTim Smith2015-10-181-1/+1
* 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