summaryrefslogtreecommitdiffstats
path: root/cobbler/yaml
Commit message (Collapse)AuthorAgeFilesLines
* (A) The Python-yaml open source code that we had been using apparently ↵Michael DeHaan2008-04-1711-0/+70
| | | | | | didn't have copyright headers (not sure why, we absolutely positively want them there) so I'm adding them now. Similarly, I have included a copy of the license of the library in the docs directory. (B) This checkin also includes some work on the status command.
* Disabling of anchors in YAML serialization, which makes configuration files ↵Michael DeHaan2007-02-201-7/+9
| | | | | | | | | | much easier to read/edit/understand once disabled. Anchors are basically pointers to pieces of text strings that prevent them from being repeated, but in cobbler, they really don't add any value. For users with configuration files that are still using anchors (&1, *1, etc), running "cobbler reserialize" can remove them once upgraded to this version -- though that is not neccessary.
* Earlier cobbler runs were tainted from an RHN yaml install. These ↵Michael DeHaan2006-07-203-5/+7
| | | | | | modifications to the yaml tree allow for relative import and do not break cobbler when yaml isn't installed.
* action_sync now outputs kickstart_sys files in PXE-encoded format for ↵Michael DeHaan2006-07-133-25/+25
| | | | | | | consistancy Fixed setup.py version trailing spaces
* Make cobbler use the Howell-Evans YAML parser now, so RHEL4 supportMichael DeHaan2006-06-2811-0/+1617
will be possible (Syck needs Python 2.4).