On 11/02/2015 05:42 PM, Bill Kenworthy wrote:
>>
> 
> Thanks.  Yes I have a few gentoo machines and around 12 gentoo VM's - I
> currently use a rsync/httpreplicator to a master machine architecture
> which could be replaced by git.
> 

If you don't want to share credentials between the machines, git
understands HTTP, too. So you could serve up the gentoo.git directory on
your main box, and then

  $ git clone http://w.x.y.z/gentoo.git

on the VMs. Afterwards `git pull` works normally and neither of those
operations require any credentials.



Reply via email to