summaryrefslogtreecommitdiff
path: root/lib/chef/provider/package/apt.rb
Commit message (Expand)AuthorAgeFilesLines
* Use double quotes by defaultThom May2016-01-141-10/+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-3/+3
* fix virtual package logic in check_package_stateLamont Granquist2015-02-171-88/+78
* use scalar pkg not array packageLamont Granquist2015-02-171-1/+1
* convert is_virtual_package to hashLamont Granquist2015-02-171-4/+13
* Minor cleanupPhil Dibowitz2015-02-031-2/+0
* Merge in the cleanups from reverted array diff.Phil Dibowitz2015-02-031-9/+7
* Revert "Make yum always use arrays internally"Phil Dibowitz2015-02-031-7/+9
* Make yum always use arrays internallyPhil Dibowitz2015-02-031-9/+7
* Multipackge supportPhil Dibowitz2015-02-031-44/+93
* fix apt default_release attribute broken in 12.0Lamont Granquist2014-12-151-2/+2
* Chef-12 RC Provider ResolverLamont Granquist2014-10-241-0/+2
* fixing all the extra blank linesLamont Granquist2014-07-291-1/+0
* add shell_out to base provider codeLamont Granquist2014-07-291-2/+0
* Revert the provider indirection logic while keeping the timeout functionality...sersut2014-07-021-2/+2
* Merge pull request #1462 from pdf/CHEF-5168Claire McQuin2014-06-101-5/+5
|\
| * [CHEF-5168] Apt Package provider times outPeter Fern2014-05-281-5/+5
* | Raise exception when using apt package with sourceChulki Lee2014-06-051-0/+9
|/
* CHEF-4568: Make apt showpkg regex more friendly to differing whitespaceBryan McLellan2013-09-261-1/+2
* Add inline doc for private apt package methoddanielsdeleo2013-08-021-0/+3
* Convert apt package provider to shelloutdanielsdeleo2013-08-021-30/+11
* [OC-3564] move core Chef to the repo root \o/ \m/Seth Chisamore2012-10-301-0/+147
* big refactor of the repo layout. move to a chef gem and a chef-server gem all...Ezra Zygmuntowicz2008-10-081-89/+0
* Also needs to be one more directory down for the requiresAdam Jacob2008-10-021-1/+1
* Package is now beneath AptAdam Jacob2008-10-021-1/+1
* Moving provider/apt to provider/package/apt.rbAdam Jacob2008-10-021-0/+89