summaryrefslogtreecommitdiffstats
path: root/cobbler/action_sync.py
Commit message (Expand)AuthorAgeFilesLines
* Add in a mechanism for a generic "on change" trigger, that is called on all a...Michael DeHaan2009-03-111-0/+3
* Working on moving stock triggers over to be python based, while still support...Michael DeHaan2009-02-121-2/+2
* Don't remove the aux directoryJames Laska2009-01-221-1/+1
* Bill Peck's patch adding a new power type.Michael DeHaan2009-01-131-1/+2
* (A) It is unneccessary to run restorecon when the contexts on the directories...Michael DeHaan2009-01-051-28/+62
* Apply James Laska's yaboot patchMichael DeHaan2008-12-121-0/+8
* Patch #2 for cobbler template-files additionJames Cammarata2008-09-271-2/+6
* At Spot's suggestion, make sure all source code files include the correct GPL...Michael DeHaan2008-08-131-3/+11
* Cobbler system objects can now descend from systems as well as objects, and i...Michael DeHaan2008-08-051-0/+1
* Make yum repo config for yum_post_install_mirror fully dynamicMichael DeHaan2008-07-231-4/+0
* Update cobbler check to help with vsftpd setup, needed for our planned pseudo...Michael DeHaan2008-07-151-0/+2
* Fix mkdir invocation, since we no longer own the RPMsMichael DeHaan2008-06-091-2/+2
* Do not own tftpboot, but create subdirs as needed automatically.Michael DeHaan2008-05-291-0/+7
* Various DNS/DHCP work.Michael DeHaan2008-05-021-7/+7
* Working on moving DNS/DHCP management to cobbler/modules (uses modules.conf)Michael DeHaan2008-05-021-11/+7
* Adjusting the dhcp patch some, prior to moving it all into modules/Michael DeHaan2008-05-021-1/+1
* Apply John Eckersberg's patch for BIND management.Michael DeHaan2008-05-021-0/+4
* Abstract out sync code into it's constituent parts, plus some packaging chang...Michael DeHaan2008-04-181-477/+18
* Kickstarts are now dynamically generated by mod_python, CGI's now fallMichael DeHaan2008-04-181-357/+8
* Replaced the existing cobbler pre/post install triggers system with a much mo...Michael DeHaan2008-04-151-19/+37
* Now possible to override snippets on a per-profile or per-system basis, as di...Michael DeHaan2008-04-111-213/+46
* Two things -- (A) remove rhpl dep as we aren't using it and we want to useMichael DeHaan2008-04-091-1/+1
* Apply iranzo's memtest patchMichael DeHaan2008-04-091-2/+51
* Add a --owner to all the objects, plus associated API calls and backend stuff...Michael DeHaan2008-03-261-11/+12
* Apply patch to make disabled repos (using new --yumopts feature) not be used ...Michael DeHaan2008-03-171-3/+7
* Adding patch to send hostnameMichael DeHaan2008-03-121-0/+2
* Added in a possible workaround for a user problem with source_repos in an upg...Michael DeHaan2008-02-131-0/+5
* Keep leading newline from appearing in template files.Michael DeHaan2008-01-221-0/+4
* Added http_port parameter to settings so Apache can run on ports other than 80.Michael DeHaan2008-01-101-9/+8
* Rename some templates, remove proxy logic that is not necc. for new performanceMichael DeHaan2007-12-201-10/+7
* -b option to wget isn't available in busybox, and we don't need it, so don't ...Michael DeHaan2007-12-201-3/+3
* The repo management code generates some things on a per-profile basis whichMichael DeHaan2007-12-181-2/+2
* Performance tweaking and benchmarks.Michael DeHaan2007-12-121-2/+5
* Lots of logging improvements, keep sync from blitzing the WebUIMichael DeHaan2007-12-061-1/+1
* Work on making the default service authenticator grok Apache htdigest files.Michael DeHaan2007-12-051-0/+1
* Slight changes to post install triggers patch, namely adding some underscores.Michael DeHaan2007-11-291-2/+2
* 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