From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-988646-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4454F139083 for <garchives@archives.gentoo.org>; Wed, 6 Dec 2017 16:36:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E6215E0F7C; Wed, 6 Dec 2017 16:36:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C13F5E0F7C for <gentoo-commits@lists.gentoo.org>; Wed, 6 Dec 2017 16:36:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C873433BF24 for <gentoo-commits@lists.gentoo.org>; Wed, 6 Dec 2017 16:36:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 69E2CAE74 for <gentoo-commits@lists.gentoo.org>; Wed, 6 Dec 2017 16:36:50 +0000 (UTC) From: "Robin H. Johnson" <robbat2@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" <robbat2@gentoo.org> Message-ID: <1512578202.9edcf5e31130c453283ed4c169de76df9d4910f3.robbat2@gentoo> Subject: [gentoo-commits] proj/releng:master commit in: config/ X-VCS-Repository: proj/releng X-VCS-Files: config/jackdaw.env config/junco.env config/nightheron.env config/skimmer.env X-VCS-Directories: config/ X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: 9edcf5e31130c453283ed4c169de76df9d4910f3 X-VCS-Branch: master Date: Wed, 6 Dec 2017 16:36:50 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 0cb52527-7cfc-4312-b711-8242b690f404 X-Archives-Hash: eaa79168f30cb3f1a39b44130445556a commit: 9edcf5e31130c453283ed4c169de76df9d4910f3 Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org> AuthorDate: Wed Dec 6 16:36:42 2017 +0000 Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org> CommitDate: Wed Dec 6 16:36:42 2017 +0000 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=9edcf5e3 config: ovh mirror seems offline, add bytemark as preferred with distfiles.g.o fallback. Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org> config/jackdaw.env | 2 +- config/junco.env | 2 +- config/nightheron.env | 2 +- config/skimmer.env | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config/jackdaw.env b/config/jackdaw.env index 55edb801..0509957e 100644 --- a/config/jackdaw.env +++ b/config/jackdaw.env @@ -1,4 +1,4 @@ -export GENTOO_MIRRORS="http://mirror.ovh.net/gentoo-distfiles/" +export GENTOO_MIRRORS="http://mirror.bytemark.co.uk/gentoo/ http://mirror.ovh.net/gentoo-distfiles/ http://distfiles.gentoo.org/" export FEATURES="parallel-fetch preserve-libs -collision-protect protect-owned" export MAKEOPTS="-j7 -l7" export EMERGE_DEFAULT_OPTS="--color=n --jobs 3 --load-average 7" diff --git a/config/junco.env b/config/junco.env index 55edb801..0509957e 100644 --- a/config/junco.env +++ b/config/junco.env @@ -1,4 +1,4 @@ -export GENTOO_MIRRORS="http://mirror.ovh.net/gentoo-distfiles/" +export GENTOO_MIRRORS="http://mirror.bytemark.co.uk/gentoo/ http://mirror.ovh.net/gentoo-distfiles/ http://distfiles.gentoo.org/" export FEATURES="parallel-fetch preserve-libs -collision-protect protect-owned" export MAKEOPTS="-j7 -l7" export EMERGE_DEFAULT_OPTS="--color=n --jobs 3 --load-average 7" diff --git a/config/nightheron.env b/config/nightheron.env index a1061b05..32950ce6 100644 --- a/config/nightheron.env +++ b/config/nightheron.env @@ -1,4 +1,4 @@ -export GENTOO_MIRRORS="http://mirror.ovh.net/gentoo-distfiles/" +export GENTOO_MIRRORS="http://mirror.bytemark.co.uk/gentoo/ http://mirror.ovh.net/gentoo-distfiles/ http://distfiles.gentoo.org/" export FEATURES="parallel-fetch preserve-libs" export MAKEOPTS="-j5 -l4" export EMERGE_DEFAULT_OPTS="--quiet-build=y --jobs=3 --load-average=4 --color=n --alert=n --fail-clean=y --nospinner --quiet-unmerge-warn" diff --git a/config/skimmer.env b/config/skimmer.env index adcb03fd..dcee3574 100644 --- a/config/skimmer.env +++ b/config/skimmer.env @@ -1,3 +1,3 @@ -export GENTOO_MIRRORS="http://mirror.ovh.net/gentoo-distfiles/" +export GENTOO_MIRRORS="http://mirror.bytemark.co.uk/gentoo/ http://mirror.ovh.net/gentoo-distfiles/ http://distfiles.gentoo.org/" export FEATURES="parallel-fetch preserve-libs" export MAKEOPTS="-j5 -l4"