From 2749c6210aef1b8b9e1cc10a6d75d12eec269896 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Tue, 16 Jun 2020 16:43:53 +0200 Subject: [PATCH] Adding repo files for centos 8 --- files/repos-centos8/CentOS-Devel.repo | 8 ++++++++ files/repos-centos8/CentOS-Extras.repo | 8 ++++++++ files/repos-centos8/CentOS-HA.repo | 8 ++++++++ files/repos-centos8/CentOS-PowerTools.repo | 8 ++++++++ files/repos-centos8/CentOS-centosplus.repo | 9 +++++++++ files/repos-centos8/CentOS-fasttrack.repo | 8 ++++++++ files/repos-centos8/epel.repo | 10 ++++++++++ 7 files changed, 59 insertions(+) create mode 100644 files/repos-centos8/CentOS-Devel.repo create mode 100644 files/repos-centos8/CentOS-Extras.repo create mode 100644 files/repos-centos8/CentOS-HA.repo create mode 100644 files/repos-centos8/CentOS-PowerTools.repo create mode 100644 files/repos-centos8/CentOS-centosplus.repo create mode 100644 files/repos-centos8/CentOS-fasttrack.repo create mode 100644 files/repos-centos8/epel.repo diff --git a/files/repos-centos8/CentOS-Devel.repo b/files/repos-centos8/CentOS-Devel.repo new file mode 100644 index 0000000..9cd9c60 --- /dev/null +++ b/files/repos-centos8/CentOS-Devel.repo @@ -0,0 +1,8 @@ +[Devel] +name=CentOS-$releasever - Devel WARNING! FOR BUILDROOT USE ONLY! +baseurl=https://repo01.pixelpark.com/Linux/yum/centos/$releasever/Devel/$basearch/os/ +gpgcheck=1 +enabled=0 +gpgkey=https://repo01.pixelpark.com/gpg/RPM-GPG-KEY-centosofficial + +# vim: filetype=dosini diff --git a/files/repos-centos8/CentOS-Extras.repo b/files/repos-centos8/CentOS-Extras.repo new file mode 100644 index 0000000..d7c292b --- /dev/null +++ b/files/repos-centos8/CentOS-Extras.repo @@ -0,0 +1,8 @@ +[extras] +name=CentOS-$releasever - Extras +baseurl=https://repo01.pixelpark.com/Linux/yum/centos/$releasever/extras/$basearch/os/ +gpgcheck=1 +enabled=1 +gpgkey=https://repo01.pixelpark.com/gpg/RPM-GPG-KEY-centosofficial + +# vim: filetype=dosini diff --git a/files/repos-centos8/CentOS-HA.repo b/files/repos-centos8/CentOS-HA.repo new file mode 100644 index 0000000..20621ce --- /dev/null +++ b/files/repos-centos8/CentOS-HA.repo @@ -0,0 +1,8 @@ +[HighAvailability] +name=CentOS-$releasever - HA +baseurl=https://repo01.pixelpark.com/Linux/yum/centos/$releasever/HighAvailability/$basearch/os/ +gpgcheck=1 +enabled=0 +gpgkey=https://repo01.pixelpark.com/gpg/RPM-GPG-KEY-centosofficial + +# vim: filetype=dosini diff --git a/files/repos-centos8/CentOS-PowerTools.repo b/files/repos-centos8/CentOS-PowerTools.repo new file mode 100644 index 0000000..8053862 --- /dev/null +++ b/files/repos-centos8/CentOS-PowerTools.repo @@ -0,0 +1,8 @@ +[PowerTools] +name=CentOS-$releasever - PowerTools +baseurl=https://repo01.pixelpark.com/Linux/yum/centos/$releasever/PowerTools/$basearch/os/ +gpgcheck=1 +enabled=0 +gpgkey=https://repo01.pixelpark.com/gpg/RPM-GPG-KEY-centosofficial + +# vim: filetype=dosini diff --git a/files/repos-centos8/CentOS-centosplus.repo b/files/repos-centos8/CentOS-centosplus.repo new file mode 100644 index 0000000..ce2cec8 --- /dev/null +++ b/files/repos-centos8/CentOS-centosplus.repo @@ -0,0 +1,9 @@ +[centosplus] +name=CentOS-$releasever - Plus +#baseurl=http://mirror.centos.org/$contentdir/$releasever/centosplus/$basearch/os/ +baseurl=https://repo01.pixelpark.com/Linux/yum/centos/$releasever/centosplus/$basearch/os/ +gpgcheck=1 +enabled=0 +gpgkey=https://repo01.pixelpark.com/gpg/RPM-GPG-KEY-centosofficial + +# vim: filetype=dosini diff --git a/files/repos-centos8/CentOS-fasttrack.repo b/files/repos-centos8/CentOS-fasttrack.repo new file mode 100644 index 0000000..f84eb11 --- /dev/null +++ b/files/repos-centos8/CentOS-fasttrack.repo @@ -0,0 +1,8 @@ +[fasttrack] +name=CentOS-$releasever - fasttrack +baseurl=https://repo01.pixelpark.com/Linux/yum/centos/$releasever/fasttrack/$basearch/os/ +gpgcheck=1 +enabled=0 +gpgkey=https://repo01.pixelpark.com/gpg/RPM-GPG-KEY-centosofficial + +# vim: filetype=dosini diff --git a/files/repos-centos8/epel.repo b/files/repos-centos8/epel.repo new file mode 100644 index 0000000..2bbc9b5 --- /dev/null +++ b/files/repos-centos8/epel.repo @@ -0,0 +1,10 @@ +[epel] +name=Extra Packages for Enterprise Linux 8 - $basearch +baseurl=https://repo01.pixelpark.com/Linux/yum/epel/$releasever/Everything/$basearch/ +enabled=1 +gpgcheck=1 +failovermethod=priority +repo_gpgcheck=0 +gpgkey=https://repo01.pixelpark.com/gpg/RPM-GPG-KEY-EPEL-8 + +# vim: filetype=dosini -- 2.39.5