summaryrefslogtreecommitdiffstats
path: root/cobbler/action_check.py
Commit message (Collapse)AuthorAgeFilesLines
* Further changes related to making cobbler own the directories it's using in ↵Michael DeHaan2007-02-141-8/+0
| | | | | | /var/www and /tftpboot. Plus some minor bugfixes down the error path.
* Run check in post to ensure cobbler tree setup, such that ↵mdehaan@mdehaan.rdu.redhat.com2007-02-141-0/+10
| | | | distros/systems/profiles can be added immediately, without the need to run "sync" to create the base directories.
* Fixes to dhcpd.conf and Itanium IA64 support as a result of lab tests.Michael DeHaan2006-10-061-1/+3
|
* ia64 boot fixes as a result of testing.Michael DeHaan2006-09-211-1/+1
|
* Naming cleanup of a few variables now that we're dealing with moreMichael DeHaan2006-09-211-7/+7
| | | | than pxelinux.0 (likely elilo.efi)
* - Initial batch of changes to support (a) dhcpd.conf templating and (b)Michael DeHaan2006-09-211-2/+11
| | | | supporting alternative boot loader architectures (like Itanium).
* Check on first line of tftp settings file should be removed.Michael DeHaan2006-07-211-5/+2
|
* 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.
* Interim checkin while straightening out exceptions. The last_error bit ↵Michael DeHaan2006-05-081-15/+14
| | | | | | | reminded me of the thing I hated most about Microsoft SDK/DDK programming (that being, last_error and inconsistant error handling), so it had to go.
* More pychecker. More comments.Michael DeHaan2006-05-081-2/+0
|
* PyChecker.Michael DeHaan2006-05-081-2/+16
|
* Unit tests pass again.Michael DeHaan2006-05-081-0/+119