PDA

View Full Version : Fedora Yum Repositories changed 11-15-2003


Greg
11-15-2003, 12:52 PM
Here's a new yum.conf


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

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

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

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

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


[livna-stable]
name=Livna.org Fedora Compatible Packages (stable)
baseurl=http://rpm.livna.org/fedora/$releasever/$basearch/yum/stable
gpgcheck=1




[base] = Base distro packages
[updates-released] = Stable Released updates
[updates-testing] = Updates still in testing
[updates-devel] = Bleeding Edge updates
[livna-Stable] = Stable add in packages for Fedora


If you want to use the Testing or Development updates, uncomment those lines.

For more info on Redhat's Fedora Repositories go to http://fedora.redhat.com/

For more info on livna go to http://rpm.livna.org/

Greg
01-08-2004, 11:44 AM
The Red Hat repo is rather slow, as an aternative you may want to use these mirrors.

Thanks to http://fedora.artoo.net for this list.


##################
## Basic Fedora ##
##################

[base]
name=Fedora Core $releasever - $basearch - Base
baseurl=ftp://linux.stanford.edu/pub/mirrors/fedora/linux/core/$releasever/$basearch/os
baseurl=http://ftp.dulug.duke.edu/pub/fedora/linux/core/$releasever/$basearch/os
baseurl=http://mirrors.kernel.org/fedora/core/$releasever/$basearch/os
# baseurl=http://fedora.redhat.com/releases/fedora-core-$releasever
#gpgcheck=1

#[base-debuginfo]
#name=Fedora Core $releasever - $basearch - Debug Info
#baseurl=http://speakeasy.rpmfind.net/linux/fedora/core/$releasever/$basearch/debug
# baseurl=ftp://linux.stanford.edu/pub/mirrors/fedora/linux/core/$releasever/$basearch/debug
# baseurl=http://mirrors.kernel.org/fedora/core/$releasever/$basearch/os
##gpgcheck=1

[updates-released]
name=Fedora Core $releasever - $basearch - Released Updates
baseurl=http://mirrors.kernel.org/fedora/core/updates/$releasever/$basearch
baseurl=ftp://linux.stanford.edu/pub/mirrors/fedora/linux/core/updates/$releasever/$basearch
baseurl=http://speakeasy.rpmfind.net/linux/fedora/core/updates/$releasever/$basearch
baseurl=http://ftp.dulug.duke.edu/pub/fedora/linux/core/updates/$releasever/$basearch
# baseurl=http://fedora.redhat.com/updates/released/fedora-core-$releasever
#gpgcheck=1

#[updates-testing]
#name=Fedora Core $releasever - $basearch - Unreleased Updates
#baseurl=http://mirrors.kernel.org/fedora/core/updates/testing/$releasever/$basearch
# baseurl=http://ftp.dulug.duke.edu/pub/fedora/linux/core/updates/testing/$releasever/$basearch
## baseurl=http://fedora.redhat.com/updates/testing/fedora-core-$releasever
##gpgcheck=1

Greg
02-20-2004, 02:56 PM
In the above example the linux.stanford.edu repo just seems unavailable lately. I had to comment it out and use another repo.