Subject: Re: "professionnal" features
To: None <joel@carnat.net>
From: Mike M. Volokhov <mishka@apk.od.ua>
List: tech-pkg
Date: 04/04/2005 17:55:39
On Mon, 4 Apr 2005 16:03:42 +0200
Joel CARNAT <joel@carnat.net> wrote:

[snip]
> 
>  my problem is not "how to fetch distfiles behind a FW" but "how to sync
>  /usr/pkgsrc behind a FW" :)

I'm sorry for misunderstanding you! I will read the messages more
carefully :)

If so, please use rsync via HTTP proxy, as you have done it for Gentoo
and use one of rsync mirrors from

	http://www.NetBSD.org/mirrors/#rsync

For example (assuming your web proxy supports rsync):

% setenv RSYNC_PROXY proxy.your.domain:3128
% rsync -avvz rsync://rsync.NetBSD.org/NetBSD/packages/pkgsrc/mk/buildlink3/ /usr/pkgsrc/mk/buildlink3/
opening tcp connection to rsync.NetBSD.org port 873
connection via http proxy proxy.your.domain port 3128

** IMPORTANT NOTE **

Rsync service for the "anoncvs" module is moving from ftp.netbsd.org to
anoncvs.netbsd.org in the near future.  The new service is available now.
Please see http://mail-index.netbsd.org/netbsd-users/2004/03/29/0010.html
for important details.

** IMPORTANT NOTE **


receiving file list ... 
done
delta transmission enabled
./
CVS/
BUILDLINK3_DG
CVS/Entries
CVS/Repository
CVS/Root
PKGVIEWS_UG
README
TODO
bsd.buildlink3.mk
bsd.builtin.mk
buildcmd-libtool
cleanup-libtool
cmd-sink-libtool
libtool-fix-la
scan-libtool
transform-libtool

sent 402 bytes  received 95188 bytes  4446.05 bytes/sec
total size is 93767  speedup is 0.98


--
Mishka.