| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix service.list, in particular for the redhat provider | lutter | 2006-12-14 | 1 | -0/+8 |
* | Reworking the package tests. Now providers are tested individually | luke | 2006-12-14 | 4 | -4/+21 |
* | Another round of bug fixing. Now everything passes except mounts, at least o... | luke | 2006-12-13 | 1 | -0/+3 |
* | Never default to rpm provider; use up2date on RedHat. This also works on RHEL... | lutter | 2006-12-13 | 2 | -1/+1 |
* | Fixing backwards compatibility in mounts -- they were not correctly copying t... | luke | 2006-11-16 | 1 | -1/+1 |
* | Fixes to the test system, and a couple of small fixes to the main code. Also... | luke | 2006-11-13 | 1 | -170/+170 |
* | Fixing a small syntax error in the port provider | luke | 2006-11-13 | 1 | -2/+1 |
* | Ported sshkey over, yay. | luke | 2006-11-13 | 2 | -47/+35 |
* | Adding a NetInfo provider for hosts. Yay! | luke | 2006-11-13 | 4 | -68/+96 |
* | Hosts now work again, and it should be straightforward to create a netinfo pr... | luke | 2006-11-13 | 3 | -54/+44 |
* | Ports are still broken, but I need to work on something else while I am think... | luke | 2006-11-13 | 2 | -106/+150 |
* | Trying to get a netinfo provider for mounts working, but i give up. I am lea... | luke | 2006-11-12 | 5 | -36/+81 |
* | Mounts work again, at least with the parsedfile provider. I still need to cr... | luke | 2006-11-12 | 2 | -185/+133 |
* | An intermediate commit. All of the classes that use parsedfile are assuredly... | luke | 2006-11-11 | 2 | -89/+168 |
* | Fixing some warnings | luke | 2006-11-10 | 2 | -8/+4 |
* | fixing #327; debian packages now correctly register their "latest" status | luke | 2006-11-09 | 1 | -2/+2 |
* | Merging the code over from the oscar branch. I will now be doing all develop... | luke | 2006-11-08 | 1 | -1/+0 |
* | Another round of bug-fixes in preparation for 0.20.0 | luke | 2006-10-18 | 1 | -1/+2 |
* | Applying patch from #318. | luke | 2006-10-18 | 1 | -0/+45 |
* | Applying patch from #319. | luke | 2006-10-18 | 1 | -2/+2 |
* | sshkey now uses a provider | luke | 2006-10-17 | 1 | -0/+56 |
* | Ported mount over to using providers | luke | 2006-10-17 | 1 | -0/+174 |
* | Fixing ports to now use a provider | luke | 2006-10-17 | 1 | -0/+139 |
* | Working on migrating the parsedtypes to using providers for the parsing aspec... | luke | 2006-10-17 | 2 | -0/+252 |
* | 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 |
* | Adding some documentation to the programmer's documentation introducing the c... | ajax | 2006-10-14 | 1 | -1/+1 |
* | 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 |
* | Fixing the same bug in the netinfo provider -- it was retrieving the "is" val... | luke | 2006-09-19 | 1 | -11/+9 |
* | 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 |
* | Fixing #267. The problem was that the user provider was retrieving the @is v... | luke | 2006-09-15 | 5 | -13/+10 |
* | Modifying the provider base class so that it defines a method for every used ... | luke | 2006-09-06 | 16 | -225/+69 |
* | Adding aptitude support, including a new util::package module that provides a... | luke | 2006-09-06 | 2 | -3/+26 |
* | Adding hasrestart parameter to services | luke | 2006-09-05 | 1 | -19/+9 |
* | Adding further gentoo support -- finalized portage support, plus conf and ini... | luke | 2006-09-05 | 1 | -23/+19 |
* | A small fix to the install/update aspects of packaging. | luke | 2006-09-05 | 1 | -1/+5 |
* | Fixing the package type so that :ensure is always used for version specificat... | luke | 2006-09-05 | 9 | -24/+19 |
* | Applying a patch from Jose Gonzalez Gomez; apparently this makes package upda... | luke | 2006-09-05 | 1 | -1/+1 |
* | Adding portage support again, since it was added in the branch i reverted | luke | 2006-09-05 | 1 | -0/+124 |
* | Removing all of the changes I made towards refactoring in the last couple of ... | luke | 2006-09-05 | 7 | -903/+0 |
* | Committing a small amount of work in cron. I have decided that this is too l... | luke | 2006-09-05 | 2 | -1/+168 |
* | Committing functional mount support. All that's left in this chunk of work i... | luke | 2006-09-05 | 1 | -0/+171 |
* | Adding first version of the portage provider, as contributed by Jose Gonzalez... | luke | 2006-09-04 | 1 | -0/+124 |
* | Ports now work with a provider | luke | 2006-09-04 | 1 | -0/+139 |
* | Fixing SSHKey support. | luke | 2006-09-03 | 2 | -2/+58 |