summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Bundling Cheetah for backwards compatibility, and associated changes to specf...Michael DeHaan2007-02-1959-17/+20017
* A few thingsMichael DeHaan2007-02-164-3/+9
* Escape dollar signs (related to new Cheetah changes). All dollar signs do no...Michael DeHaan2007-02-153-18/+18
* Changelog/spec updates and manpage additions.Michael DeHaan2007-02-153-4/+19
* 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-148-49/+130
* Further changes related to making cobbler own the directories it's using in /...Michael DeHaan2007-02-144-41/+63
* Some manpage cleanup in regards to the syncless and templating features.Michael DeHaan2007-02-141-7/+17
* Run check in post to ensure cobbler tree setup, such that distros/systems/pro...mdehaan@mdehaan.rdu.redhat.com2007-02-144-30/+43
* Converting storage for template parameters, kernel options, and repo lists (b...Michael DeHaan2007-02-148-105/+162
* Manpage changesMichael DeHaan2007-02-132-3/+7
* Moving back to Cheetah for templatingMichael DeHaan2007-02-133-16/+39
* Playing around with rendering options, but 'dot' is the only sane one.Michael DeHaan2007-02-131-2/+3
* Added pycallgraph code to generate a cobbler call graph, for exploringMichael DeHaan2007-02-132-1/+250
* 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-096-17/+40
|\
| * Added an optional --breed parameter for "distro add" that supports usage of a...Michael DeHaan2007-02-096-17/+40
* | 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-0113-222/+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
* Preparation for next release.Michael DeHaan2007-01-293-2/+8
* Fixing some errors found by rpmlint in the init scripts, as well as some corr...Michael DeHaan2007-01-294-11/+41
* release housekeepingMichael DeHaan2007-01-252-2/+2
* Have to change this too :)Michael DeHaan2007-01-251-1/+1
* glob the syslog, not the kicklog, for older systems that don't write the kick...Michael DeHaan2007-01-251-0/+3
* 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-256-11/+88
* 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
* Make /sbin/service --status-all work.mdehaan@mdehaan.rdu.redhat.com2007-01-231-3/+12
* Shinier happier service start/stop messages.Michael DeHaan2007-01-231-2/+8
* Adding cobbler syslog serviceMichael DeHaan2007-01-227-54/+150
* 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-223-1/+56
* Preparation for next release (when ready)Michael DeHaan2007-01-193-2/+8
* Make default kickstarts fully automatic. (Long time coming).Michael DeHaan2007-01-192-0/+28
* Added manpage documentation on kickstart tracking feature.Michael DeHaan2007-01-181-0/+16
* 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-046-25/+18
* Further work on kickstart tracking.mdehaan@mdehaan.rdu.redhat.com2007-01-042-14/+82
* 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
* Need to let everything pass through the filter, just don't log non tracked UR...mdehaan@mdehaan.rdu.redhat.com2007-01-042-22/+53