Date: Mon, 20 Oct 1997 00:18:40 -0500 From: eculp <eculp@mexcom.net> To: stable@FreeBSD.ORG Subject: Re: Making a release... Message-ID: <344AE9AF.237C228A@mexcom.net> References: <199710191105.MAA24774@awfulhak.demon.co.uk> <344AE335.31DFF4F5@mexcom.net>
next in thread | previous in thread | raw e-mail | index | archive | help
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 <brian@Awfulhak.org>, <brian@FreeBSD.org>, <bri@OpenBSD.org> > > <http://www.Awfulhak.org> > > 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?344AE9AF.237C228A>