summaryrefslogtreecommitdiffstats
path: root/cobbler/action_reposync.py
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@mdehaan.rdu.redhat.com>2007-08-28 17:10:48 -0400
committerMichael DeHaan <mdehaan@mdehaan.rdu.redhat.com>2007-08-28 17:10:48 -0400
commit687c16acdfeb50cae6a5299a5e6b0866346f6bde (patch)
treeadf9a19ff4e78dccf8f4bb6acdb963f0b27182db /cobbler/action_reposync.py
parent87bd1494bd13f9ab5f0eccc7d239e452cb32bd48 (diff)
downloadthird_party-cobbler-687c16acdfeb50cae6a5299a5e6b0866346f6bde.tar.gz
third_party-cobbler-687c16acdfeb50cae6a5299a5e6b0866346f6bde.tar.xz
third_party-cobbler-687c16acdfeb50cae6a5299a5e6b0866346f6bde.zip
So it /is/ resolve.
Diffstat (limited to 'cobbler/action_reposync.py')
-rw-r--r--cobbler/action_reposync.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cobbler/action_reposync.py b/cobbler/action_reposync.py
index 491eb27..8c7e242 100644
--- a/cobbler/action_reposync.py
+++ b/cobbler/action_reposync.py
@@ -131,7 +131,7 @@ class RepoSync:
# older yumdownloader sometimes explodes on --resolvedeps
# if this happens to you, upgrade yum & yum-utils
- cmd = "/usr/bin/yumdownloader --resolvedeps -c %s --destdir=%s %s" %(temp_file, dest_path, " ".join(repo.rpm_list))
+ cmd = "/usr/bin/yumdownloader --resolve -c %s --destdir=%s %s" %(temp_file, dest_path, " ".join(repo.rpm_list))
print _("- %s") % cmd
cmds.append(cmd)
else: