From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1ME10d-00045s-2f for garchives@archives.gentoo.org; Tue, 09 Jun 2009 13:04:59 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 78036E0420; Tue, 9 Jun 2009 13:04:57 +0000 (UTC) Received: from smtpout.karoo.kcom.com (smtpout.karoo.kcom.com [212.50.160.34]) by pigeon.gentoo.org (Postfix) with ESMTP id 3B4D3E0420 for ; Tue, 9 Jun 2009 13:04:57 +0000 (UTC) X-IronPort-AV: E=Sophos;i="4.41,331,1241391600"; d="scan'208";a="100548799" Received: from unknown (HELO compaq.stroller.uk.eu.org) ([213.152.39.90]) by smtpout.karoo.kcom.com with ESMTP; 09 Jun 2009 14:04:56 +0100 Received: from [192.168.1.71] (unknown [192.168.1.71]) by compaq.stroller.uk.eu.org (Postfix) with ESMTP id C19AE137C0F for ; Tue, 9 Jun 2009 14:04:53 +0100 (BST) Message-Id: <9D738A58-9395-405F-9B4A-0FF7FFA686D0@stellar.eclipse.co.uk> From: Stroller To: gentoo-user@lists.gentoo.org In-Reply-To: Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org Mime-Version: 1.0 (Apple Message framework v935.3) Subject: Re: [gentoo-user] Trying SRC_URI first during fetching Date: Tue, 9 Jun 2009 14:04:54 +0100 References: X-Mailer: Apple Mail (2.935.3) X-Archives-Salt: 11d2826f-a7fa-4ef7-9990-403b61a01c72 X-Archives-Hash: a11ca76c8909060550234ab9fe436c6a On 9 Jun 2009, at 05:16, Nikos Chantziaras wrote: > Normally, portage will try fetching from GENTOO_MIRRORS during an > emerge and SRC_URI comes last. I want to reverse this; try SRC_URI > first and if that fails, only then proceed to fetch from > GENTOO_MIRRORS. Doable? This is undesirable behaviour - te mirrors exist because SRC_URI may often have limited bandwidth. The package's hosting may be donated to the software's author, for instance, by a 3rd party, so when you go directly to SRC_URI, avoiding mirrors, you wear out the author's welcome. Mirrors are hosted by people with gallons & gallons of bandwidth to spare, who expect you to use it. It makes sense to use the mirrors FIRST. Stroller.