summaryrefslogtreecommitdiff
path: root/chef/lib/chef/provider/package/dpkg.rb
Commit message (Expand)AuthorAgeFilesLines
* [OC-3564] move core Chef to the repo root \o/ \m/Seth Chisamore2012-10-301-128/+0
* added assertions for dpkg providerMarc Paradise2012-05-211-17/+30
* CHEF-2488: Handle periods in dpkg names as they are allowed by the spec.Matthew Kent2012-04-031-1/+1
* CHEF-2041: adding support for gem_package "/path/to/file.gem" along with dpk...Lamont Granquist2011-07-191-1/+4
* [providers | dpkg] Package version may contain tildesMatt Griffin2011-05-201-1/+1
* Cleaned up log messages for package providersAdam Jacob2011-04-061-3/+3
* fix specs for updated contracts and overmockingDaniel DeLeo2010-06-031-10/+13
* Fix CHEF-565 and de-mockify specs a littleDan DeLeo2009-10-141-4/+3
* Make sure all Package providers run with the system's locale and not C locale.Diego Algorta2009-10-021-9/+6
* Updating the options for packages to no longer create extra spaces when optio...Adam Jacob2009-06-041-3/+3
* Added options attribute to dpkg and apt providersMiguel Cabeça2009-06-041-3/+3
* add LANG="en_US" to force output in EnglishJoshua Sierles2009-04-101-3/+6
* Changed all uses of Chef::Exception to Chef::Exceptions to avoid masking ::Ex...Christopher Brown2009-03-181-3/+3
* set current_resource.package_name by defaultBryan McLellan2009-02-131-1/+1
* inherit from Apt (for preseed) + debugging fixesBryan McLellan2009-02-131-5/+4
* Add some dpkg exception handlingBryan McLellan2009-02-131-27/+23
* add dpkg providerBryan McLellan2009-02-131-0/+115