I had 2 failed f23-updates-testing pushes when it was unable to download repodata from "download.fedoraproject.org"
Oct 13 22:40:23 bodhi-backend01.phx2.fedoraproject.org fedmsg-hub[8163]: http://download.fedoraproject.org/pub/fedora/linux/development/23/x86_64/os/...: [Errno 14] HTTPS Error 302 - Found
download.fedoraproject.org is a redirect to mirrormanager which gives you a (somewhat) random mirror.
We shouldn't depend on a random selection here, so I've hard coded it to use one of the master mirrors in phx2.
I've already applied this as I needed to get updates pushes going again, but I thought I would get some retroactive +1s/approval. ;)
kevin -- diff --git a/roles/hosts/files/bodhi-backend01.phx2.fedoraproject.org-hosts b/roles/hosts/files/bodhi-backend01.phx2.fedoraproject.org-hosts index 206ff9a..1ed50a8 100644 --- a/roles/hosts/files/bodhi-backend01.phx2.fedoraproject.org-hosts +++ b/roles/hosts/files/bodhi-backend01.phx2.fedoraproject.org-hosts @@ -13,3 +13,5 @@ 10.5.124.191 s390.koji.fedoraproject.org 10.5.124.182 ppc.koji.fedoraproject.org 10.5.124.138 arm.koji.fedoraproject.org +# Point download.fedoraproject.org to dl01.phx2.fedoraproject.org +10.5.126.93 download.fedoraproject.org
+1
With kind regards, Patrick Uiterwijk Fedora Infra
----- Original Message -----
I had 2 failed f23-updates-testing pushes when it was unable to download repodata from "download.fedoraproject.org"
Oct 13 22:40:23 bodhi-backend01.phx2.fedoraproject.org fedmsg-hub[8163]: http://download.fedoraproject.org/pub/fedora/linux/development/23/x86_64/os/...: [Errno 14] HTTPS Error 302 - Found
download.fedoraproject.org is a redirect to mirrormanager which gives you a (somewhat) random mirror.
We shouldn't depend on a random selection here, so I've hard coded it to use one of the master mirrors in phx2.
I've already applied this as I needed to get updates pushes going again, but I thought I would get some retroactive +1s/approval. ;)
kevin
diff --git a/roles/hosts/files/bodhi-backend01.phx2.fedoraproject.org-hosts b/roles/hosts/files/bodhi-backend01.phx2.fedoraproject.org-hosts index 206ff9a..1ed50a8 100644 --- a/roles/hosts/files/bodhi-backend01.phx2.fedoraproject.org-hosts +++ b/roles/hosts/files/bodhi-backend01.phx2.fedoraproject.org-hosts @@ -13,3 +13,5 @@ 10.5.124.191 s390.koji.fedoraproject.org 10.5.124.182 ppc.koji.fedoraproject.org 10.5.124.138 arm.koji.fedoraproject.org +# Point download.fedoraproject.org to dl01.phx2.fedoraproject.org +10.5.126.93 download.fedoraproject.org
infrastructure mailing list infrastructure@lists.fedoraproject.org http://lists.fedoraproject.org/admin/infrastructure@lists.fedoraproject.org
On Wed, 14 Oct 2015 21:51:08 -0400 Ralph Bean rbean@redhat.com wrote:
On Wed, Oct 14, 2015 at 06:18:03PM -0400, Patrick Uiterwijk wrote:
+1
+1
Applied thanks.
kevin
infrastructure@lists.fedoraproject.org