summaryrefslogtreecommitdiffstats
path: root/cobbler/item.py
Commit message (Collapse)AuthorAgeFilesLines
* Import feature added (usable for things like /mnt/redhat)Michael DeHaan2006-10-131-2/+2
|
* Added a basic locking system to avoid multiple "sync" operations happening ↵Michael DeHaan2006-10-121-0/+10
| | | | at the same time -- not a huge risk -- but it ought to be guarded against.
* Added templating support through new --ks_meta option which works like ↵Michael DeHaan2006-07-121-0/+14
| | | | --kopts. The parameter is a space delimited list of key=value pairs, which allows the variables entered to be evaluated through Cheetah. Thus kickstarts are now Cheetah templates. All templating errors are ignored so usage of a $ in a template is still legal where it doesn't reference a variable. Error ignoring should be finer grained and this does need some tests. Currently this only works for kickstarts on filesystems, and I'm not sure what the behavior for http and nfs should be. Anyhow, fairly useful stuff.
* Added licensing and RH copyright. Pychecker (once again). Fixed one unit ↵Michael DeHaan2006-05-111-0/+8
| | | | test where I changed a command line syntax.
* PyChecker.Michael DeHaan2006-05-081-7/+2
|
* Unit tests pass again.Michael DeHaan2006-05-081-3/+5
|
* Interim commitMichael DeHaan2006-05-051-1/+4
|
* Interim refactoring commitMichael DeHaan2006-05-051-0/+8
|
* Interim commit while refactoring. This breaks lots of stuff.Michael DeHaan2006-05-051-0/+37