summaryrefslogtreecommitdiffstats
path: root/cobbler
Commit message (Expand)AuthorAgeFilesLines
* Most of these diffs come from directory reorg/cleanup, though the main featur...Michael DeHaan2007-03-197-252/+165
* Updated cobbler TODO with messages from list.Michael DeHaan2007-03-151-0/+1
* dirname, not basename.Michael DeHaan2007-03-081-1/+1
* Tabs are evil.Michael DeHaan2007-03-021-1/+1
* Fixes to import tree URL's and repo parameter splitting, thanks to et-mgmt-to...Michael DeHaan2007-03-022-3/+6
* Kickstart metadata items are seperated by whitespace, not commas.Michael DeHaan2007-02-281-1/+1
* sseago's patch to set_kernel_options, plus some additional error handling aro...Michael DeHaan2007-02-272-3/+4
* Some defensive programming around kernel options rendering, based on a error ...Michael DeHaan2007-02-221-2/+2
* Disabling of anchors in YAML serialization, which makes configuration files m...Michael DeHaan2007-02-201-7/+9
* Adding disable_netboot option for cobbler, which can be programatically exerc...Michael DeHaan2007-02-204-39/+72
* Be a little nicer on file deletes, release housekeeping.Michael DeHaan2007-02-191-1/+1
* Fixes to work with older versions of Cheetah, small fix to system delete code...Michael DeHaan2007-02-192-3/+6
* Unbundling Cheetah.Michael DeHaan2007-02-191-8/+0
* Removing Cheetah, RHEL4/Centos users can find an RPM, so that's fair.Michael DeHaan2007-02-1953-18000/+0
* Bundle and install menu.c32 for those distros (like RHEL4) that don't package...Michael DeHaan2007-02-191-1/+1
* Fix the backwards compatibility code around TEMPLATE:: and also changemdehaan@mdehaan.rdu.redhat.com2007-02-191-1/+1
* Bundling Cheetah for backwards compatibility, and associated changes to specf...Michael DeHaan2007-02-1956-10/+19995
* A few thingsMichael DeHaan2007-02-162-1/+2
* Temporary menu support hack to work around menu.c32 timeout problems. User c...Michael DeHaan2007-02-151-3/+3
* More work on PXE menus. Getting there, just need timeout logic to work.Michael DeHaan2007-02-152-52/+35
* Working on adding pxemenu support.Michael DeHaan2007-02-145-37/+130
* Further changes related to making cobbler own the directories it's using in /...Michael DeHaan2007-02-142-39/+27
* Run check in post to ensure cobbler tree setup, such that distros/systems/pro...mdehaan@mdehaan.rdu.redhat.com2007-02-142-23/+36
* Converting storage for template parameters, kernel options, and repo lists (b...Michael DeHaan2007-02-148-105/+162
* Moving back to Cheetah for templatingMichael DeHaan2007-02-131-12/+30
* Kickstart metadata variable can't be None.Michael DeHaan2007-02-121-0/+2
* Allow some variables to be None that really shouldn't ever be None, though fo...Michael DeHaan2007-02-121-8/+9
* Remove variable/attribute confusion.Michael DeHaan2007-02-121-2/+2
* Adding syslogd to hg.Michael DeHaan2007-02-091-0/+52
* merge with myselfMichael DeHaan2007-02-095-15/+30
|\
| * Added an optional --breed parameter for "distro add" that supports usage of a...Michael DeHaan2007-02-095-15/+30
* | Account for potential of per-system kickstart metadata variance.Michael DeHaan2007-02-022-27/+32
|/
* Removing a few other glitches related to the nosync code.Michael DeHaan2007-02-022-14/+19
* Minor fixes to sync flag stuff.Michael DeHaan2007-02-022-4/+4
* Work towards implementation of optional integrated "light" sync support, whic...Michael DeHaan2007-02-0112-215/+207
* Skeleton code (currently does exactly what it used to do) for cobbler add/rem...Michael DeHaan2007-02-015-9/+36
* Added skeleton file (with notes) of how to do partial sync operationsMichael DeHaan2007-02-012-1/+106
* Have to change this too :)Michael DeHaan2007-01-251-1/+1
* glob the syslog not the kicklog, as the kicklog isMichael DeHaan2007-01-251-1/+1
* The fix for the very odd mod_python chokes on older Apache installs with seem...Michael DeHaan2007-01-251-9/+33
* Capture other done event such that either logfile mechanism is usable to dete...Michael DeHaan2007-01-231-2/+3
* Reset file/log counter between installs.Michael DeHaan2007-01-231-0/+1
* Adding cobbler syslog serviceMichael DeHaan2007-01-221-0/+52
* Upgrades to status reporting code. Now scans both log files (syslog + file x...Michael DeHaan2007-01-221-130/+118
* Added syslog watcher script.mdehaan@mdehaan.rdu.redhat.com2007-01-222-1/+6
* Polishing and Aligning status reports to new way of saving them.Michael DeHaan2007-01-041-10/+7
* Removing logrotation and keeping logs in seperate directory files, so we can ...Michael DeHaan2007-01-041-5/+6
* Further work on kickstart tracking.mdehaan@mdehaan.rdu.redhat.com2007-01-041-13/+81
* It's easier to generate reports with just one hash.mdehaan@mdehaan.rdu.redhat.com2007-01-041-8/+4
* Don't show tracebacks for Ctrl+C.mdehaan@mdehaan.rdu.redhat.com2007-01-041-0/+3