fedostree: Add standard repo files

These can be easily created, but it's nicer to have them pregenerated.
This commit is contained in:
Colin Walters 2014-01-31 17:15:00 -05:00
parent 3d6c5d840f
commit 9c702d2438
3 changed files with 28 additions and 0 deletions

15
fedostree/fedora-20.repo Normal file
View File

@ -0,0 +1,15 @@
[fedora-20]
name=Fedora 20 $basearch
#baseurl=http://mirror.pnl.gov/fedora/linux/releases/20/Everything/x86_64/os/
mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=fedora-20&arch=$basearch
enabled=0
gpgcheck=0
metadata_expire=7d
[fedora-20-updates]
name=Fedora 20 updates $basearch
#baseurl=http://mirror.pnl.gov/fedora/linux/updates/20/x86_64/
mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=updates-released-f20&arch=$basearch
enabled=0
gpgcheck=0
metadata_expire=7d

View File

@ -0,0 +1,6 @@
[fedora-rawhide]
name=Fedora rawhide $basearch
mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=fedora-rawhide&arch=$basearch
enabled=0
gpgcheck=0
metadata_expire=7d

View File

@ -0,0 +1,7 @@
[walters-rpm-ostree]
name=Copr repo for rpm-ostree owned by walters
description=RPM OSTree integration
baseurl=http://copr-be.cloud.fedoraproject.org/results/walters/rpm-ostree/fedora-20-$basearch/
skip_if_unavailable=True
gpgcheck=0
enabled=1