summaryrefslogtreecommitdiffstats
path: root/lib/puppet/provider/package
Commit message (Expand)AuthorAgeFilesLines
...
* Revert 2125, and instead change the way the 'latest' version is selected from...mpalmer2007-01-311-3/+4
* Applying patch from #457, as submitted by Jeff McCune.luke2007-01-251-23/+47
* making yum the default packager for centosluke2007-01-241-1/+1
* Make rpm operations much faster by suppressing unneeded verificationlutter2007-01-221-2/+2
* Make the version string optional in the dpkg-query output parsing regex (Fixe...mpalmer2007-01-121-2/+2
* Fixing a few testing bugs that have crept in, and fixing a self-reference pro...luke2007-01-051-1/+4
* Don't rely on the type to store the actual NVR of the package; breaks in the ...lutter2007-01-051-3/+10
* Throwing warnings instead of exceptions when dpkg-query produces info we cann...luke2007-01-041-3/+5
* Fix yum update breakage - query should not change the name the user gave us; ...lutter2007-01-031-9/+9
* Tone down the debug spewage from yumlutter2007-01-031-2/+2
* The package name must match at the beginning of a line; otherwise we might ge...lutter2007-01-031-2/+2
* Fix trac #354, and some other oddities around installing multiple versions of...lutter2007-01-021-4/+12
* Fixing #396. Using the provider command instead of a direct exec, which auto...luke2007-01-021-17/+26
* A couple of small fixes to pass existing tests.luke2007-01-011-0/+1
* Fixing some failing tests on fedora.luke2007-01-011-1/+1
* Applying patch by rainhead from #392.luke2006-12-301-5/+5
* Looks like providers work again on Solaris.luke2006-12-282-3/+4
* I have not yet finished testing, but most of the providers now successfully p...luke2006-12-2814-67/+77
* Applying patch from #384, by jgonzalezluke2006-12-191-7/+6
* Fixing #372 and #374. All is not perfect, since OS X still cannot set UID, b...luke2006-12-193-11/+12
* Reworking the package tests. Now providers are tested individuallyluke2006-12-143-4/+20
* Never default to rpm provider; use up2date on RedHat. This also works on RHEL...lutter2006-12-132-1/+1
* Fixing some warningsluke2006-11-101-2/+2
* fixing #327; debian packages now correctly register their "latest" statusluke2006-11-091-2/+2
* Applying patch from #319.luke2006-10-181-2/+2
* correcting warning about spaces before parensluke2006-10-161-1/+1
* Adding patch from Jeff McCune, #317luke2006-10-161-0/+101
* Fixing code from [1754] -- I stupidly did not even do a parse check, and I ha...luke2006-10-091-6/+6
* Applying patch from #234 from David Schmitt. This is also untested, and the ...luke2006-10-091-1/+14
* Adding modified patch from #256 -- apt now uses "responsefile" for the presee...luke2006-10-091-0/+17
* going through all of the other providers and making sure any reference to a s...luke2006-09-196-13/+7
* applying patch from #275. aptitude -q works fine on my testing release, but ...luke2006-09-191-1/+2
* Adding patch from #235luke2006-09-151-38/+16
* collecting output from blastlist, for later useluke2006-09-151-1/+1
* Modifying the provider base class so that it defines a method for every used ...luke2006-09-0616-225/+69
* Adding aptitude support, including a new util::package module that provides a...luke2006-09-062-3/+26
* Adding further gentoo support -- finalized portage support, plus conf and ini...luke2006-09-051-23/+19
* A small fix to the install/update aspects of packaging.luke2006-09-051-1/+5
* Fixing the package type so that :ensure is always used for version specificat...luke2006-09-059-24/+19
* Applying a patch from Jose Gonzalez Gomez; apparently this makes package upda...luke2006-09-051-1/+1
* Adding portage support again, since it was added in the branch i revertedluke2006-09-051-0/+124
* Removing all of the changes I made towards refactoring in the last couple of ...luke2006-09-051-124/+0
* Adding first version of the portage provider, as contributed by Jose Gonzalez...luke2006-09-041-0/+124
* batch of small bug fixesluke2006-09-021-1/+1
* Modifying providers so that docs generate betterluke2006-08-285-30/+23
* Adding up2date support, as submitted by Kostas Georgiou (with some modificati...luke2006-08-232-3/+60
* Merging r1468 from the implementations branch with r1438 from when the branch...luke2006-08-1413-0/+1256