summaryrefslogtreecommitdiff
path: root/lib/chef/provider/package/apt.rb
Commit message (Expand)AuthorAgeFilesLines
* add --allow-downgrades to apt-getLamont Granquist2018-11-201-2/+14
* Replace several uses of attribute with property in resourcesattribute_is_propertyTim Smith2018-11-151-1/+1
* Unification of shell_out APIsLamont Granquist2018-06-151-4/+4
* remove uses of shell_out_compact_timeoutLamont Granquist2018-05-311-4/+4
* Fix NoMethodError when (un)locking single packages in apt and zypperJonathan Hartman2018-04-091-6/+16
* mechanical conversion of most debug log statements to traceThom May2018-03-261-5/+5
* Remove platfom restrictions in provides and don't require providersTim Smith2018-03-071-1/+1
* Ensure that we only set config file options if necessarytm/apt_debconf_promptsThom May2018-01-301-6/+7
* remove unnecessay quotes that caused problemsCam Cope2018-01-301-2/+2
* convert to arrays, fix logic gatingCam Cope2018-01-301-4/+6
* Avoid apt (dpkg) prompts for modified config filesCam Cope2018-01-301-1/+12
* Ensure package (un)locking is idempotentAndy Wagner2018-01-041-7/+3
* 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
|/