Skip to content

Commit

Permalink
Merge pull request #20 from fedora-infra/feature/kojira
Browse files Browse the repository at this point in the history
Use the kojira repos to get the latest rawhide info.
  • Loading branch information
ralphbean committed Feb 23, 2015
2 parents f99f5f5 + 3b9d136 commit 9572984
Showing 1 changed file with 19 additions and 5 deletions.
24 changes: 19 additions & 5 deletions yum-config
Expand Up @@ -11,12 +11,26 @@ plugins=1
installonly_limit=3

# It is usually 90m. We'll expire often..
metadata_expire=10m
metadata_expire=5m

# We have only one repo to query...
[rawhide-source]
name=Rawhide Source
# We have three repos to query...
[rawhide-x86_64]
name=Rawhide x86_64
failovermethod=priority
baseurl=http://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/source/SRPMS/
baseurl=https://kojipkgs.fedoraproject.org/repos/rawhide/latest/x86_64/
enabled=1
gpgcheck=0

[rawhide-i386]
name=Rawhide i386
failovermethod=priority
baseurl=https://kojipkgs.fedoraproject.org/repos/rawhide/latest/i386/
enabled=1
gpgcheck=0

[rawhide-armhfp]
name=Rawhide armhfp
failovermethod=priority
baseurl=https://kojipkgs.fedoraproject.org/repos/rawhide/latest/armhfp/
enabled=1
gpgcheck=0

0 comments on commit 9572984

Please sign in to comment.