PDA

View Full Version : Original yum.conf


Phbs83
2004-05-19, 06:34 AM CDT
Hi guys, can someone send me what the unedited yum.conf for Fedora Core 2 Tettnang should look like? I really want just the original file, without any modifications. Thanks.

Pegasus
2004-05-19, 06:43 AM CDT
[main]
cachedir=/var/cache/yum
debuglevel=2
logfile=/var/log/yum.log
pkgpolicy=newest
distroverpkg=redhat-release
tolerant=1
exactarch=1
retries=20

[base]
name=Fedora Core $releasever - $basearch - Base
baseurl=http://download.fedora.redhat.com/pub/fedora/linux/core/$releasever/$basearch/os/

[updates-released]
name=Fedora Core $releasever - $basearch - Released Updates
baseurl=http://download.fedora.redhat.com/pub/fedora/linux/core/updates/$releasever/$basearch/

#[updates-testing]
#name=Fedora Core $releasever - $basearch - Unreleased Updates
#baseurl=http://download.fedora.redhat.com/pub/fedora/linux/core/updates/testing/$releasever/$basearch/

#[development]
#name=Fedora Core $releasever - Development Tree
#baseurl=http://download.fedora.redhat.com/pub/fedora/linux/core/development/$basearch/

Phbs83
2004-05-19, 06:52 AM CDT
Thanks a lot:)

pluster
2004-12-03, 01:29 AM CST
hi .. i just downloaded a new yum.conf--- but overwrited the old one.. (messed you).. i whoult like to have the old one (Standard on FC3)... just for reference and to undersand the changes better !!

Thanks

Pegasus
2004-12-03, 01:42 AM CST
Fedora Core 3 (Heidelberg) yum.conf:

[main]
cachedir=/var/cache/yum
debuglevel=2
logfile=/var/log/yum.log
pkgpolicy=newest
distroverpkg=redhat-release
tolerant=1
exactarch=1
retries=2
obsoletes=1
gpgcheck=1

# PUT YOUR REPOS HERE OR IN separate files named file.repo
# in /etc/yum.repos.d

pluster
2004-12-03, 02:34 AM CST
Thanks !! :)