Gentoo Archives: gentoo-alt

From: Fabian Groffen <grobian@g.o>
To: gentoo-alt@l.g.o
Subject: Re: [gentoo-alt] [PREFIX] (experimental) rsync access to the Prefix tree
Date: Mon, 12 May 2008 14:58:46
Message-Id: 20080512145849.GF16108@gentoo.org
In Reply to: [gentoo-alt] [PREFIX] (experimental) rsync access to the Prefix tree by Fabian Groffen
1 One thing I forgot...
2
3 On 12-05-2008 16:15:02 +0200, Fabian Groffen wrote:
4 > % cd ${EPREFIX}/usr
5 > % mv portage portage-svn
6 > % rsync -av rsync://rsync.prefix.freens.org/gentoo-portage-prefix/ portage
7
8 before you run emerge --sync, first do this:
9 % echo SYNC="rsync://rsync.prefix.freens.org/gentoo-portage-prefix" >> $EPREFIX/etc/make.conf
10
11 > % emerge --sync
12 >
13 > the emerge --sync should be fast (almost) no differences, but you should
14 > see a stage at the end saying something alike that the metadata cache is
15 > updated.
16 >
17 > If you try, please report back in any case (whether or not it fails or works)
18
19
20 --
21 Fabian Groffen
22 Gentoo on a different level
23 --
24 gentoo-alt@l.g.o mailing list

Replies

Subject Author
Re: [gentoo-alt] [PREFIX] (experimental) rsync access to the Prefix tree Michael Haubenwallner <haubi@g.o>