summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Add html manpage targetMichael DeHaan2006-11-141-0/+1
|
* Correct rpmlint errorsMichael DeHaan2006-06-281-1/+3
|
* Interim checkin while straightening out exceptions. The last_error bit ↵Michael DeHaan2006-05-081-3/+3
| | | | | | | 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.
* Make /etc/cobbler.conf be packaged instead of being created, proper handling ↵Michael DeHaan2006-05-051-0/+1
| | | | of parse errors on config files, tweaking unit tests tempfile stuff since sync() test is currently broken by the tempfile changes (why??)
* Merged Michael's changes with mineMihai Ibanescu2006-05-041-10/+12
|
* install will clean first; don't run in subshell, use -f for rm insteadMihai Ibanescu2006-05-041-8/+4
|
* Packaging for cobblerMichael DeHaan2006-05-031-1/+1
|
* Interim commit during packagingMichael DeHaan2006-05-031-3/+16
|
* re-naming bootconf since a grub configurator stole my name this month.Michael DeHaan2006-04-211-4/+4
|
* Take out references to --autodiscover capability in xen-net-install (for now).Michael DeHaan2006-04-181-1/+1
|
* Misc 'TODO' items. This build has been tested somewhat but needs more. Man ↵Michael DeHaan2006-04-061-1/+2
| | | | page now reflects new capabilities and optional parameters, including per-group, per-system, and per-distro kernel parameter customization.
* Intermediate checkin. Working on various TODO features including ↵Michael DeHaan2006-04-061-0/+9
inheritable kernel options, moving kickstarts to URLs, improved listing, etc. This commit breaks some things that will be fixed shortly...