Gentoo Archives: gentoo-user

From: Alan McKinnon <alan.mckinnon@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Emerging SVN build when server is down
Date: Wed, 02 Jul 2008 15:50:45
Message-Id: 200807021750.18644.alan.mckinnon@gmail.com
In Reply to: [gentoo-user] Emerging SVN build when server is down by Neil Bothwick
1 On Wednesday 02 July 2008, Neil Bothwick wrote:
2 > I've just tried to emerge the svn ebuild of madwifi-ng after a kernel
3 > update. I have previously merged this so I have working sources in
4 > $DISTDIR/svn-src but svn.madwifi.org is down. The emerge bails out
5 > when it is unable to contact the server, when I would prefer it to
6 > use the existing sources. Is there a way to force portage to do this?
7
8 There's an env var, something like ESVN_SERVER, that you can set
9 to "offline", and if the ebuild inherits the svn eclass, it won't try
10 to checkout new sources.
11
12 You'll have to look in the eclass to find the correct name. I looked it
13 up only once and noted that it's analogous to ECVS_SERVER (which I use
14 often).
15
16 --
17 Alan McKinnon
18 alan dot mckinnon at gmail dot com
19
20 --
21 gentoo-user@l.g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Emerging SVN build when server is down Neil Bothwick <neil@××××××××××.uk>