summaryrefslogtreecommitdiffstats
path: root/cobbler/action_reposync.py
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2006-12-21 11:21:47 -0500
committerJim Meyering <jim@meyering.net>2006-12-21 11:21:47 -0500
commite4dc854170cb2dbb12c7da0c0db98e44e8a2bd6b (patch)
tree4450ab1fde36ca024cfc1489ad31b790e58c256e /cobbler/action_reposync.py
parentc75c7d145c0ad36493c005d1d6103d9c8f9ab29f (diff)
downloadthird_party-cobbler-e4dc854170cb2dbb12c7da0c0db98e44e8a2bd6b.tar.gz
third_party-cobbler-e4dc854170cb2dbb12c7da0c0db98e44e8a2bd6b.tar.xz
third_party-cobbler-e4dc854170cb2dbb12c7da0c0db98e44e8a2bd6b.zip
Python 2.5 for FC7/devel requires BuildRequires: python-devel
Diffstat (limited to 'cobbler/action_reposync.py')
-rw-r--r--cobbler/action_reposync.py1
1 files changed, 0 insertions, 1 deletions
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