From 39ad540c08a2b9eadefa9862b6bab42e085dafbc Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Wed, 14 Nov 2007 12:14:56 -0500 Subject: Disable the blender cache as it's running afoul of the sync code, mixing up profiles/systems data incorrectly when blending objects for cobbler/sync. --- cobbler/action_reposync.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cobbler/action_reposync.py') diff --git a/cobbler/action_reposync.py b/cobbler/action_reposync.py index 74a4d0d..1cbb6e2 100644 --- a/cobbler/action_reposync.py +++ b/cobbler/action_reposync.py @@ -217,7 +217,7 @@ class RepoSync: def create_local_file(self, repo, dest_path, output=True): """ Two uses: - (A) output=True, Create local files that can be used with yum on provisioned clients to make use of thisi mirror. + (A) output=True, Create local files that can be used with yum on provisioned clients to make use of this mirror. (B) output=False, Create a temporary file for yum to feed into yum for mirroring """ -- cgit