From 4ff785ce4cf6bab5bd4003fe46ae5aed1d16db03 Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Feb 27 2019 14:33:23 +0000 Subject: Branching F30 from rawhide Signed-off-by: Mohan Boddu --- diff --git a/fedora-30-updates.repo b/fedora-30-updates.repo new file mode 100644 index 0000000..65e245d --- /dev/null +++ b/fedora-30-updates.repo @@ -0,0 +1,7 @@ +[fedora-30-updates] +name=Fedora 30 $basearch Updates +#baseurl=http://download.fedoraproject.org/pub/fedora/linux//updates/30/$basearch/os/ +mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=updates-released-f30&arch=$basearch +enabled=0 +gpgcheck=1 +metadata_expire=1d diff --git a/fedora-30.repo b/fedora-30.repo new file mode 100644 index 0000000..8730199 --- /dev/null +++ b/fedora-30.repo @@ -0,0 +1,7 @@ +[fedora-30] +name=Fedora 30 $basearch +baseurl=http://download.fedoraproject.org/pub/fedora/linux//development/30/Everything/$basearch/os/ +#mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=30&arch=$basearch +enabled=0 +gpgcheck=1 +metadata_expire=1d 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 diff --git a/fedora-silverblue.yaml b/fedora-silverblue.yaml index b6491ce..281f91d 100644 --- a/fedora-silverblue.yaml +++ b/fedora-silverblue.yaml @@ -1,5 +1,5 @@ include: gnome-desktop-pkgs.json -ref: fedora/rawhide/${basearch}/silverblue +ref: fedora/30/${basearch}/silverblue rojig: name: fedora-silverblue summary: "Fedora Silverblue base image" @@ -22,4 +22,4 @@ packages: - elfutils-libelf-devel repos: - - fedora-rawhide + - fedora-30 diff --git a/fedora-xfce.json b/fedora-xfce.json index 34395b6..e55c9bf 100644 --- a/fedora-xfce.json +++ b/fedora-xfce.json @@ -1,6 +1,6 @@ { - "ref": "fedora/rawhide/${basearch}/xfce", - "repos": ["fedora-rawhide"], + "ref": "fedora/30/${basearch}/xfce", + "repos": ["fedora-30"], "include": "xfce-desktop-pkgs.json", diff --git a/kinoite.json b/kinoite.json index 3cafcc1..5d7801a 100644 --- a/kinoite.json +++ b/kinoite.json @@ -1,6 +1,6 @@ { - "ref": "fedora/rawhide/${basearch}/kinoite", - "repos": ["fedora-rawhide"], + "ref": "fedora/30/${basearch}/kinoite", + "repos": ["fedora-30"], "include": "kde-desktop-pkgs.json",