fdea5277cd
This would simplify changes in package list and (more important) make template-builder independent of layout of other repos (eg location of version file).
30 lines
901 B
Plaintext
30 lines
901 B
Plaintext
[main]
|
|
cachedir=/var/cache/yum/$basearch/$releasever
|
|
keepcache=0
|
|
debuglevel=2
|
|
logfile=/var/log/yum.log
|
|
exactarch=1
|
|
obsoletes=1
|
|
gpgcheck=1
|
|
plugins=1
|
|
installonly_limit=3
|
|
color=never
|
|
exclude=kernel
|
|
overwrite_groups=0
|
|
|
|
# This is the default, if you make this bigger yum won't see if the metadata
|
|
# is newer on the remote and so you'll "gain" the bandwidth of not having to
|
|
# download the new metadata and "pay" for it by yum not having correct
|
|
# information.
|
|
# It is esp. important, to have correct metadata, for distributions like
|
|
# Fedora which don't keep old packages around. If you don't like this checking
|
|
# interupting your command line usage, it's much better to have something
|
|
# manually check the metadata once an hour (yum-updatesd will do this).
|
|
# metadata_expire=90m
|
|
|
|
[template-builder-repo]
|
|
name = Qubes Template Builder Repository
|
|
baseurl = file://$YUM0/fc$releasever
|
|
gpgcheck = 0
|
|
cost=10
|