summaryrefslogtreecommitdiffstats
path: root/cobbler
Commit message (Collapse)AuthorAgeFilesLines
* Interim commit during refactoring. Pretty broken as a result of some ↵Michael DeHaan2006-05-0515-65/+128
| | | | cleanup but it will get straightened out very soon. The main thing I'm doing here is to remove backreferences from the object tree and make the API simpler, so that folks using the API screw up less. This means making the CLI code simpler as well. The serializer has also been overhauled so it's not as much bolted on, although I have some fixing to do to make it work entirely correctly. Wanted to check all of this in case someone decided to patch something else, making diffing really complex in the interim. I'd recommend not patching anything else to this code as I'm not close to done, really.
* Get rid of swap fileMichael DeHaan2006-05-051-0/+0
|
* Interim commitMichael DeHaan2006-05-0518-130/+262
|
* Interim refactoring commitMichael DeHaan2006-05-0516-1597/+162
|
* Interim commit while refactoring. This breaks lots of stuff.Michael DeHaan2006-05-0514-719/+718
|
* Weakref additions prior to refactoringMichael DeHaan2006-05-054-6/+11
|
* Make /etc/cobbler.conf be packaged instead of being created, proper handling ↵Michael DeHaan2006-05-055-41/+40
| | | | of parse errors on config files, tweaking unit tests tempfile stuff since sync() test is currently broken by the tempfile changes (why??)
* Merging with mdehaan's changesMihai Ibanescu2006-05-044-195/+183
|\
| * Comparison function is simpler, and no need to sort when we need maxMihai Ibanescu2006-05-041-16/+16
| | | | | | | | reduce is a nice way to extract the max of a sequence.
| * s/cobber/cobbler/Mihai Ibanescu2006-05-041-8/+8
| |
| * Fixing regression in common constructorMihai Ibanescu2006-05-041-1/+1
| | | | | | | | When transcribing the constructors, moved one bracket too far to the right.
| * Moving code aroundMihai Ibanescu2006-05-041-158/+158
| | | | | | | | Just to define Collections after Items.
| * Reducing duplication in the constructorsMihai Ibanescu2006-05-041-27/+15
| | | | | | | | | | | | | | | | | | | | We define a top-level constructor in the base class and define an _item_factory that is the class to be instantiated for each item. The code as it is checked in now is broken because we reference the class before we define it in the global scope; but wanted the checkins to be separate, the next one will move all the Collection-related stuff after the Item-related stuff (but the diff would have been difficult to read)
| * Fixed so it doesn't fail on 64-bit platformsMihai Ibanescu2006-05-041-1/+1
| |
* | Switch to syck since Mihai has it packaged now. Check for syck brokenness ↵Michael DeHaan2006-05-043-9/+14
|/ | | | in main().
* Merged Michael's changes with mineMihai Ibanescu2006-05-049-182/+193
|
* Misc cobbler cleanup. Switched to the new yaml parser (it's uglier,Michael DeHaan2006-05-036-138/+169
| | | | | need to do something about that). Added some tests. Modified test code so it never clobbers a working install.
* Interim commit during packagingMichael DeHaan2006-05-038-0/+3123
|
* Intermediate commit during packaging. And some other stuff.Michael DeHaan2006-05-031-285/+0
|
* Remove serial console from kernel optionsMichael DeHaan2006-04-281-4/+0
|
* re-naming bootconf since a grub configurator stole my name this month.Michael DeHaan2006-04-211-0/+289