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 1MEI6e-0004AZ-D5 for garchives@archives.gentoo.org; Wed, 10 Jun 2009 07:20:20 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2833AE053C; Wed, 10 Jun 2009 07:19:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 08B0BE053C for ; Wed, 10 Jun 2009 07:19:46 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id A38C065AD9 for ; Wed, 10 Jun 2009 07:19:45 +0000 (UTC) X-Virus-Scanned: amavisd-new at gentoo.org X-Spam-Score: -3.514 X-Spam-Level: X-Spam-Status: No, score=-3.514 required=5.5 tests=[AWL=0.085, BAYES_00=-2.599, RCVD_IN_DNSWL_LOW=-1] Received: from smtp.gentoo.org ([127.0.0.1]) by localhost (smtp.gentoo.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id dsFVGa4Gkjtb for ; Wed, 10 Jun 2009 07:19:36 +0000 (UTC) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id AF77965A45 for ; Wed, 10 Jun 2009 07:19:29 +0000 (UTC) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1MEI5e-0006X6-3e for gentoo-user@gentoo.org; Wed, 10 Jun 2009 07:19:18 +0000 Received: from athedsl-386214.home.otenet.gr ([79.131.60.164]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 10 Jun 2009 07:19:18 +0000 Received: from realnc by athedsl-386214.home.otenet.gr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 10 Jun 2009 07:19:18 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org From: Nikos Chantziaras Subject: [gentoo-user] Re: Trying SRC_URI first during fetching Date: Wed, 10 Jun 2009 10:19:11 +0300 Organization: Lucas Barks Message-ID: References: <9D738A58-9395-405F-9B4A-0FF7FFA686D0@stellar.eclipse.co.uk> <20090610081130.01df8449@krikkit.digimed.co.uk> 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 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: athedsl-386214.home.otenet.gr User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1b3pre) Gecko/20090610 Thunderbird/3.0b2 In-Reply-To: <20090610081130.01df8449@krikkit.digimed.co.uk> Sender: news X-Archives-Salt: 0fc8ea90-0336-4eba-b338-688165bdd31d X-Archives-Hash: 2aa2ee4836d2bd3b54b37d846512bc49 On 06/10/2009 10:11 AM, Neil Bothwick wrote: > On Wed, 10 Jun 2009 02:36:04 +0300, Nikos Chantziaras wrote: > >> Understandable, but my problem lies in "ebuild digest" of my own >> ebuilds and ebuilds of third-party overlays. Along the URLs tried by >> portage is one that seems to need over a minute to reply with "401 not >> found". This is highly annoying. I would want to try SRC_URI in those >> cases first. > > With your own ebuilds there's no point in them trying to contact the > mirrors, so put RESTRICT="nomirror" in the ebuild. Thanks. That's pretty much what I was looking for.