Re: [gentoo-user] Re: Trying SRC_URI first during fetching

2009-06-10 Thread Neil Bothwick
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.


-- 
Neil Bothwick

Criminal Lawyer is a redundancy.


signature.asc
Description: PGP signature


[gentoo-user] Re: Trying SRC_URI first during fetching

2009-06-10 Thread Nikos Chantziaras

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.




Re: [gentoo-user] Re: Trying SRC_URI first during fetching

2009-06-10 Thread Neil Bothwick
On Wed, 10 Jun 2009 10:19:11 +0300, Nikos Chantziaras wrote:

  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.

That's what I thought, which is why I posted it when you first asked ;-)


-- 
Neil Bothwick

Top Oxymorons Number 47: Act naturally


signature.asc
Description: PGP signature


[gentoo-user] Re: Trying SRC_URI first during fetching

2009-06-09 Thread Nikos Chantziaras

Stroller wrote:


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.


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.


Of course that doesn't mean SRC_URI should be tried by default first.  I 
never suggested that and look what happened to this thread :P