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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BB46615806E for ; Tue, 30 May 2023 06:01:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0510CE0F1D; Tue, 30 May 2023 06:01:36 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DD10FE0F1D for ; Tue, 30 May 2023 06:01:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0DAF2340FF8 for ; Tue, 30 May 2023 06:01:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6A564A6F for ; Tue, 30 May 2023 06:01:33 +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: <1685426489.9d136a6e5c59df93e1249cbb5d7d5b5144791c37.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: 9d136a6e5c59df93e1249cbb5d7d5b5144791c37 X-VCS-Branch: master Date: Tue, 30 May 2023 06:01:33 +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: 0ca0ab5a-c2d2-4146-ad8f-58bf5796c1f5 X-Archives-Hash: f66253fbbe6dedece42a8dc424829e11 commit: 9d136a6e5c59df93e1249cbb5d7d5b5144791c37 Author: Fabian Groffen gentoo org> AuthorDate: Tue May 30 06:01:22 2023 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Tue May 30 06:01:29 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=9d136a6e scripts/dobootstrap: keep fallback mirrors 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 b2495c4d7d..de1a371627 100755 --- a/scripts/auto-bootstraps/dobootstrap +++ b/scripts/auto-bootstraps/dobootstrap @@ -222,7 +222,7 @@ case $1 in echo "internal host, activating local and DOPUBLISH" export DOLOCAL=1 export DOPUBLISH=1 - export GENTOO_MIRRORS="http://distfileslocal" + export GENTOO_MIRRORS="http://distfileslocal http://distfiles.gentoo.org" fi for arg in "${@:1}" ; do case "${arg}" in