summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Interim commit in the middle of directory reorg.Michael DeHaan2007-03-1612-86/+29
* Updated TODOMichael DeHaan2007-03-161-0/+3
* Update TODOMichael DeHaan2007-03-151-3/+3
* Updated cobbler TODO with messages from list.Michael DeHaan2007-03-152-65/+14
* dirname, not basename.Michael DeHaan2007-03-081-1/+1
* Version bump / changelog.Michael DeHaan2007-03-023-2/+9
* 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
* Added tag release-0.4.3 for changeset 658faa7fb434518d1ef7a6393846cbbd57dc1445Michael DeHaan2007-02-281-0/+1
* Release stuffMichael DeHaan2007-02-282-3/+4
* 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-276-28/+36
* Some defensive programming around kernel options rendering, based on a error ...Michael DeHaan2007-02-221-2/+2
* Remove line continuations from description, as RPM doesn't have line continua...Michael DeHaan2007-02-211-8/+8
* Disabling of anchors in YAML serialization, which makes configuration files m...Michael DeHaan2007-02-202-7/+10
* Have to bump setup.py version also.Michael DeHaan2007-02-201-1/+1
* Release housekeeping for future version (not now).Michael DeHaan2007-02-202-1/+8
* 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-194-3/+10
* Fixes to work with older versions of Cheetah, small fix to system delete code...Michael DeHaan2007-02-195-5/+13
* Unbundling Cheetah.Michael DeHaan2007-02-193-22/+3
* 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-195-3/+9
* Added tag release-0.4.0 for changeset 3629e55bf84478d20e643868fb84b0cf85a3ac8dMichael DeHaan2007-02-191-0/+1
* Fix the backwards compatibility code around TEMPLATE:: and also changemdehaan@mdehaan.rdu.redhat.com2007-02-193-8/+8
* 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