From 0bf8ffdc8ed5b4bcab4ad1c96f12ee06eddc2c82 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Tue, 19 Jul 2022 15:54:37 +0200 Subject: [PATCH] Updating Centos-8 repos --- files/repos-centos8/appstream.repo | 7 ++++--- files/repos-centos8/baseos.repo | 7 ++++--- files/repos-centos8/centosplus.repo | 9 +++++++++ files/repos-centos8/devel.repo | 9 +++++++++ files/repos-centos8/extras.repo | 5 +++-- files/repos-centos8/ha.repo | 5 +++-- files/repos-centos8/nfv.repo | 7 ++++--- files/repos-centos8/powertools.repo | 3 ++- files/repos-centos8/resilientstorage.repo | 7 ++++--- files/repos-centos8/rt.repo | 9 +++++++++ 10 files changed, 51 insertions(+), 17 deletions(-) create mode 100644 files/repos-centos8/centosplus.repo create mode 100644 files/repos-centos8/devel.repo create mode 100644 files/repos-centos8/rt.repo diff --git a/files/repos-centos8/appstream.repo b/files/repos-centos8/appstream.repo index 8bd0c90..294b29c 100644 --- a/files/repos-centos8/appstream.repo +++ b/files/repos-centos8/appstream.repo @@ -1,8 +1,9 @@ [appstream] -name=CentOS-$releasever - AppStream -baseurl=https://repo02.pixelpark.com/Linux/yum/centos/$releasever-stream/AppStream/$basearch/os/ -gpgcheck=1 +name=CentOS Stream 8 - AppStream +baseurl=https://repo02.pixelpark.com/Linux/yum/centos/8-stream/AppStream/$basearch/os/ enabled=1 +gpgcheck=1 +repo_gpgcheck=0 gpgkey=https://repo02.pixelpark.com/gpg/RPM-GPG-KEY-centosofficial # vim: filetype=dosini diff --git a/files/repos-centos8/baseos.repo b/files/repos-centos8/baseos.repo index 41b21b7..366a381 100644 --- a/files/repos-centos8/baseos.repo +++ b/files/repos-centos8/baseos.repo @@ -1,8 +1,9 @@ [baseos] -name=CentOS-$releasever - Base -baseurl=https://repo02.pixelpark.com/Linux/yum/centos/$releasever-stream/BaseOS/$basearch/os/ -gpgcheck=1 +name=CentOS Stream 8 - BaseOS +baseurl=https://repo02.pixelpark.com/Linux/yum/centos/8-stream/BaseOS/$basearch/os/ enabled=1 +gpgcheck=1 +repo_gpgcheck=0 gpgkey=https://repo02.pixelpark.com/gpg/RPM-GPG-KEY-centosofficial diff --git a/files/repos-centos8/centosplus.repo b/files/repos-centos8/centosplus.repo new file mode 100644 index 0000000..33d3501 --- /dev/null +++ b/files/repos-centos8/centosplus.repo @@ -0,0 +1,9 @@ +[centosplus] +name=CentOS-$releasever-stream - Plus +baseurl=https://repo02.pixelpark.com/Linux/yum/centos/$releasever-stream/centosplus/$basearch/os/ +enabled=0 +gpgcheck=1 +repo_gpgcheck=0 +gpgkey=https://repo02.pixelpark.com/gpg/RPM-GPG-KEY-centosofficial + +# vim: filetype=dosini diff --git a/files/repos-centos8/devel.repo b/files/repos-centos8/devel.repo new file mode 100644 index 0000000..14acd88 --- /dev/null +++ b/files/repos-centos8/devel.repo @@ -0,0 +1,9 @@ +[devel] +name=CentOS-$releasever-stream - Devel WARNING! FOR BUILDROOT USE ONLY! +baseurl=https://repo02.pixelpark.com/Linux/yum/centos/$releasever-stream/Devel/$basearch/os/ +enabled=0 +gpgcheck=1 +repo_gpgcheck=0 +gpgkey=https://repo02.pixelpark.com/gpg/RPM-GPG-KEY-centosofficial + +# vim: filetype=dosini diff --git a/files/repos-centos8/extras.repo b/files/repos-centos8/extras.repo index 16b3b70..facbdc1 100644 --- a/files/repos-centos8/extras.repo +++ b/files/repos-centos8/extras.repo @@ -1,8 +1,9 @@ [extras] -name=CentOS-$releasever - Extras -baseurl=https://repo02.pixelpark.com/Linux/yum/centos/$releasever-stream/extras/$basearch/os/ +name=CentOS Stream 8 - Extras +baseurl=https://repo02.pixelpark.com/Linux/yum/centos/8-stream/extras/$basearch/os/ gpgcheck=1 enabled=1 +repo_gpgcheck=0 gpgkey=https://repo02.pixelpark.com/gpg/RPM-GPG-KEY-centosofficial # vim: filetype=dosini diff --git a/files/repos-centos8/ha.repo b/files/repos-centos8/ha.repo index c5a9c50..c53cae8 100644 --- a/files/repos-centos8/ha.repo +++ b/files/repos-centos8/ha.repo @@ -1,8 +1,9 @@ [ha] -name=CentOS-$releasever - HA -baseurl=https://repo02.pixelpark.com/Linux/yum/centos/$releasever-stream/HighAvailability/$basearch/os/ +name=CentOS Stream 8 - HighAvailability +baseurl=https://repo02.pixelpark.com/Linux/yum/centos/8-stream/HighAvailability/$basearch/os/ gpgcheck=1 enabled=0 +repo_gpgcheck=0 gpgkey=https://repo02.pixelpark.com/gpg/RPM-GPG-KEY-centosofficial # vim: filetype=dosini diff --git a/files/repos-centos8/nfv.repo b/files/repos-centos8/nfv.repo index 95f104f..b23a3c6 100644 --- a/files/repos-centos8/nfv.repo +++ b/files/repos-centos8/nfv.repo @@ -1,8 +1,9 @@ [nfv] -name=CentOS-$releasever - NFV -baseurl=https://repo02.pixelpark.com/Linux/yum/centos/$releasever-stream/NFV/$basearch/os/ -gpgcheck=1 +name=CentOS Stream 8 - NFV +baseurl=https://repo02.pixelpark.com/Linux/yum/centos/8-stream/NFV/$basearch/os/ enabled=0 +gpgcheck=1 +repo_gpgcheck=0 gpgkey=https://repo02.pixelpark.com/gpg/RPM-GPG-KEY-centosofficial # vim: filetype=dosini diff --git a/files/repos-centos8/powertools.repo b/files/repos-centos8/powertools.repo index 78371da..9f4e0b4 100644 --- a/files/repos-centos8/powertools.repo +++ b/files/repos-centos8/powertools.repo @@ -1,8 +1,9 @@ [powertools] -name=CentOS-$releasever - PowerTools +name=CentOS-$releasever-stream - PowerTools baseurl=https://repo02.pixelpark.com/Linux/yum/centos/$releasever-stream/PowerTools/$basearch/os/ gpgcheck=1 enabled=1 +repo_gpgcheck=0 gpgkey=https://repo02.pixelpark.com/gpg/RPM-GPG-KEY-centosofficial # vim: filetype=dosini diff --git a/files/repos-centos8/resilientstorage.repo b/files/repos-centos8/resilientstorage.repo index 89ebca3..06d9202 100644 --- a/files/repos-centos8/resilientstorage.repo +++ b/files/repos-centos8/resilientstorage.repo @@ -1,8 +1,9 @@ -[nfv] +[resilientstorage] name=CentOS-$releasever - ResilientStorage -baseurl=https://repo02.pixelpark.com/Linux/yum/centos/$releasever-stream/ResilientStorage/$basearch/os/ -gpgcheck=1 +baseurl=https://repo02.pixelpark.com/Linux/yum/centos/8-stream/ResilientStorage/$basearch/os/ enabled=0 +gpgcheck=1 +repo_gpgcheck=0 gpgkey=https://repo02.pixelpark.com/gpg/RPM-GPG-KEY-centosofficial # vim: filetype=dosini diff --git a/files/repos-centos8/rt.repo b/files/repos-centos8/rt.repo new file mode 100644 index 0000000..8cf3747 --- /dev/null +++ b/files/repos-centos8/rt.repo @@ -0,0 +1,9 @@ +[rt] +name=CentOS Stream 8 - RT +baseurl=https://repo02.pixelpark.com/Linux/yum/centos/8-stream/RT/$basearch/os/ +enabled=0 +gpgcheck=1 +repo_gpgcheck=0 +gpgkey=https://repo02.pixelpark.com/gpg/RPM-GPG-KEY-centosofficial + +# vim: filetype=dosini -- 2.39.5