Dnia 2014-09-29, o godz. 08:59:44
Michał Górny <[email protected]> napisał(a):

> Access to main repos goes through SSH currently. If you want it, please
> send me your public SSH key in a GPG signed mail. Since this is just
> a testing repo, you don't have to be a developer to have it. Note that
> this requires IPv6 currently, so get a tunnel if you don't have one
> yet :).
> 
> Read-only access preferred through github (to offload our server). For
> populating rsync mirrors, I'm planning to support two methods:
> 
> a. using git repo -- git pull in directory used for rsync :),
> 
> b. using rsync -- more space-efficient, slower, non-atomic. Does not
> work since I didn't set up rsync daemon on the server yet :).

Two more news:

1. I have started git & rsync daemons (the latter on non-standard port
8873).

2. Peter Stuge has provided IPv4 tunnel to the server @ c2gv4.stuge.se.

As for git daemon, it is more formality than real need. You are still
encouraged to use github. But if you really want to play with it:

  git clone git://c2g.excelsior.flameeyes.eu/user.git

As for rsync, it's more for backwards compatibility. It's better to
pull in rsync.git from github :). But if you want to play with it:

  rsync -va rsync://c2g.excelsior.flameeyes.eu:8873/gentoo-portage \
  portage

And the IPv4 host:

  git clone c2gv4.stuge.se:dev.git
  git clone git://c2gv4.stuge.se/user.git
  rsync -va rsync://c2gv4.stuge.se:8873/gentoo-portage portage


-- 
Best regards,
Michał Górny

Attachment: signature.asc
Description: PGP signature

Reply via email to