summaryrefslogtreecommitdiff
path: root/lib/chef/provider/package/apt.rb
Commit message (Expand)AuthorAgeFilesLines
* Avoid the need to parse nil versions in the package providerTim Smith2017-11-031-4/+8
* Fix the invalid version comparison of apt packages.pr/6554Takuto Komazaki2017-11-021-4/+9
* Fixes to package upgrade behaviourJon Cowie2017-09-221-0/+7
* package provider cleanuplcg/package-cleanupLamont Granquist2017-02-111-13/+15
* fixed apt-mark commandsEike Waldt2016-09-291-2/+2
* added package_locked Method for aptEike Waldt2016-09-291-0/+12
* fixed styleEike Waldt2016-09-281-2/+2
* added (un)lock_package for apt and zypperc52275322016-09-281-0/+8
* handle purging and removing virtual packagesLamont Granquist2016-05-031-3/+9
* add check for passing nil candidate_version to superclassLamont Granquist2016-05-031-3/+0
* make private things privateLamont Granquist2016-05-031-60/+60
* lazier assembly of data, more multipackagingLamont Granquist2016-05-031-42/+34
* code is much less brain-hurty nowLamont Granquist2016-05-031-25/+41
* vastly simplify extracting the installed versionLamont Granquist2016-05-031-4/+1
* this variable does nothingLamont Granquist2016-05-031-9/+0
* multipackage apt providerLamont Granquist2016-05-031-34/+29
* Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-021-1/+1
* Replace all Opscode copyrights with Chef Software.Noah Kantrowitz2016-02-021-1/+1
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-021-1/+1
* 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