summaryrefslogtreecommitdiffstats
path: root/config/settings
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2007-11-01 18:32:33 -0400
committerMichael DeHaan <mdehaan@redhat.com>2007-11-01 18:32:33 -0400
commit4fecb38e0ca6eac21b5093aa4122c597ce4f23e1 (patch)
tree9644f14fefebb9167522e06e468bfac992353750 /config/settings
parenta5b3913efb93946974bd3c9444a3810250378ccc (diff)
downloadthird_party-cobbler-4fecb38e0ca6eac21b5093aa4122c597ce4f23e1.tar.gz
third_party-cobbler-4fecb38e0ca6eac21b5093aa4122c597ce4f23e1.tar.xz
third_party-cobbler-4fecb38e0ca6eac21b5093aa4122c597ce4f23e1.zip
Since some versions of yumdownloader don't support --resolve, allow people to remove
it by moving it to the configuration file. By default, it will be there, but this provides a fix for those running OS's with an old version of yum/yumdownloader. If -resolve is not in settings, --rpmlist on "cobbler repo add" needs to include all dependencies for the packages listed, which could be a rather long list.
Diffstat (limited to 'config/settings')
-rw-r--r--config/settings2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/settings b/config/settings
index ac0f7b0..10f8892 100644
--- a/config/settings
+++ b/config/settings
@@ -29,4 +29,4 @@ xmlrpc_port: 25151
xmlrpc_rw_enabled: 0
xmlrpc_rw_port: 25152
yum_core_mirror_from_server: 0
-
+yumdownloader_flags: "-resolve"