Mailinglist Archive: zypp-devel (50 mails)

< Previous Next >
Re: [zypp-devel] zypp.conf
  • From: Klaus Kaempf <kkaempf@xxxxxxx>
  • Date: Fri, 7 Sep 2007 09:38:11 +0200
  • Message-id: <20070907073811.GA10778@xxxxxxxxxxxxx>
* Martin Vidner <mvidner@xxxxxxx> [Sep 06. 2007 18:29]:
> I just thought I would set the refresh delay to 8 hours on my
> machine so I needed to edit the config file...
> please use this one as a stub.

Thanks a lot, Martin !

I have extended your stub a bit and added 'Valid values' and
'Default value' for every setting together with a bit of
explanation.


Klaus

---
SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nürnberg)

##
## Configuration file for software management
## used by yast and zypper
## /etc/zypp/zypp.conf
## zypp.conf with default values
## Boolean values are 0 1 yes no true false

[main]
##
## Override the detected architecture
##
## Valid values: i586, i686, x86_64, ppc, ppc64, ia64, s390, s390x
## Default value: Output of 'uname -m'
##
## ** Caution: only set if you know what you're doing !
##
# arch = s390


##
## Path where the repo metadata is downloaded and kept.
##
## Valid values: A directory
## Default value: /var/cache/zypp/raw
##
## Changing this needs a full refresh (incl. download) of all repository data
##
# metadatadir = /var/cache/zypp/raw


##
## Path where the known repositories * .repo files are kept
##
## Valid values: A directory
## Default value: /etc/zypp/repos.d
##
## Changing this invalidates all known repositories
##
# reposdir = /etc/zypp/repos.d


##
## Path where the processed cache is kept (this is where zypp.db is located)
##
## Valid values: A directory
## Default value: /var/cache/zypp
##
## Changing this needs a full refresh (except download) of all repository data
##
# cachedir = /var/cache/zypp


##
## Whether repository urls should be probed when added
##
## Valid values: boolean (0,1,yes,no,on,off)
## Default value: ?
##
## If true, accessability of repositories is checked immediately (when added)
##   (e.g. 'zypper ar' will check immediately)
## If false, accessability of repositories is checked when refreshed
##   (e.g. 'zypper ar' will delay the check until the next refresh)
##
# repo.add.probe = false
##
##
## Amount of time in minutes that must pass before another refresh.
##
## Valid values: Integer
## Default value: 10
##
##
# repo.refresh.delay = 10


##
## Whether to consider using a .patch.rpm when downloading a package, boolean
##
## Valid values: boolean (0,1,yes,no,on,off)
## Default value: true
##
## Using a patch rpm will decrease the download size for package updates
## since it does not contain all files of the package but only the changed ones.
##
# download.use_patchrpm = true


##
## Whether to consider using a .delta.rpm when downloading a package, boolean
##
## Valid values: boolean (0,1,yes,no,on,off)
## Default value: true
##
## Using a delta rpm will decrease the download size for package updates
## since it does not contain all files of the package but only the binary
## diff of changed ones.
##
# download.use_deltarpm = true

[locking]
##
## FIXME which key?
##
## Valid values: boolean (0,1,yes,no,on,off)
## Default value: false
##
##
# autolock_untrustedvendor = false
< Previous Next >
Follow Ups
References