summaryrefslogtreecommitdiffstats
path: root/cobbler/config.py
Commit message (Collapse)AuthorAgeFilesLines
* Various improvements to make the API more usable and cobbler a bitMichael DeHaan2007-04-191-1/+15
| | | | | | | | more efficient. Make both the Config and BootAPI objects Borgs, to prevent duplicate configuration records. Also do not implicitly serialize configuration objects unless the with_copy parameter is used.
* Implemented trigger support for tying in with other software.Michael DeHaan2007-04-161-1/+2
|
* Working on adding pxemenu support.Michael DeHaan2007-02-141-0/+3
|
* Preliminary support for repo mirroring.Michael DeHaan2006-12-121-0/+16
|
* Added licensing and RH copyright. Pychecker (once again). Fixed one unit ↵Michael DeHaan2006-05-111-1/+9
| | | | test where I changed a command line syntax.
* More pychecker. More comments.Michael DeHaan2006-05-081-3/+11
|
* PyChecker.Michael DeHaan2006-05-081-2/+40
|
* Unit tests pass again.Michael DeHaan2006-05-081-0/+3
|
* Interim commit during refactoring. Pretty broken as a result of some ↵Michael DeHaan2006-05-051-12/+19
| | | | 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.
* Interim commitMichael DeHaan2006-05-051-0/+65
|
* Interim commit while refactoring. This breaks lots of stuff.Michael DeHaan2006-05-051-209/+0
|
* Weakref additions prior to refactoringMichael DeHaan2006-05-051-1/+2
|
* Make /etc/cobbler.conf be packaged instead of being created, proper handling ↵Michael DeHaan2006-05-051-18/+7
| | | | of parse errors on config files, tweaking unit tests tempfile stuff since sync() test is currently broken by the tempfile changes (why??)
* Switch to syck since Mihai has it packaged now. Check for syck brokenness ↵Michael DeHaan2006-05-041-5/+5
| | | | in main().
* Merged Michael's changes with mineMihai Ibanescu2006-05-041-18/+24
|
* Misc cobbler cleanup. Switched to the new yaml parser (it's uglier,Michael DeHaan2006-05-031-63/+65
| | | | | 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-031-0/+211