Subject: Re: archive of netbsd-3 ?
To: None <netbsd-help@netbsd.org>
From: George Georgalis <george@galis.org>
List: netbsd-help
Date: 08/13/2007 10:03:46
On Sat, Aug 11, 2007 at 09:49:52PM +0200, Tobias Nygren wrote:
>On Fri, 10 Aug 2007 11:44:19 -0400
>"George Georgalis" <george@galis.org> wrote:
>
>> >> Is there a
>> >> ftp://ftp.netbsd.org/pub/pkgsrc/pkgsrc-2007Q2/pkgsrc-2007Q2.tar.bz2
>> >> equivalent for netbsd-3?
>> >> 
>> >> ... I can't find any.
>> 
>> I was hoping netbsd src tags would be available as
>> archive, to accelerate a new checkout. maybe it
>> would reduce load and bandwidth of the netbsd cvs
>> servers too?
>
>Hi,
>
>There are tarballs for the netbsd-3 branch available at:
>ftp://ftp.NetBSD.org/pub/NetBSD-daily/netbsd-3/pick_date/source/sets/

Humm, I tried the following script...

#:: Set parameters to obtain the NetBSD sources, and download.
lastsrc () { # Return the dated path of the last netbsd-3 tgz
        echo "ls -rx" \
        | ftp -4 ftp://ftp.netbsd.net/pub/NetBSD-daily/netbsd-3/ \
        | awk '{print $1}'
        }
mkdir -p /usr/local/dist/netbsd-3
cd /usr/local/dist/netbsd-3
ftp ftp://ftp.netbsd.net/pub/NetBSD-daily/netbsd-3/$(lastsrc)/source/sets/src.tgz
cd /
tar xzf /usr/local/dist/netbsd-3/src.tgz
#:: Update the src archive, to the cvs tag.
cd /usr/src && cvs -q upd -dP

but given the amount of files being updated, I doubt very
seriously that snapshot contained recent source, or maybe there
is something else out of sync. It _seems_ it is updating every
file in src, there is already a new snapshot since I started the
update.

// George


-- 
George Georgalis, information system scientist <IXOYE><