summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Removed trailing whitespaceMichael DeHaan2006-05-056-10/+10
|
* Interim commit during refactoring. Pretty broken as a result of some ↵Michael DeHaan2006-05-0519-88/+137
| | | | 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-0519-153/+285
|
* Interim refactoring commitMichael DeHaan2006-05-0517-1633/+198
|
* Interim commit while refactoring. This breaks lots of stuff.Michael DeHaan2006-05-0514-719/+718
|
* Weakref additions prior to refactoringMichael DeHaan2006-05-055-8/+12
|
* Added __init__.py to testsMichael DeHaan2006-05-051-0/+0
|
* Make /etc/cobbler.conf be packaged instead of being created, proper handling ↵Michael DeHaan2006-05-059-49/+60
| | | | 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-045-213/+218
|\
| * Test case runs from a clean dir nowMihai Ibanescu2006-05-041-18/+35
| | | | | | | | We create temp dirs and we remove them when we're done.
| * 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-0415-445/+221
|
* packages should be enough hereMihai Ibanescu2006-05-041-2/+1
|
* Merged Michael's addition of setup.pyMihai Ibanescu2006-05-0417-225/+444
|\
| * install will clean first; don't run in subshell, use -f for rm insteadMihai Ibanescu2006-05-041-8/+4
| |
| * Added .hgignoreMihai Ibanescu2006-05-041-0/+1
| |
* | Fixed makefileMichael DeHaan2006-05-041-7/+7
| |
* | Working out some issues related to broken serializers, and some other ↵Michael DeHaan2006-05-046-38/+33
| | | | | | | | randomnessrelated to the packaging reorg of files.
* | Remove bootconf.man (no longer used), ran jim's whitespace patch.Michael DeHaan2006-05-0414-406/+189
| |
* | Add setup.pyMichael DeHaan2006-05-041-0/+35
|/
* Misc cobbler cleanup. Switched to the new yaml parser (it's uglier,Michael DeHaan2006-05-039-155/+217
| | | | | need to do something about that). Added some tests. Modified test code so it never clobbers a working install.
* Packaging for cobblerMichael DeHaan2006-05-033-6/+48
|
* Interim commit during packagingMichael DeHaan2006-05-0316-98/+52
|
* Intermediate commit during packaging. And some other stuff.Michael DeHaan2006-05-035-5/+52
|
* Updated example config, edited strings, removed file not in use.Michael DeHaan2006-05-023-9/+25
|
* Need to sync distro values to actual prior to writing yaml.Michael DeHaan2006-05-011-0/+3
|
* Edited TODOMichael DeHaan2006-05-011-0/+2
|
* Make kickstarts optional.Michael DeHaan2006-05-012-7/+4
|
* adding fileMichael DeHaan2006-04-281-0/+0
|
* Remove serial console from kernel optionsMichael DeHaan2006-04-282-5/+1
|
* xen_name_prefix doesn't seem to exist, assuming xen_name?Adrian Likins2006-04-271-1/+1
|
* s/file/fdAdrian Likins2006-04-271-21/+21
| | | | | using file as a var name will work most of the time, but it shadows a builtin, so weird stuff can popup
* assume this was supposed to be os.remove() since os.file.remove() doesn't existAdrian Likins2006-04-271-1/+1
|
* string exceptions are frowned up, use "stock" exceptions.NotImplementedErrorAdrian Likins2006-04-271-1/+2
|
* dir is a built, best if we dont reuse the name, it can causeAdrian Likins2006-04-271-3/+3
| | | | weird failures when you least expect it
* self.tftp_conf doesnt seem to exist, I assume this is supposed to be ↵Adrian Likins2006-04-271-1/+1
| | | | self.config.tftpd_conf
* Serialize kernel_optionsMichael DeHaan2006-04-271-0/+2
|
* auto-mirroring local kickstarts over http.Michael DeHaan2006-04-247-22/+58
|
* Fix kernel options.Michael DeHaan2006-04-241-1/+1
|
* Blend kernel options in profile & distro objects with those in higher level ↵Michael DeHaan2006-04-241-0/+11
| | | | classes for non-PXE, as we already do for PXE.
* Mirror tftp directories over httpMichael DeHaan2006-04-213-6/+33
|
* re-naming bootconf since a grub configurator stole my name this month.Michael DeHaan2006-04-2111-76/+43
|
* mergeMichael DeHaan2006-04-201-0/+0
|\