From 117ef5e9e13e746b795738c7928632cc4b84fe84 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Tue, 16 Jun 2020 16:25:01 +0200 Subject: [PATCH] Adding repo files for centos 8 --- files/repos-centos8/CentOS-AppStream.repo | 8 ++++++++ files/repos-centos8/CentOS-Base.repo | 10 ++++++++++ files/repos-centos8/CentOS-CR.repo | 8 ++++++++ 3 files changed, 26 insertions(+) create mode 100644 files/repos-centos8/CentOS-AppStream.repo create mode 100644 files/repos-centos8/CentOS-Base.repo create mode 100644 files/repos-centos8/CentOS-CR.repo diff --git a/files/repos-centos8/CentOS-AppStream.repo b/files/repos-centos8/CentOS-AppStream.repo new file mode 100644 index 0000000..defef3f --- /dev/null +++ b/files/repos-centos8/CentOS-AppStream.repo @@ -0,0 +1,8 @@ +[AppStream] +name=CentOS-$releasever - AppStream +baseurl=https://repo01.pixelpark.com/Linux/yum/centos/$releasever/AppStream/$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-Base.repo b/files/repos-centos8/CentOS-Base.repo new file mode 100644 index 0000000..6dc8b78 --- /dev/null +++ b/files/repos-centos8/CentOS-Base.repo @@ -0,0 +1,10 @@ +[BaseOS] +name=CentOS-$releasever - Base +#baseurl=http://mirror.centos.org/$contentdir/$releasever/BaseOS/$basearch/os/ +baseurl=https://repo01.pixelpark.com/Linux/yum/centos/$releasever/BaseOS/$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-CR.repo b/files/repos-centos8/CentOS-CR.repo new file mode 100644 index 0000000..d1513ea --- /dev/null +++ b/files/repos-centos8/CentOS-CR.repo @@ -0,0 +1,8 @@ +[cr] +name=CentOS-$releasever - cr +baseurl=https://repo01.pixelpark.com/Linux/yum/centos/$releasever/cr/$basearch/os/ +gpgcheck=1 +enabled=0 +gpgkey=https://repo01.pixelpark.com/gpg/RPM-GPG-KEY-centosofficial + +# vim: filetype=dosini -- 2.39.5