Gentoo Archives: gentoo-user

From: Michael Orlitzky <mjo@g.o>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] git serving portage tree.
Date: Mon, 02 Nov 2015 22:47:02
Message-Id: 5637E7DB.7000800@gentoo.org
In Reply to: Re: [gentoo-user] git serving portage tree. by Bill Kenworthy
1 On 11/02/2015 05:42 PM, Bill Kenworthy wrote:
2 >>
3 >
4 > Thanks. Yes I have a few gentoo machines and around 12 gentoo VM's - I
5 > currently use a rsync/httpreplicator to a master machine architecture
6 > which could be replaced by git.
7 >
8
9 If you don't want to share credentials between the machines, git
10 understands HTTP, too. So you could serve up the gentoo.git directory on
11 your main box, and then
12
13 $ git clone http://w.x.y.z/gentoo.git
14
15 on the VMs. Afterwards `git pull` works normally and neither of those
16 operations require any credentials.

Replies

Subject Author
Re: [gentoo-user] git serving portage tree. Bill Kenworthy <billk@×××××××××.au>