From 4c1eed17d16ae28ea26341c9df9e5632002e4024 Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Feb 18 2018 07:49:19 +0000 Subject: Branching f28 from rawhide Signed-off-by: Mohan Boddu --- diff --git a/fedora-28-updates.repo b/fedora-28-updates.repo new file mode 100644 index 0000000..c9014ab --- /dev/null +++ b/fedora-28-updates.repo @@ -0,0 +1,7 @@ +[fedora-28-updates] +name=Fedora 28 $basearch Updates +#baseurl=http://download.fedoraproject.org/pub/fedora/linux//updates/28/$basearch/os/ +mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=updates-released-f28&arch=$basearch +enabled=0 +gpgcheck=0 +metadata_expire=1d diff --git a/fedora-28.repo b/fedora-28.repo new file mode 100644 index 0000000..a8ae271 --- /dev/null +++ b/fedora-28.repo @@ -0,0 +1,7 @@ +[fedora-28] +name=Fedora 28 $basearch +#baseurl=http://download.fedoraproject.org/pub/fedora/linux//development/rawhide/$basearch/os/ +mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=28&arch=$basearch +enabled=0 +gpgcheck=0 +metadata_expire=1d diff --git a/fedora-atomic-workstation.json b/fedora-atomic-workstation.json index 18be6c4..f57419a 100644 --- a/fedora-atomic-workstation.json +++ b/fedora-atomic-workstation.json @@ -1,6 +1,6 @@ { - "ref": "fedora/rawhide/x86_64/workstation", - "repos": ["fedora-rawhide"], + "ref": "fedora/28/x86_64/workstation", + "repos": ["fedora-28", "fedora-28-updates"], "include": "fedora-workstation-base.json", 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