Gentoo Archives: gentoo-commits

From: "Fabian Groffen (grobian)" <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] portage r11247 - main/branches/prefix/bin
Date: Mon, 28 Jul 2008 20:08:00
Message-Id: E1KNZ0f-00064H-Fp@stork.gentoo.org
1 Author: grobian
2 Date: 2008-07-28 20:07:56 +0000 (Mon, 28 Jul 2008)
3 New Revision: 11247
4
5 Modified:
6 main/branches/prefix/bin/emerge-webrsync
7 Log:
8 Prepare emerge-webrsync to get working, use gentooexperimental for distfiles
9
10 Modified: main/branches/prefix/bin/emerge-webrsync
11 ===================================================================
12 --- main/branches/prefix/bin/emerge-webrsync 2008-07-28 20:03:55 UTC (rev 11246)
13 +++ main/branches/prefix/bin/emerge-webrsync 2008-07-28 20:07:56 UTC (rev 11247)
14 @@ -39,6 +39,10 @@
15 DISTDIR="${PORTAGE_TMPDIR}/emerge-webrsync"
16 export http_proxy ftp_proxy
17
18 +# PREFIX HACK: use Prefix servers, just because we want this and infra
19 +# just can't support us yet
20 +GENTOO_MIRRORS=http://prefix.gentooexperimental.org
21 +
22 # If PORTAGE_NICENESS is overriden via the env then it will
23 # still pass through the portageq call and override properly.
24 if [ -n "${PORTAGE_NICENESS}" ]; then