From e4dc854170cb2dbb12c7da0c0db98e44e8a2bd6b Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Thu, 21 Dec 2006 11:21:47 -0500 Subject: Python 2.5 for FC7/devel requires BuildRequires: python-devel --- cobbler/action_reposync.py | 1 - 1 file changed, 1 deletion(-) (limited to 'cobbler/action_reposync.py') diff --git a/cobbler/action_reposync.py b/cobbler/action_reposync.py index 2aeffd1..276dd71 100644 --- a/cobbler/action_reposync.py +++ b/cobbler/action_reposync.py @@ -81,7 +81,6 @@ class RepoSync: arg = {} print "- walking: %s" % dest_path os.path.walk(dest_path, self.createrepo_walker, arg) - if repo.local_filename is not None and repo.local_filename != "": # this is a rather primative configuration in terms of yum options, but allows # for repos that were added with a value for --local-filename to provision a system -- cgit