| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Fixed #855, but I didn't add any tests. | Michael V. O'Brien | 2007-10-04 | 1 | -2/+0 |
| * | Removing the Id tags from all of the files | Luke Kanies | 2007-10-03 | 21 | -21/+0 |
| * | Use external helper script to talk to yum; should avoid any more trouble with... | David Lutterkort | 2007-10-02 | 3 | -57/+113 |
| * | Fixed hdiutil syntax for ticket 812 | Jeffrey J McCune | 2007-09-10 | 1 | -1/+1 |
| * | The last set of bug-fixes before the next release. This commit just fixes a ... | luke | 2007-08-07 | 4 | -6/+4 |
| * | Fix #696. (patch by Jason Kohles) | lutter | 2007-07-19 | 1 | -1/+1 |
| * | Applying patch by DavidS to fix #711. | luke | 2007-07-18 | 2 | -2/+8 |
| * | Guard the rpm command suitability confine better so we hopefully stop seeing ... | (no author) | 2007-07-16 | 4 | -16/+38 |
| * | Adding rpm as a specific command to :rug | luke | 2007-07-13 | 1 | -0/+1 |
| * | Applying patch from #714 -- aptrpm now loads on RHEL | luke | 2007-07-12 | 1 | -3/+3 |
| * | Ignore the pkg directory if it exists, and fix up a couple of tests that were... | (no author) | 2007-07-09 | 2 | -0/+18 |
| * | Applying patch by DavidS from #697 to allow host names to be double quoted | luke | 2007-07-08 | 1 | -3/+5 |
| * | Fixing the dpkg querying so that it works for packages that are in "config-fi... | luke | 2007-07-06 | 1 | -2/+6 |
| * | Fixed #680 puppet should handle internet enabled image files correctly. | mccune | 2007-07-05 | 1 | -1/+1 |
| * | Removing the long-obsolete Element base class. The Parameter and Type classe... | luke | 2007-07-04 | 1 | -1/+0 |
| * | Added documentation for pkgdmg provider in the provider desc accessor as per ... | mccune | 2007-06-18 | 1 | -7/+79 |
| * | Fixing my stupid fix of Matt's work. I conflated :versionable and :upgradeab... | luke | 2007-06-18 | 8 | -0/+16 |
| * | Adding fink package provider. | luke | 2007-06-18 | 1 | -0/+87 |
| * | Updating the has_version work that Matt did -- the only thing he missed was t... | luke | 2007-06-18 | 9 | -16/+6 |
| * | Applying patch by trombik to fix #628. | luke | 2007-06-18 | 1 | -1/+1 |
| * | Applying patch by trombik from #624. | luke | 2007-06-18 | 1 | -1/+2 |
| * | fixing the appdmg provider to load the package provider base class, and tryin... | luke | 2007-06-18 | 1 | -0/+1 |
| * | Adding appdmg package provider from #641. | luke | 2007-06-18 | 1 | -0/+117 |
| * | Fixing the yum provider, and fixing the unit tests so the failures people wer... | luke | 2007-06-17 | 2 | -8/+6 |
| * | Fixing (hopefully) the last two providers that had "resource.is" calls | luke | 2007-06-14 | 2 | -2/+2 |
| * | Fixing sun package provider | luke | 2007-06-14 | 1 | -1/+1 |
| * | Applying patch from #666 by Rainhead and monachus | luke | 2007-06-13 | 1 | -1/+7 |
| * | Adding (slightly modified) urpmi support from #592 by Devin | luke | 2007-06-08 | 1 | -0/+51 |
| * | Finishing off the type/provider interface work, including adding package pref... | luke | 2007-06-08 | 18 | -45/+51 |
| * | Significantly reworked the type => provider interface with respect to | luke | 2007-06-04 | 10 | -39/+31 |
| * | Changing --show-available to --showall, as requisted by Jeremy Dreese on the ... | luke | 2007-05-31 | 1 | -1/+1 |
| * | Switch the package type to use a :versionable feature, and convert all provid... | mpalmer | 2007-05-30 | 16 | -56/+16 |
| * | Fixing up2date name matching, as mentioned by Jeremy Dreese on the list | luke | 2007-05-30 | 1 | -1/+1 |
| * | Mark all package providers that don't currently report themselves as being ve... | mpalmer | 2007-05-30 | 6 | -0/+24 |
| * | Correct a problem with the dpkg provider's handling of the :purged state, and... | mpalmer | 2007-05-25 | 1 | -1/+1 |
| * | Fixing the "is" related problems in yum and rpm support, but there are still ... | luke | 2007-05-14 | 2 | -6/+21 |
| * | Attempting to fix the fact that the yum package provider calls [] on the ensu... | luke | 2007-05-14 | 1 | -1/+1 |
| * | Fixing #605 -- providers now refer to @resource or @resource_type. | luke | 2007-05-09 | 18 | -103/+103 |
| * | 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 |