summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add RPM doc file informationMichael DeHaan2006-09-203-3/+4
* Doc updatesMichael DeHaan2006-09-191-15/+35
* Remove the xen_mac parameter on profile in favor of using the MAC asssigned t...Michael DeHaan2006-09-194-29/+2
* Manpage simplification and indentingMichael DeHaan2006-09-191-34/+112
* Update manpage to simplify the kickstart explanation and include the new "TEM...Michael DeHaan2006-09-181-11/+4
* - Cheetah has problems parsing things that contain a $, prior to hitting the ...Michael DeHaan2006-09-182-8/+15
* - Since /mnt/redhat images for Xen do not contain kernel and initrd version a...Michael DeHaan2006-09-181-2/+2
* - Fix bug in Apache conf file path substitutionMichael DeHaan2006-09-181-1/+1
* - SELinux -- Fix httpd conf file to use new pathMichael DeHaan2006-09-181-1/+1
* Import constant from correct module.Michael DeHaan2006-09-181-1/+2
* RPM fixes per FC packaging instructionsMichael DeHaan2006-09-152-1/+351
* - modified Cobbler to keep tftp data in /tftpboot and web data in /var/www to...Michael DeHaan2006-09-132-46/+80
* - Updated TODOMichael DeHaan2006-09-131-0/+2
* Updated TODO, which was pretty old.Michael DeHaan2006-09-132-18/+4
* - Fixing bug that didn't allow lowercase MAC input, now upcasing itMichael DeHaan2006-09-133-5/+7
* Check on first line of tftp settings file should be removed.Michael DeHaan2006-07-211-5/+2
* Add support for PXE default directory (cobbler system add --name=default ...)...Michael DeHaan2006-07-212-0/+5
* Cobbler imports syck. Don't do that.Michael DeHaan2006-07-211-4/+0
* How about valid dates in that change log?Michael DeHaan2006-07-201-1/+1
* ChangelogMichael DeHaan2006-07-201-1/+3
* Earlier cobbler runs were tainted from an RHN yaml install. These modificati...Michael DeHaan2006-07-203-5/+7
* Fixed printoutMichael DeHaan2006-07-131-1/+1
* action_sync now outputs kickstart_sys files in PXE-encoded format for consist...Michael DeHaan2006-07-137-43/+45
* Added templating support through new --ks_meta option which works like --kopt...Michael DeHaan2006-07-1214-47/+194
* Add yaml directory to setup.pyMichael DeHaan2006-07-111-1/+1
* Fix URL.Michael DeHaan2006-07-101-1/+1
* Updates for Fedora ExtrasMichael DeHaan2006-07-101-10/+9
* Fix dist fieldMichael DeHaan2006-06-281-1/+2
* Correct rpmlint errorsMichael DeHaan2006-06-283-10/+14
* Make cobbler use the Howell-Evans YAML parser now, so RHEL4 supportMichael DeHaan2006-06-2813-11/+1627
* Add URL to spec so Fedora Extras won't complainMichael DeHaan2006-05-181-1/+1
* Merging mdehaan's changesMihai Ibanescu2006-05-121-3/+1
|\
| * removing else branch after a returnMihai Ibanescu2006-05-121-3/+1
* | Remove api_call indirection and exception handling layer since tests had alre...Michael DeHaan2006-05-122-33/+16
|/
* Make unit tests use cobbler.py instead of the /usr/bin wrapper scriptMichael DeHaan2006-05-122-2/+5
* Make /usr/bin/cobbler work correctlyMichael DeHaan2006-05-121-2/+2
* Modified spec file to add dependencies and application group, /usr/bin/cobble...Michael DeHaan2006-05-112-1/+5
* Remove stray characters from gethostbyip, which interfere with PXE IP encoding.Michael DeHaan2006-05-111-1/+1
* Added licensing and RH copyright. Pychecker (once again). Fixed one unit te...Michael DeHaan2006-05-1122-20/+181
* Move docs to 3rd person and make them a bit more intelligible.Michael DeHaan2006-05-091-19/+22
* Tests don't need root either.Michael DeHaan2006-05-091-3/+0
* More nonroot checking.Michael DeHaan2006-05-091-1/+4
* Fixes to non-root error handling.Michael DeHaan2006-05-092-7/+22
* Simplified the command line, made a better 'list' function, some string and e...Michael DeHaan2006-05-0914-179/+146
* Adding exception handling to remove the problem of propogating error codes a...Michael DeHaan2006-05-0814-135/+145
* Interim checkin while straightening out exceptions. The last_error bit remin...Michael DeHaan2006-05-0816-141/+172
* More pychecker. More comments.Michael DeHaan2006-05-0810-75/+48
* PyChecker.Michael DeHaan2006-05-0816-44/+162
* Re-enable tmpdir test. GC/circular ref issues resolved.Michael DeHaan2006-05-081-3/+3
* Unit tests pass again.Michael DeHaan2006-05-0818-87/+155