From: Alexander Todorov <atodorov@xxxxxx> --- plugins/local/local.conf | 18 ++++++++++++++++++ 1 files changed, 18 insertions(+), 0 deletions(-) diff --git a/plugins/local/local.conf b/plugins/local/local.conf index a91f7d5..dea0f21 100644 --- a/plugins/local/local.conf +++ b/plugins/local/local.conf @@ -1,8 +1,16 @@ [main] enabled=1 +# Path to the local repository. +# repodir = /var/lib/yum/plugins/local # Createreop options. See man createrepo [createrepo] +# This option lets you disable createrepo command. This could be useful +# for large repositories where metadata is priodically generated by cron +# for example. This also has the side effect of only copying the packages +# to the local repo directory. +# enabled = true + # If you want to speedup createrepo with the --cachedir option. Eg. # cachedir = /tmp/createrepo-local-plugin-cachedir # If you need to override the checksum with the --checksum option. Eg. @@ -14,3 +22,13 @@ skip_stat = false unique_md_filenames = true update = true databases = true + +# createrepo deltarpm support - set to true to enable. +# deltas = false + +# How many delta packages to build? +# num-deltas = 1 + +# Where to look for old packages? By default this is repodir. You can +# also specify a different directory which holds older packages. +# oldpackagedirs = /var/lib/yum/plugins/local -- 1.7.1 _______________________________________________ Yum mailing list Yum@xxxxxxxxxxxxxxxxx http://lists.baseurl.org/mailman/listinfo/yum