summaryrefslogtreecommitdiffstats
path: root/cobbler
Commit message (Expand)AuthorAgeFilesLines
* Missing commaMichael DeHaan2006-09-251-1/+1
* Fix filename casing bugMichael DeHaan2006-09-251-1/+1
* Shorten "file not found" strings since name detection has been loosened.Michael DeHaan2006-09-251-2/+2
* dhcp templating for individual systemsMichael DeHaan2006-09-223-2/+40
* More work on dhcp.conf templating.Michael DeHaan2006-09-221-4/+7
* generate elilo config files (that look mostly correct, pre-testing) asMichael DeHaan2006-09-222-14/+83
* Package elilo for IA64Michael DeHaan2006-09-222-2/+5
* Misc fixes to IA64 syncing. Bugs still to be resolved in naming elilo.conf f...Michael DeHaan2006-09-212-2/+2
* kickstart line in file is not different between elilo and syslinuxMichael DeHaan2006-09-211-6/+1
* Variable typos.Michael DeHaan2006-09-211-2/+2
* Added --pxe-arch command and documentation.Michael DeHaan2006-09-211-1/+2
* ia64 boot fixes as a result of testing.Michael DeHaan2006-09-215-22/+46
* Naming cleanup of a few variables now that we're dealing with moreMichael DeHaan2006-09-216-30/+27
* - Initial batch of changes to support (a) dhcpd.conf templating and (b)Michael DeHaan2006-09-215-8/+47
* Cobbler was missing the set_xen_ram function so the CLI wasn'tMichael DeHaan2006-09-202-0/+20
* Remove the xen_mac parameter on profile in favor of using the MAC asssigned t...Michael DeHaan2006-09-193-25/+2
* - Cheetah has problems parsing things that contain a $, prior to hitting the ...Michael DeHaan2006-09-181-1/+5
* - 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
* - modified Cobbler to keep tftp data in /tftpboot and web data in /var/www to...Michael DeHaan2006-09-132-46/+80
* - Fixing bug that didn't allow lowercase MAC input, now upcasing itMichael DeHaan2006-09-131-2/+2
* 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
* 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-134-38/+40
* Added templating support through new --ks_meta option which works like --kopt...Michael DeHaan2006-07-1211-38/+168
* Correct rpmlint errorsMichael DeHaan2006-06-281-2/+0
* Make cobbler use the Howell-Evans YAML parser now, so RHEL4 supportMichael DeHaan2006-06-2813-11/+1627
* 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-121-32/+15
|/
* Make unit tests use cobbler.py instead of the /usr/bin wrapper scriptMichael DeHaan2006-05-121-1/+4
* 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-111-0/+0
* 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-1120-15/+178
* 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-0912-161/+137
* Adding exception handling to remove the problem of propogating error codes a...Michael DeHaan2006-05-0813-109/+115
* Interim checkin while straightening out exceptions. The last_error bit remin...Michael DeHaan2006-05-0815-138/+169
* More pychecker. More comments.Michael DeHaan2006-05-0810-75/+48
* PyChecker.Michael DeHaan2006-05-0816-44/+162
* Unit tests pass again.Michael DeHaan2006-05-0818-87/+155
* Removed trailing whitespaceMichael DeHaan2006-05-056-10/+10
* Interim commit during refactoring. Pretty broken as a result of some cleanup...Michael DeHaan2006-05-0515-65/+128