From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 B775A1382C5 for ; Sun, 7 Jun 2020 12:12:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F0272E0986; Sun, 7 Jun 2020 12:12: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 D6ACBE0986 for ; Sun, 7 Jun 2020 12:12:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 D035434F021 for ; Sun, 7 Jun 2020 12:12:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 87CFD1F9 for ; Sun, 7 Jun 2020 12:12:50 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1591531967.82e52682d476d50f7c1ea225301665f974e2ad9f.grobian@gentoo> Subject: [gentoo-commits] repo/proj/prefix:master commit in: scripts/auto-bootstraps/ X-VCS-Repository: repo/proj/prefix X-VCS-Files: scripts/auto-bootstraps/dobootstrap X-VCS-Directories: scripts/auto-bootstraps/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: 82e52682d476d50f7c1ea225301665f974e2ad9f X-VCS-Branch: master Date: Sun, 7 Jun 2020 12:12:50 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: af9d4805-d4d3-4ffc-b527-847bde139a72 X-Archives-Hash: d42dbfbdc4dfa865468f1bdcf189be7e commit: 82e52682d476d50f7c1ea225301665f974e2ad9f Author: Fabian Groffen gentoo org> AuthorDate: Sun Jun 7 12:12:03 2020 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Sun Jun 7 12:12:47 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=82e52682 scripts/auto-bootstraps/dobootstrap: drop distfiles.g.o from mirrors Since the bootstrap script falls back to distfiles.g.o now, it has no use to try it twice. Signed-off-by: Fabian Groffen gentoo.org> scripts/auto-bootstraps/dobootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/auto-bootstraps/dobootstrap b/scripts/auto-bootstraps/dobootstrap index d4207a1a8b..4cd5f94c71 100755 --- a/scripts/auto-bootstraps/dobootstrap +++ b/scripts/auto-bootstraps/dobootstrap @@ -189,7 +189,7 @@ case $1 in echo "internal host, activating local and DOPUBLISH" export DOLOCAL=1 export DOPUBLISH=1 - export GENTOO_MIRRORS="http://distfileslocal http://distfiles.gentoo.org" + export GENTOO_MIRRORS="http://distfileslocal" fi for arg in "${@:1}" ; do case "${arg}" in