Monday, October 09, 2006

Yum repos

yum.conf:

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

[at-stable]
name=ATrpms for Fedora Core $releasever stable
baseurl=http://apt.atrpms.net/fedora/$releasever/en/$basearch/at-stable

=============
[root@be yum.repos.d]# cat fedora-updates-testing.repo
[updates-testing]
name=Fedora Core $releasever - $basearch - Test Updates
#baseurl=http://download.fedora.redhat.com/pub/fedora/linux/core/updates/tes
ting/$releasever/$basearch/
mirrorlist=http://fedora.redhat.com/download/mirrors/updates-testing-fc$rele
asever
enabled=0
gpgcheck=1

[root@be yum.repos.d]# cat fedora-updates.repo
[updates-released]
name=Fedora Core $releasever - $basearch - Released Updates
#baseurl=http://download.fedora.redhat.com/pub/fedora/linux/core/updates/$re
leasever/$basearch/
mirrorlist=http://fedora.redhat.com/download/mirrors/updates-released-fc$rel
easever
enabled=1
gpgcheck=1

[root@be yum.repos.d]# cat fedora-devel.repo
[development]
name=Fedora Core $releasever - Development Tree
#baseurl=http://download.fedora.redhat.com/pub/fedora/linux/core/development
/$basearch/
mirrorlist=http://fedora.redhat.com/download/mirrors/fedora-core-rawhide
enabled=0

[root@myth yum.repos.d]# cat dag.repo
[dag]
name=Dag RPM Repository for Fedora Core
baseurl=http://rh-mirror.linux.iastate.edu/pub/dag/fedora/$releasever/en/$ba
search/dag
#baseurl=http://apt.sw.be/fedora/$releasever/en/$basearch/dag
gpgcheck=1
enabled=1