From owner-freebsd-stable Sun Oct 19 22:15:21 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id WAA27884 for stable-outgoing; Sun, 19 Oct 1997 22:15:21 -0700 (PDT) (envelope-from owner-freebsd-stable) Received: from ns.mexcom.net (ns.mexcom.net [206.103.64.9]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id WAA27879 for ; Sun, 19 Oct 1997 22:15:17 -0700 (PDT) (envelope-from eculp@mexcom.net) Received: from mc.mexcom.net (ppp-8.mexcom.net [206.103.65.200]) by ns.mexcom.net (8.8.7/8.8.7) with SMTP id AAA00895 for ; Mon, 20 Oct 1997 00:12:24 -0500 (CDT) Message-ID: <344AE9AF.237C228A@mexcom.net> Date: Mon, 20 Oct 1997 00:18:40 -0500 From: eculp Organization: MexCom X-Mailer: Mozilla 3.01Gold (X11; I; FreeBSD 3.0-970912-SNAP i386) MIME-Version: 1.0 To: stable@FreeBSD.ORG Subject: Re: Making a release... References: <199710191105.MAA24774@awfulhak.demon.co.uk> <344AE335.31DFF4F5@mexcom.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk eculp wrote: > > Brian Somers wrote: > > > > > I've looked through the handbook and can't find out just HOW to make a > > > release. Looking through /usr/src/release/Makefile got me on the right > > > path, but I still can't get it to work. Lets say, for instance, i want to > > > make a release relative to /usr/RELEASE, and call it 2.2.5-BETA. I use > > > cvsup, if that matters, to update the source tree almost daily. > > [.....] > > > > Check out http://www.freebsd.org/FAQ/custrel.html > > > > It's a fine line dividing the FAQ & the handbook. > > > > > --- Chris Dillon > > > --- cdillon@tri-lakes.net > > > --- Powered by FreeBSD, the best free OS on the planet > > > ---- (http://www.freebsd.org) > > > > -- > > Brian , , > > > > Don't _EVER_ lose your sense of humour.... > > I tried to follow the directions, but must have done something wrong > because > after doing the following: > > cvsup -g -L 2 cvs-supfile > make world > export CVSROOT=/usr/src > make release BUILDNAME=3.0-local CHROOTDIR=/squid1 > > I got the following error. > > mkdir /squid1//bootstrap > for i in /sbin/mount /sbin/umount /usr/bin/cpio ; do cp -p /squid1$i > /squid1//bootstrap ; done > cd /squid1/usr && rm -rf src && cvs -d /usr/src co -P src > > cvs [checkout aborted]: /usr/src/CVSROOT: No such file or directory > *** Error code 1 > > Stop. > > Thank you for your patience. > > ed I made a directory CVSROOT and now have a new error: cd /squid1/usr && rm -rf src && cvs -d /usr/src co -P src cvs checkout: cannot find module `src' - ignored *** Error code 1 Tomorrow is a new day :-) Thanks ed