From a0641fe8404db8eb6d04f41e5696b0cf5b012ba4 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Thu, 30 Jun 2022 10:41:57 +0200 Subject: [PATCH] Adding repos for AlmaLinux-9 --- files/repos-alma9/almalinux-appstream.repo | 9 +++++++++ files/repos-alma9/almalinux-baseos.repo | 9 +++++++++ files/repos-alma9/almalinux-crb.repo | 10 ++++++++++ files/repos-alma9/almalinux-extras.repo | 9 +++++++++ files/repos-alma9/almalinux-highavailability.repo | 10 ++++++++++ files/repos-alma9/almalinux-nfv.repo | 9 +++++++++ files/repos-alma9/almalinux-plus.repo | 9 +++++++++ files/repos-alma9/almalinux-resilientstorage.repo | 9 +++++++++ files/repos-alma9/almalinux-rt.repo | 9 +++++++++ files/repos-alma9/almalinux-sap.repo | 9 +++++++++ files/repos-alma9/almalinux-saphana.repo | 9 +++++++++ 11 files changed, 101 insertions(+) create mode 100644 files/repos-alma9/almalinux-appstream.repo create mode 100644 files/repos-alma9/almalinux-baseos.repo create mode 100644 files/repos-alma9/almalinux-crb.repo create mode 100644 files/repos-alma9/almalinux-extras.repo create mode 100644 files/repos-alma9/almalinux-highavailability.repo create mode 100644 files/repos-alma9/almalinux-nfv.repo create mode 100644 files/repos-alma9/almalinux-plus.repo create mode 100644 files/repos-alma9/almalinux-resilientstorage.repo create mode 100644 files/repos-alma9/almalinux-rt.repo create mode 100644 files/repos-alma9/almalinux-sap.repo create mode 100644 files/repos-alma9/almalinux-saphana.repo diff --git a/files/repos-alma9/almalinux-appstream.repo b/files/repos-alma9/almalinux-appstream.repo new file mode 100644 index 0000000..0683c88 --- /dev/null +++ b/files/repos-alma9/almalinux-appstream.repo @@ -0,0 +1,9 @@ +[appstream] +name=AlmaLinux $releasever - AppStream +baseurl=https://repo02.pixelpark.com/Linux/yum/almalinux/$releasever/AppStream/$basearch/os/ +enabled=1 +gpgcheck=1 +countme=1 +gpgkey=https://repo02.pixelpark.com/gpg/RPM-GPG-KEY-AlmaLinux-9 + +# vim: filetype=dosini diff --git a/files/repos-alma9/almalinux-baseos.repo b/files/repos-alma9/almalinux-baseos.repo new file mode 100644 index 0000000..a41dd96 --- /dev/null +++ b/files/repos-alma9/almalinux-baseos.repo @@ -0,0 +1,9 @@ +[baseos] +name=AlmaLinux $releasever - BaseOS +baseurl=https://repo02.pixelpark.com/Linux/yum/almalinux/$releasever/BaseOS/$basearch/os/ +enabled=1 +gpgcheck=1 +countme=1 +gpgkey=https://repo02.pixelpark.com/gpg/RPM-GPG-KEY-AlmaLinux-9 + +# vim: filetype=dosini diff --git a/files/repos-alma9/almalinux-crb.repo b/files/repos-alma9/almalinux-crb.repo new file mode 100644 index 0000000..cf719ec --- /dev/null +++ b/files/repos-alma9/almalinux-crb.repo @@ -0,0 +1,10 @@ +[crb] +name=AlmaLinux $releasever - CRB +# baseurl=https://repo.almalinux.org/almalinux/$releasever/CRB/$basearch/os/ +baseurl=https://repo02.pixelpark.com/Linux/yum/almalinux/$releasever/CRB/$basearch/os/ +enabled=0 +gpgcheck=1 +countme=1 +gpgkey=https://repo02.pixelpark.com/gpg/RPM-GPG-KEY-AlmaLinux-9 + +# vim: filetype=dosini diff --git a/files/repos-alma9/almalinux-extras.repo b/files/repos-alma9/almalinux-extras.repo new file mode 100644 index 0000000..3beb2f8 --- /dev/null +++ b/files/repos-alma9/almalinux-extras.repo @@ -0,0 +1,9 @@ +[extras] +name=AlmaLinux $releasever - Extras +baseurl=https://repo02.pixelpark.com/Linux/yum/almalinux/$releasever/extras/$basearch/os/ +enabled=1 +gpgcheck=1 +countme=1 +gpgkey=https://repo02.pixelpark.com/gpg/RPM-GPG-KEY-AlmaLinux-9 + +# vim: filetype=dosini diff --git a/files/repos-alma9/almalinux-highavailability.repo b/files/repos-alma9/almalinux-highavailability.repo new file mode 100644 index 0000000..8781b60 --- /dev/null +++ b/files/repos-alma9/almalinux-highavailability.repo @@ -0,0 +1,10 @@ +[highavailability] +name=AlmaLinux $releasever - HighAvailability +# baseurl=https://repo.almalinux.org/almalinux/$releasever/HighAvailability/$basearch/os/ +baseurl=https://repo02.pixelpark.com/Linux/yum/almalinux/$releasever/HighAvailability/$basearch/os/ +enabled=0 +gpgcheck=1 +countme=1 +gpgkey=https://repo02.pixelpark.com/gpg/RPM-GPG-KEY-AlmaLinux-9 + +# vim: filetype=dosini diff --git a/files/repos-alma9/almalinux-nfv.repo b/files/repos-alma9/almalinux-nfv.repo new file mode 100644 index 0000000..0dd34b9 --- /dev/null +++ b/files/repos-alma9/almalinux-nfv.repo @@ -0,0 +1,9 @@ +[nfv] +name=AlmaLinux $releasever - NFV +baseurl=https://repo02.pixelpark.com/Linux/yum/almalinux/$releasever/NFV/$basearch/os/ +enabled=0 +gpgcheck=1 +countme=1 +gpgkey=https://repo02.pixelpark.com/gpg/RPM-GPG-KEY-AlmaLinux-9 + +# vim: filetype=dosini diff --git a/files/repos-alma9/almalinux-plus.repo b/files/repos-alma9/almalinux-plus.repo new file mode 100644 index 0000000..8a7030e --- /dev/null +++ b/files/repos-alma9/almalinux-plus.repo @@ -0,0 +1,9 @@ +[plus] +name=AlmaLinux $releasever - Plus +baseurl=https://repo02.pixelpark.com/Linux/yum/almalinux/$releasever/plus/$basearch/os/ +enabled=0 +gpgcheck=1 +countme=1 +gpgkey=https://repo02.pixelpark.com/gpg/RPM-GPG-KEY-AlmaLinux-9 + +# vim: filetype=dosini diff --git a/files/repos-alma9/almalinux-resilientstorage.repo b/files/repos-alma9/almalinux-resilientstorage.repo new file mode 100644 index 0000000..18e0a02 --- /dev/null +++ b/files/repos-alma9/almalinux-resilientstorage.repo @@ -0,0 +1,9 @@ +[resilientstorage] +name=AlmaLinux $releasever - ResilientStorage +baseurl=https://repo02.pixelpark.com/Linux/yum/almalinux/$releasever/ResilientStorage/$basearch/os/ +enabled=0 +gpgcheck=1 +countme=1 +gpgkey=https://repo02.pixelpark.com/gpg/RPM-GPG-KEY-AlmaLinux-9 + +# vim: filetype=dosini diff --git a/files/repos-alma9/almalinux-rt.repo b/files/repos-alma9/almalinux-rt.repo new file mode 100644 index 0000000..dc77051 --- /dev/null +++ b/files/repos-alma9/almalinux-rt.repo @@ -0,0 +1,9 @@ +[rt] +name=AlmaLinux $releasever - RT +baseurl=https://repo02.pixelpark.com/Linux/yum/almalinux/$releasever/RT/$basearch/os/ +enabled=0 +gpgcheck=1 +countme=1 +gpgkey=https://repo02.pixelpark.com/gpg/RPM-GPG-KEY-AlmaLinux-9 + +# vim: filetype=dosini diff --git a/files/repos-alma9/almalinux-sap.repo b/files/repos-alma9/almalinux-sap.repo new file mode 100644 index 0000000..e9a7d31 --- /dev/null +++ b/files/repos-alma9/almalinux-sap.repo @@ -0,0 +1,9 @@ +[sap] +name=AlmaLinux $releasever - SAP +baseurl=https://repo02.pixelpark.com/Linux/yum/almalinux/$releasever/SAP/$basearch/os/ +enabled=0 +gpgcheck=1 +countme=1 +gpgkey=https://repo02.pixelpark.com/gpg/RPM-GPG-KEY-AlmaLinux-9 + +# vim: filetype=dosini diff --git a/files/repos-alma9/almalinux-saphana.repo b/files/repos-alma9/almalinux-saphana.repo new file mode 100644 index 0000000..392a5d1 --- /dev/null +++ b/files/repos-alma9/almalinux-saphana.repo @@ -0,0 +1,9 @@ +[saphana] +name=AlmaLinux $releasever - SAPHANA +baseurl=https://repo02.pixelpark.com/Linux/yum/almalinux/$releasever/SAPHANA/$basearch/os/ +enabled=0 +gpgcheck=1 +countme=1 +gpgkey=https://repo02.pixelpark.com/gpg/RPM-GPG-KEY-AlmaLinux-9 + +# vim: filetype=dosini -- 2.39.5