summaryrefslogtreecommitdiffstats
path: root/cobbler/action_sync.py
Commit message (Expand)AuthorAgeFilesLines
* Initial application of Tim V's patch to enable post install triggers.Michael DeHaan2007-11-291-1/+5
* Quote wget args to avoid creating stray files.Michael DeHaan2007-11-291-4/+4
* Changes to make "cobbler ___ report [___]" and "cobbler ___ list" work like t...Michael DeHaan2007-11-271-0/+1
* Detect when the NFS path given by the user is missing the colon, and warn the...Michael DeHaan2007-11-261-1/+4
* Fixes baseurls used in repo setup. For instance, if running RHEL5.1, the kic...Michael DeHaan2007-11-131-8/+22
* Fix the part that configures yum on the installed machines/etc for when there...Michael DeHaan2007-11-091-5/+6
* Make copyfile understand that if it can't copy a file to itself it shouldn'tMichael DeHaan2007-11-071-2/+5
* Changes to make the overhauled repo templating work with source repositories ...Michael DeHaan2007-11-051-6/+7
* Remove debug code.Michael DeHaan2007-11-051-2/+0
* Optimize sync performance by caching the results of calls to "blender".Michael DeHaan2007-11-051-22/+23
* Slight tweak to make imports work with new repo generationMichael DeHaan2007-11-021-1/+1
* Making sync use the new mirror parameter.Michael DeHaan2007-11-021-2/+2
* Work on getting the repos to be templated, largely complete, pending more tes...Michael DeHaan2007-11-021-25/+63
* In the process of making all repositories templates so we can apply the value...Michael DeHaan2007-11-021-44/+94
* Code to wire up the new --server-override to the sync code. This leaves off ...Michael DeHaan2007-11-011-16/+17
* Fix for cobbler's dhcp generation behavior with the new interface representat...Michael DeHaan2007-10-311-4/+8
* Call deserialize after the pre-sync triggers are run to allow those triggers ...Michael DeHaan2007-10-241-1/+15
* Remove a circular import between the serializer and the API that was confusin...Michael DeHaan2007-10-231-12/+13
* Service restarting has been abstracted out of the action_sync code, and is no...Michael DeHaan2007-10-191-26/+2
* code to move the CentOS repo had the repo name mispelled for CentOS-baseMichael DeHaan2007-10-161-1/+1
* Applied patch to symlink distro kernel/initrd parameters if they live in /tft...Michael DeHaan2007-10-151-2/+27
* Applied Jack's patch to keep kickstart values from being resolved as <<inheri...Michael DeHaan2007-10-121-1/+3
* Remove some dead code and update a few FIXMEs that no longer apply.Michael DeHaan2007-10-101-2/+0
* Fix typo in DHCP management function.Michael DeHaan2007-10-101-1/+1
* The stringification problem appears to lie in the serializer, so explicitly u...Michael DeHaan2007-10-091-2/+2
* A few bugfixes. Still working on multiple NICs.Michael DeHaan2007-10-091-1/+1
* Storing NICs in a hash for easier access + some refactoring + modifications t...Michael DeHaan2007-10-091-6/+4
* More work on the new multi-NIC code. Largely working at this point, sync hasMichael DeHaan2007-10-081-25/+32
* Make sync loop through interfaces.Michael DeHaan2007-10-081-57/+77
* In process of making NICs seperate data structures in cobbler, which requires...Michael DeHaan2007-10-081-3/+4
* Package the cobbler manpage as html as well as a docs page. Fix a broken doc...Michael DeHaan2007-09-191-1/+1
* Move all CGI scripts to a cobbler subdirectory under cgi-bin for namespacing.Michael DeHaan2007-09-191-2/+5
* Adds edit capability to distro and profile objects, plus some random hacking...Michael DeHaan2007-09-131-1/+1
* Check in beginings of Cobbler WebUI packaging (thanks: Al Tobey). More work ...Michael DeHaan2007-09-111-1/+1
* Checking in the read-write API with demo examples at the bottom of remote.pyMichael DeHaan2007-09-111-1/+2
* Added --dhcp-tag for multi-subnet configurationMichael DeHaan2007-09-071-3/+13
* removed deprecated enchant function/module (just use SSH!), config file cleanup.root2007-09-051-15/+0
* Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/cobblerMichael DeHaan2007-09-051-2/+28
|\
| * Add some extra debug output to point users at the problem when there is a syntaxroot2007-09-041-2/+7
| * Make cobbler not fetch the kickstart when it may be external and CGI based.root2007-09-041-3/+12
| * Adding code to save the kickstart file as /root/anaconda.ksroot2007-09-041-0/+12
* | Fix dhcpd.conf rendering bug.Michael DeHaan2007-09-051-1/+1
|/
* Fix logic in repo name creationMichael DeHaan2007-08-281-1/+1
* Allow for usage of Cheetah template variables (sans Cheetah) in configMichael DeHaan2007-08-281-0/+9
* Fix format stringMichael DeHaan2007-08-281-9/+1
* Fix bug in repo evaluation with inherited subprofiles.root2007-08-271-2/+2
* Ignore subdirectories found in /var/lib/cobbler/snippetsMichael DeHaan2007-08-271-0/+2
* Bugfixing for deleting systems that are not named after MAC addresses.Michael DeHaan2007-08-211-1/+1
* Also check mac address against None prior to adding dhcp entry for systemMichael DeHaan2007-08-211-2/+3
* Patch to allow snippets to be commented out in kickstart templatesroot2007-08-211-2/+7