From d4537f57cfcf13df97da34ae42a4e8d993f6c1a3 Mon Sep 17 00:00:00 2001 From: clime Date: Fri, 15 Feb 2019 13:35:59 +0100 Subject: [PATCH] copr-builder: remove mirrors.fp.o ~ proxy01 alias so that we don't rely on just a single proxy historically proxy01 worked the best for us but now after https://pagure.io/fedora-infrastructure/issue/7553, the situation could be better. alternative would be to use proxy01 and proxy10 which are both in phx2 that would require something else than /etc/hosts alias. --- .../backend/files/provision/provision_builder_tasks.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/roles/copr/backend/files/provision/provision_builder_tasks.yml b/roles/copr/backend/files/provision/provision_builder_tasks.yml index 7596a5d8c7..3cedc093dd 100644 --- a/roles/copr/backend/files/provision/provision_builder_tasks.yml +++ b/roles/copr/backend/files/provision/provision_builder_tasks.yml @@ -98,12 +98,6 @@ regexp: '^%_install_lang.*' state: 'absent' -- name: 'Point mirrors.fedoraproject.org to proxy01.fedoraproject.org, which is the closest proxy' - lineinfile: - dest: '/etc/hosts' - line: '209.132.181.16 mirrors.fedoraproject.org' - state: 'present' - - name: 'debug for https://pagure.io/fedora-infrastructure/issue/7301' lineinfile: dest: '/etc/hosts'