Gentoo Archives: gentoo-scm

From: "Michał Górny" <mgorny@g.o>
To: gentoo-dev@l.g.o
Cc: gentoo-scm@l.g.o
Subject: Re: [gentoo-scm] Testing git gx86 repos (and status update)
Date: Thu, 02 Oct 2014 20:49:20
Message-Id: 20141002224850.3ac3c157@pomiot.lan
In Reply to: [gentoo-scm] Testing git gx86 repos (and status update) by "Michał Górny"
1 Dnia 2014-09-29, o godz. 08:59:44
2 Michał Górny <mgorny@g.o> napisał(a):
3
4 > Access to main repos goes through SSH currently. If you want it, please
5 > send me your public SSH key in a GPG signed mail. Since this is just
6 > a testing repo, you don't have to be a developer to have it. Note that
7 > this requires IPv6 currently, so get a tunnel if you don't have one
8 > yet :).
9 >
10 > Read-only access preferred through github (to offload our server). For
11 > populating rsync mirrors, I'm planning to support two methods:
12 >
13 > a. using git repo -- git pull in directory used for rsync :),
14 >
15 > b. using rsync -- more space-efficient, slower, non-atomic. Does not
16 > work since I didn't set up rsync daemon on the server yet :).
17
18 Two more news:
19
20 1. I have started git & rsync daemons (the latter on non-standard port
21 8873).
22
23 2. Peter Stuge has provided IPv4 tunnel to the server @ c2gv4.stuge.se.
24
25 As for git daemon, it is more formality than real need. You are still
26 encouraged to use github. But if you really want to play with it:
27
28 git clone git://c2g.excelsior.flameeyes.eu/user.git
29
30 As for rsync, it's more for backwards compatibility. It's better to
31 pull in rsync.git from github :). But if you want to play with it:
32
33 rsync -va rsync://c2g.excelsior.flameeyes.eu:8873/gentoo-portage \
34 portage
35
36 And the IPv4 host:
37
38 git clone c2gv4.stuge.se:dev.git
39 git clone git://c2gv4.stuge.se/user.git
40 rsync -va rsync://c2gv4.stuge.se:8873/gentoo-portage portage
41
42
43 --
44 Best regards,
45 Michał Górny

Attachments

File name MIME type
signature.asc application/pgp-signature