From 79fe6c3bed5525f09a409aa478c55ae08e2a1d39 Mon Sep 17 00:00:00 2001 From: Alex Iribarren Date: Mon, 17 Dec 2018 13:39:47 +0100 Subject: [PATCH 1/4] Fix certificate --- prod.repos.d/redhat-6-ev-x86_64.repo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prod.repos.d/redhat-6-ev-x86_64.repo b/prod.repos.d/redhat-6-ev-x86_64.repo index b119a02..9781187 100644 --- a/prod.repos.d/redhat-6-ev-x86_64.repo +++ b/prod.repos.d/redhat-6-ev-x86_64.repo @@ -135,7 +135,7 @@ enabled = 1 [rhel-6-server-x86_64-rhv-4-agent-source-rpms] name = Red Hat Virtualization 4 Agents for RHEL 6 Server (Source RPMs) baseurl = https://cdn.redhat.com/content/dist/rhel/server/6/6Server/x86_64/rhv-agent/4/source/SRPMS -sslclientcert = /certs/8a85f9825cc471b3015cc47ecc80054c.pem +sslclientcert = /certs/8a85f9845993af3f015993b34c3f0210.pem sslcacert = /certs/redhat-uep.pem enabled = 1 -- GitLab From 8c083570aed19b00b086174bfda0bf724e033aec Mon Sep 17 00:00:00 2001 From: Alex Iribarren Date: Mon, 17 Dec 2018 14:06:59 +0100 Subject: [PATCH 2/4] Drop rhel-5-server-x86_64-rhev-agent-source-rpms, upstream is broken --- prod.repos.d/redhat-5-x86_64.repo | 7 ------- 1 file changed, 7 deletions(-) diff --git a/prod.repos.d/redhat-5-x86_64.repo b/prod.repos.d/redhat-5-x86_64.repo index f3ae459..0bd8fb3 100644 --- a/prod.repos.d/redhat-5-x86_64.repo +++ b/prod.repos.d/redhat-5-x86_64.repo @@ -75,13 +75,6 @@ baseurl = https://cdn.redhat.com/content/dist/rhel/server/5/5Server/x86_64/produ sslclientcert = /certs/8a85f9845993af3f015993b34c3f0210.pem sslcacert = /certs/redhat-uep.pem -[rhel-5-server-x86_64-rhev-agent-source-rpms] -name = Red Hat Enterprise Virtualization Agents for RHEL 5 Server (Source RPMs) -enabled = 1 -baseurl = https://cdn.redhat.com/content/dist/rhel/server/5/5Server/x86_64/rhev-agent/3/source/SRPMS -sslclientcert = /certs/8a85f9845993af3f015993b34c3f0210.pem -sslcacert = /certs/redhat-uep.pem - [rhel-5-server-x86_64-source-rpms] name = Red Hat Enterprise Linux 5 Server (Source RPMs) enabled = 1 -- GitLab From 0216f9a9ed6548aa11866344e107a3d7847b5ca1 Mon Sep 17 00:00:00 2001 From: Alex Iribarren Date: Mon, 17 Dec 2018 14:09:51 +0100 Subject: [PATCH 3/4] NuxRo doesn't generate repodata for nux-dextop-7-SRPMS, we have to rsync it --- prod.repos.d/nux-dextop.repo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prod.repos.d/nux-dextop.repo b/prod.repos.d/nux-dextop.repo index 2cafd1e..52a9e4c 100644 --- a/prod.repos.d/nux-dextop.repo +++ b/prod.repos.d/nux-dextop.repo @@ -15,7 +15,7 @@ gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-nux.ro [nux-dextop-7-SRPMS] name=Nux.Ro RPMs for general desktop use (SRPMS) baseurl=http://li.nux.ro/download/nux/dextop/el7/SRPMS/ -enabled=1 +enabled=0 gpgcheck=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-nux.ro -- GitLab From 3444690702565f0a29781fd8b38ea28e2dfa762d Mon Sep 17 00:00:00 2001 From: Alex Iribarren Date: Mon, 17 Dec 2018 15:35:24 +0100 Subject: [PATCH 4/4] Try to run twice as many syncs at once, plus leave a little room for other tasks --- reposync.nomad.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reposync.nomad.tpl b/reposync.nomad.tpl index 1b64821..698ee9b 100644 --- a/reposync.nomad.tpl +++ b/reposync.nomad.tpl @@ -40,7 +40,7 @@ job "${PREFIX}_reposync_${REPOID}" { memory = 512 # MB network { - mbits = 100 + mbits = 45 } } -- GitLab