summaryrefslogtreecommitdiffstats
path: root/cobbler/action_sync.py
Commit message (Expand)AuthorAgeFilesLines
* Experimental support for provisioning Debian.Michael DeHaan2007-06-211-0/+2
* Fix status printingMichael DeHaan2007-06-211-3/+3
* Optional override of --kickstart on a per-system basis.Michael DeHaan2007-06-151-5/+6
* Make ksmeta variables available at top level again.Michael DeHaan2007-06-121-24/+6
* Add conceptual_parent concept, to allow tree retrieval of objects that may haveMichael DeHaan2007-06-121-14/+12
* Remove dead code.Michael DeHaan2007-06-121-31/+0
* Generalizes object blending and the concept of parentage to allow for later s...Michael DeHaan2007-06-111-120/+85
* Fix error in string translation changes.Michael DeHaan2007-06-011-2/+2
* Ongoing work on making system --names descriptive, plus manpage andMichael DeHaan2007-05-301-1/+1
* WIP: Allow system names to be anything, and gather mac address and IP fromMichael DeHaan2007-05-301-48/+25
* Begining of i18n of cobbler. Tests pass, works with English. Need to testMichael DeHaan2007-05-291-33/+27
* Starting to add i18n to cobbler using rhplMichael DeHaan2007-05-251-0/+3
* Change cobbler code to use /etc/ethers and /var/lib/cobbler/cobbler_hostsMichael DeHaan2007-05-241-10/+45
* Add support for dnsmasq as an alternative to ISC dhcpd.Michael DeHaan2007-05-241-24/+55
* Kickstart tracking now mines the apache logs rather than relying on theMichael DeHaan2007-04-111-87/+0
* Disable mod_python tracking piece for RHEL5, as it is apparently causingMichael DeHaan2007-04-101-1/+1
* Doc cleanup.Michael DeHaan2007-04-051-9/+10
* More better (TM) repo parameterization in kickstarts.Michael DeHaan2007-04-041-4/+5
* Correct some errors in kickstart templating for the new repo stuff ...Michael DeHaan2007-04-041-2/+3
* Add preliminary support for RHEL5 tree management. This is ratherMichael DeHaan2007-04-031-0/+22
* Fix bug with cobbler sync and older configs.Michael DeHaan2007-04-021-1/+1
* Ongoing work for 0.4.4 -- misc tweaks/fixes, and continuation on the kernel-p...Michael DeHaan2007-03-221-14/+5
* Ongoing work on a better DVD import...Michael DeHaan2007-03-201-3/+3
* Most of these diffs come from directory reorg/cleanup, though the main featur...Michael DeHaan2007-03-191-68/+79
* Updated cobbler TODO with messages from list.Michael DeHaan2007-03-151-0/+1
* dirname, not basename.Michael DeHaan2007-03-081-1/+1
* Some defensive programming around kernel options rendering, based on a error ...Michael DeHaan2007-02-221-2/+2
* Adding disable_netboot option for cobbler, which can be programatically exerc...Michael DeHaan2007-02-201-25/+19
* 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-191-1/+4
* Unbundling Cheetah.Michael DeHaan2007-02-191-8/+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-191-9/+19
* A few thingsMichael DeHaan2007-02-161-1/+1
* 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-151-44/+34
* Working on adding pxemenu support.Michael DeHaan2007-02-141-35/+112
* Further changes related to making cobbler own the directories it's using in /...Michael DeHaan2007-02-141-31/+27
* Run check in post to ensure cobbler tree setup, such that distros/systems/pro...mdehaan@mdehaan.rdu.redhat.com2007-02-141-23/+26
* Converting storage for template parameters, kernel options, and repo lists (b...Michael DeHaan2007-02-141-80/+64
* Moving back to Cheetah for templatingMichael DeHaan2007-02-131-12/+30
* Allow some variables to be None that really shouldn't ever be None, though fo...Michael DeHaan2007-02-121-8/+9
* merge with myselfMichael DeHaan2007-02-091-2/+5
|\
| * Added an optional --breed parameter for "distro add" that supports usage of a...Michael DeHaan2007-02-091-2/+5
* | Account for potential of per-system kickstart metadata variance.Michael DeHaan2007-02-021-26/+29
|/
* Removing a few other glitches related to the nosync code.Michael DeHaan2007-02-021-14/+18
* Minor fixes to sync flag stuff.Michael DeHaan2007-02-021-2/+2
* Work towards implementation of optional integrated "light" sync support, whic...Michael DeHaan2007-02-011-150/+121
* Added skeleton file (with notes) of how to do partial sync operationsMichael DeHaan2007-02-011-1/+13