]> Frank Brehm's Git Trees - pixelpark/create-vmware-tpl.git/commitdiff
Adding repo files for centos 8
authorFrank Brehm <frank.brehm@pixelpark.com>
Tue, 16 Jun 2020 14:43:53 +0000 (16:43 +0200)
committerFrank Brehm <frank.brehm@pixelpark.com>
Tue, 16 Jun 2020 14:43:53 +0000 (16:43 +0200)
files/repos-centos8/CentOS-Devel.repo [new file with mode: 0644]
files/repos-centos8/CentOS-Extras.repo [new file with mode: 0644]
files/repos-centos8/CentOS-HA.repo [new file with mode: 0644]
files/repos-centos8/CentOS-PowerTools.repo [new file with mode: 0644]
files/repos-centos8/CentOS-centosplus.repo [new file with mode: 0644]
files/repos-centos8/CentOS-fasttrack.repo [new file with mode: 0644]
files/repos-centos8/epel.repo [new file with mode: 0644]

diff --git a/files/repos-centos8/CentOS-Devel.repo b/files/repos-centos8/CentOS-Devel.repo
new file mode 100644 (file)
index 0000000..9cd9c60
--- /dev/null
@@ -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 (file)
index 0000000..d7c292b
--- /dev/null
@@ -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 (file)
index 0000000..20621ce
--- /dev/null
@@ -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 (file)
index 0000000..8053862
--- /dev/null
@@ -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 (file)
index 0000000..ce2cec8
--- /dev/null
@@ -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 (file)
index 0000000..f84eb11
--- /dev/null
@@ -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 (file)
index 0000000..2bbc9b5
--- /dev/null
@@ -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