| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Adding "rug" package provider from #609 | luke | 2007-04-30 | 1 | -0/+53 |
* | Enhancing the docs a bit for the apple package provider. | luke | 2007-04-20 | 1 | -1/+3 |
* | Adding support for aptrpm from #227 as added by Ian Burrell, the rest of the ... | luke | 2007-04-19 | 1 | -0/+79 |
* | Changing gems to automatically include dependencies | luke | 2007-03-27 | 1 | -0/+3 |
* | Another round of bug-fixes, prompted by test logs from David Schmitt | luke | 2007-03-19 | 2 | -3/+3 |
* | Following Russ Allbery's advice and using the Candidate field in the apt-cach... | luke | 2007-03-19 | 1 | -1/+1 |
* | Fixing #487. I know use "apt-cache policy", instead of apt-cache showpkg, be... | luke | 2007-03-19 | 1 | -24/+5 |
* | Getting rid of a warning in the rpm provider | luke | 2007-03-18 | 1 | -1/+1 |
* | Applying patch by cstorey from #521 | luke | 2007-02-27 | 1 | -3/+16 |
* | Make up2date the default for RHEL <= 4, and confine it to RHEL; make yum the ... | lutter | 2007-02-27 | 2 | -2/+4 |
* | Actually commit the changes to lib/puppet that were supposed to be part of [2... | mpalmer | 2007-02-26 | 3 | -8/+16 |
* | Applying patch from #495. | luke | 2007-02-20 | 1 | -14/+14 |
* | Applying patch from #510 by curzonj. Note that the right solution to this pr... | luke | 2007-02-17 | 1 | -4/+4 |
* | Applying patch by Jeff McCune from #496 | luke | 2007-02-12 | 1 | -26/+20 |
* | Merging the state-rename branch. This includes the diff from version 2156 to... | luke | 2007-02-07 | 1 | -2/+0 |
* | Revert 2125, and instead change the way the 'latest' version is selected from... | mpalmer | 2007-01-31 | 1 | -3/+4 |
* | Applying patch from #457, as submitted by Jeff McCune. | luke | 2007-01-25 | 1 | -23/+47 |
* | making yum the default packager for centos | luke | 2007-01-24 | 1 | -1/+1 |
* | Make rpm operations much faster by suppressing unneeded verification | lutter | 2007-01-22 | 1 | -2/+2 |
* | Make the version string optional in the dpkg-query output parsing regex (Fixe... | mpalmer | 2007-01-12 | 1 | -2/+2 |
* | Fixing a few testing bugs that have crept in, and fixing a self-reference pro... | luke | 2007-01-05 | 1 | -1/+4 |
* | Don't rely on the type to store the actual NVR of the package; breaks in the ... | lutter | 2007-01-05 | 1 | -3/+10 |
* | Throwing warnings instead of exceptions when dpkg-query produces info we cann... | luke | 2007-01-04 | 1 | -3/+5 |
* | Fix yum update breakage - query should not change the name the user gave us; ... | lutter | 2007-01-03 | 1 | -9/+9 |
* | Tone down the debug spewage from yum | lutter | 2007-01-03 | 1 | -2/+2 |
* | The package name must match at the beginning of a line; otherwise we might ge... | lutter | 2007-01-03 | 1 | -2/+2 |
* | Fix trac #354, and some other oddities around installing multiple versions of... | lutter | 2007-01-02 | 1 | -4/+12 |
* | Fixing #396. Using the provider command instead of a direct exec, which auto... | luke | 2007-01-02 | 1 | -17/+26 |
* | A couple of small fixes to pass existing tests. | luke | 2007-01-01 | 1 | -0/+1 |
* | Fixing some failing tests on fedora. | luke | 2007-01-01 | 1 | -1/+1 |
* | Applying patch by rainhead from #392. | luke | 2006-12-30 | 1 | -5/+5 |
* | Looks like providers work again on Solaris. | luke | 2006-12-28 | 2 | -3/+4 |
* | I have not yet finished testing, but most of the providers now successfully p... | luke | 2006-12-28 | 14 | -67/+77 |
* | Applying patch from #384, by jgonzalez | luke | 2006-12-19 | 1 | -7/+6 |
* | Fixing #372 and #374. All is not perfect, since OS X still cannot set UID, b... | luke | 2006-12-19 | 3 | -11/+12 |
* | Reworking the package tests. Now providers are tested individually | luke | 2006-12-14 | 3 | -4/+20 |
* | Never default to rpm provider; use up2date on RedHat. This also works on RHEL... | lutter | 2006-12-13 | 2 | -1/+1 |
* | Fixing some warnings | luke | 2006-11-10 | 1 | -2/+2 |
* | fixing #327; debian packages now correctly register their "latest" status | luke | 2006-11-09 | 1 | -2/+2 |
* | Applying patch from #319. | luke | 2006-10-18 | 1 | -2/+2 |
* | correcting warning about spaces before parens | luke | 2006-10-16 | 1 | -1/+1 |
* | Adding patch from Jeff McCune, #317 | luke | 2006-10-16 | 1 | -0/+101 |
* | Fixing code from [1754] -- I stupidly did not even do a parse check, and I ha... | luke | 2006-10-09 | 1 | -6/+6 |
* | Applying patch from #234 from David Schmitt. This is also untested, and the ... | luke | 2006-10-09 | 1 | -1/+14 |
* | Adding modified patch from #256 -- apt now uses "responsefile" for the presee... | luke | 2006-10-09 | 1 | -0/+17 |
* | going through all of the other providers and making sure any reference to a s... | luke | 2006-09-19 | 6 | -13/+7 |
* | applying patch from #275. aptitude -q works fine on my testing release, but ... | luke | 2006-09-19 | 1 | -1/+2 |
* | Adding patch from #235 | luke | 2006-09-15 | 1 | -38/+16 |
* | collecting output from blastlist, for later use | luke | 2006-09-15 | 1 | -1/+1 |
* | Modifying the provider base class so that it defines a method for every used ... | luke | 2006-09-06 | 16 | -225/+69 |