summaryrefslogtreecommitdiffstats
path: root/cobbler
Commit message (Expand)AuthorAgeFilesLines
* More generalized fix to aborted-createrepo ".olddata" problems, which nowMichael DeHaan2007-04-133-10/+20
* Teaching cobbler to remove .olddata files from previous createrepo runsMichael DeHaan2007-04-121-5/+72
* Kickstart tracking now mines the apache logs rather than relying on theMichael DeHaan2007-04-112-161/+113
* This commit adds a --rpm-list parameter to "cobbler repo add". --rpm-listMichael DeHaan2007-04-103-15/+112
* Disable mod_python tracking piece for RHEL5, as it is apparently causingMichael DeHaan2007-04-101-1/+1
* Doc cleanup.Michael DeHaan2007-04-052-30/+32
* Some cleanup/fixing in the reposync code.Michael DeHaan2007-04-051-8/+20
* Remove unneeded param.Michael DeHaan2007-04-051-1/+1
* (no commit message)Michael DeHaan2007-04-042-9/+22
* More better (TM) repo parameterization in kickstarts.Michael DeHaan2007-04-042-5/+9
* Correct some errors in kickstart templating for the new repo stuff ...Michael DeHaan2007-04-041-2/+3
* Remove redundant cobbler.pod from repository (official copy nowMichael DeHaan2007-04-041-1/+1
* Add preliminary support for RHEL5 tree management. This is ratherMichael DeHaan2007-04-033-48/+154
* Preliminary support for http:// and ftp:// mirrors via yum's reposync.Michael DeHaan2007-04-031-25/+76
* Improvements/fixes to the "DVD import" code so that they know more aboutMichael DeHaan2007-04-021-5/+35
* Fix bug with cobbler sync and older configs.Michael DeHaan2007-04-021-1/+1
* Store repo information as a list. This unbreaks --repos on "profile add"Michael DeHaan2007-03-281-1/+1
* Bind cobbler_syslogd to everything.Michael DeHaan2007-03-271-4/+1
* This is 0.4.5Michael DeHaan2007-03-233-27/+1
* This is release 0.4.4. I mean it this time :)Michael DeHaan2007-03-233-1977/+5
* Allow watcher script to stay running when it can't get a hostname during star...Michael DeHaan2007-03-221-1/+4
* Ongoing work for 0.4.4 -- misc tweaks/fixes, and continuation on the kernel-p...Michael DeHaan2007-03-226-20/+20
* Ongoing work on a better DVD import...Michael DeHaan2007-03-202-121/+157
* 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