From 6fce7098af2f4239420ad44d8359b897d986f795 Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Feb 19 2018 07:40:07 +0000 Subject: Branching F28 from rawhide Signed-off-by: Mohan Boddu --- diff --git a/fedora-28.repo b/fedora-28.repo new file mode 100644 index 0000000..03077f8 --- /dev/null +++ b/fedora-28.repo @@ -0,0 +1,34 @@ +[fedora-28] +name=Fedora 28 - $basearch +failovermethod=priority +#baseurl=http://download.fedoraproject.org/pub/fedora/linux/releases/28/Everything/$basearch/os/ +metalink=https://mirrors.fedoraproject.org/metalink?repo=fedora-28&arch=$basearch +enabled=1 +#metadata_expire=7d +repo_gpgcheck=0 +type=rpm +gpgcheck=1 +gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-28-$basearch +skip_if_unavailable=False +[fedora-28-updates] +name=Fedora 28 - $basearch - Updates +failovermethod=priority +#baseurl=http://download.fedoraproject.org/pub/fedora/linux/updates/28/$basearch/ +metalink=https://mirrors.fedoraproject.org/metalink?repo=updates-released-f28&arch=$basearch +enabled=1 +repo_gpgcheck=0 +type=rpm +gpgcheck=1 +metadata_expire=6h +gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-28-$basearch +skip_if_unavailable=False +[fedora-28-updates-testing] +name=Fedora 28 - $basearch - Test Updates +failovermethod=priority +#baseurl=http://download.fedoraproject.org/pub/fedora/linux/updates/testing/28/$basearch/ +metalink=https://mirrors.fedoraproject.org/metalink?repo=updates-testing-f28&arch=$basearch +enabled=1 +gpgcheck=1 +metadata_expire=6h +gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-28-$basearch +skip_if_unavailable=False diff --git a/fedora-atomic-host.json b/fedora-atomic-host.json index 917132f..3d4a8de 100644 --- a/fedora-atomic-host.json +++ b/fedora-atomic-host.json @@ -1,8 +1,8 @@ { - "ref": "fedora/rawhide/${basearch}/atomic-host", + "ref": "fedora/28/${basearch}/atomic-host", "ex-jigdo-spec": "fedora-atomic-host.spec", - "repos": ["fedora-rawhide"], + "repos": ["fedora-28", "fedora-28-updates"], "selinux": true, diff --git a/fedora-rawhide.repo b/fedora-rawhide.repo deleted file mode 100644 index e5d6336..0000000 --- a/fedora-rawhide.repo +++ /dev/null @@ -1,7 +0,0 @@ -[fedora-rawhide] -name=Fedora rawhide $basearch -#baseurl=http://download.fedoraproject.org/pub/fedora/linux//development/rawhide/$basearch/os/ -mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=rawhide&arch=$basearch -enabled=0 -gpgcheck=0 -metadata_expire=1d