diff --git a/dev.repos.yaml b/dev.repos.yaml index ea3cfc5f5c8a55943167e8e3c4d4046f4909f02a..f8adc13435a0ad0e40e236f86a655b9c7d27ca92 100644 --- a/dev.repos.yaml +++ b/dev.repos.yaml @@ -48,4 +48,3 @@ elbe.repo: run_customscript: true pathroot: 'mirror/debian.linutronix.de/elbe/' customscript: 'bash /root/debmirror.sh' - diff --git a/prod.repos.d/redhat-7-els-x86_64.repo b/prod.repos.d/redhat-7-els-x86_64.repo new file mode 100644 index 0000000000000000000000000000000000000000..9b33d986e6b88501249b83ea6a8614da4397693e --- /dev/null +++ b/prod.repos.d/redhat-7-els-x86_64.repo @@ -0,0 +1,20 @@ +[rhel-7-server-els-x86_64-rpms] +name = Red Hat Enterprise Linux 7 Server ELS (RPMs) +baseurl = https://cdn.redhat.com/content/els/rhel/server/7/7Server/x86_64/os +sslclientcert = /certs/$certificate +sslcacert = /certs/redhat-uep.pem +enabled = 1 + +[rhel-7-server-els-x86_64-debug-rpms] +name = Red Hat Enterprise Linux 7 Server ELS (Debug RPMs) +baseurl = https://cdn.redhat.com/content/els/rhel/server/7/7Server/x86_64/debug +sslclientcert = /certs/$certificate +sslcacert = /certs/redhat-uep.pem +enabled = 1 + +[rhel-7-server-els-x86_64-srpms] +name = Red Hat Enterprise Linux 7 Server ELS (SRPMs) +baseurl = https://cdn.redhat.com/content/els/rhel/server/7/7Server/x86_64/source/SRPMS +sslclientcert = /certs/$certificate +sslcacert = /certs/redhat-uep.pem +enabled = 1 diff --git a/prod.repos.yaml b/prod.repos.yaml index a8b10629d29f206ea565b0bd32dd664650bb8c70..c9643962b69d301b027558c548055a2d44aae550 100644 --- a/prod.repos.yaml +++ b/prod.repos.yaml @@ -66,6 +66,11 @@ redhat-6-els-x86_64.repo: run_customscript: true customscript: 'bash /root/rhn_update_cert_symlink.sh' +redhat-7-els-x86_64.repo: + pathroot: '' + run_customscript: true + customscript: 'bash /root/rhn_update_cert_symlink.sh' + redhat-7-eus-7.2-x86_64.repo: pathroot: '' run_customscript: true