-- wes chow <[EMAIL PROTECTED]> spake thusly:
> I haven't exactly tried it (and correct me if I'm wrong), but the
> impression that I got from some document somewhere (probably the
> portage user guide) was that you could override the variable:
>
> SYNC="rsync://rsync.gentoo.org/gentoo-portage"
> (which is usually located in make.globals)
>
> in make.conf to be something like:
>
> SYNC="user@host:/usr/portage"
>
> where host is the master portage machine and user is somebody who can
> log into that machine and has permission to read /usr/portage. Then
> an "emerge sync" will automatically run rsync with the SYNC argument,
> which will bring /usr/portage over rsh by default (or whatever the RSH
> environment variable is set to) from host.
>
> Does this sound right?
[1] tuck@benzene$ emerge sync
!!! rsync setting: tuck@flashingchance:/usr/portage not
recognized; exiting.
Apparently the only valid strings for beginning the SYNC setting are
'rsync://' and 'cvs://'. And the rsync setting forces a connection to
an rsync server, which many firewalls block.
Ideally (for me) there'd be a way to specify a standard rsync over ssh
connection, but currently it's not possible.
--
[EMAIL PROTECTED] mailing list