summaryrefslogtreecommitdiffstats
path: root/cobbler/action_sync.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* The fix for the very odd mod_python chokes on older Apache installs with seem...Michael DeHaan2007-01-251-9/+33
* Added syslog watcher script.mdehaan@mdehaan.rdu.redhat.com2007-01-221-0/+4
* Remove stray argument.Michael DeHaan2007-01-031-1/+1
* Upgrade httpd config for upgrades getting 0.3.6 so they can use kickstartMichael DeHaan2007-01-031-7/+9
* Update URL's used in profiles so they get tracked, but profile lists (via koa...Michael DeHaan2007-01-031-5/+6
* Back out start changes, as start can be determined by first file request if w...Michael DeHaan2007-01-031-9/+4
* Add kickstart pre-signaling to indicate starts in addition to stops.mdehaan@mdehaan.rdu.redhat.com2007-01-031-6/+11
* Track all image files so we can see the stage2 xfer.Michael DeHaan2007-01-031-1/+1
* Add FollowSymLinks option to httpd config, so that I can link to testMichael DeHaan2007-01-031-1/+1
* Log when kickstart files are requested.mdehaan@mdehaan.rdu.redhat.com2007-01-021-0/+1
* Renaming the kickstart_done portion and also not serving up the watcher's sou...mdehaan@mdehaan.rdu.redhat.com2007-01-021-0/+9
* Add additional Apache configuration to /etc/httpd/conf.d/cobblerMichael DeHaan2007-01-021-0/+8
* Don't delete python files placed in /var/www/cobbler.Michael DeHaan2007-01-021-1/+2
* Add code to minimize times when httpd is restarted during cobbler sync, plus ...Michael DeHaan2006-12-211-8/+35
* Hack to deal with not caching SSH known hosts values.mdehaan@mdehaan.rdu.redhat.com2006-12-201-1/+2
* Keep repo representation as strings.mdehaan@mdehaan.rdu.redhat.com2006-12-201-4/+2
* Changelog, + fix wget arguments for repo install.mdehaan@mdehaan.rdu.redhat.com2006-12-201-1/+1
* Rsync mirrors shouldn't use SSH.Michael DeHaan2006-12-201-2/+2
* (1) Fixing apparent path creation problem, which might not be a problem.mdehaan@mdehaan.rdu.redhat.com2006-12-181-0/+1
* Typo.mdehaan@mdehaan.rdu.redhat.com2006-12-181-2/+2
* Ensure repo type is converted to a list if not already a list.Michael DeHaan2006-12-181-2/+6
* Remaining parts of integrating yum.repos.d file configuration with repo mirro...Michael DeHaan2006-12-131-2/+4
* Adding createrepo calls to "cobbler reposync" ... working on auto-generating ...Michael DeHaan2006-12-131-0/+14
* Fix mirror URLMichael DeHaan2006-12-121-1/+1
* Preliminary support for repo mirroring.Michael DeHaan2006-12-121-2/+21
* Minor fix to /tftpboot codeMichael DeHaan2006-11-141-4/+6