Phil Schaffner yazmış:
well,thanks.by emptying yum.conf file and adding dries.repo under /etc/yum.repos.d worked.On Sun, 2005-01-02 at 13:52 +0200, Mustafa Orkun wrote: ....
here is my new yum.conf:
# This is a yum.conf for Fedora Core.
....
[dries] name=Dries APT/YUM Repository baseurl=http://dries.studentenweb.org/yum/fedora/linux/$releasever/$basearch/dries ##gpgcheck=1
....
The repodata metadata for Dries is down one more level, Here's my /etc/yum.repos.d/dries.repo:
[dries] name=Dries repository for Fedora Core $releasever baseurl=http://apt.sw.be/dries/fedora/linux/$releasever/$basearch/dries/RPMS/ http://dries.studentenweb.org/yum/fedora/linux/$releasever/$basearch/dries/RPMS/ failovermethod=priority enabled=1 gpgcheck=1
I'd empty out the yum.conf entries and use only /etc/yum.repos.d/ files, but either approach should work as long as conflicting entries are not in both places. May also want to enable gpgcheck and grap Dries key using:
# rpm --import http://dries.ulyssis.org/ayo/RPM-GPG-KEY.dries.txt
[A google on "reponame gpg" will usually turn up reponame's GPG key.]
Phil
but i want to use Didier's repo of enlightenment 17.
neither adding to yum.conf nor creating a repo file for it worked. i get:
[root@localhost ~]# yum check-update Setting up Repo: dries repomd.xml 100% |=========================| 951 B 00:00 Setting up Repo: Didier Cannot open/read repomd.xml file for repository: Didier failure: repodata/repomd.xml from Didier: [Errno 256] No more mirrors to try.
can you or can anybody help with this one?