Date: Mon, 29 Aug 2005 14:27:55 -0800 From: Beecher Rintoul <akbeech@gmail.com> To: freebsd-questions@freebsd.org Subject: Problems Making Release Message-ID: <200508291427.57270.akbeech@gmail.com>
next in thread | raw e-mail | index | archive | help
I'm trying to make a -CURRENT snapshot. cd /usr/src/release make release CHROOTDIR=/bak/release BUILDNAME=7.0-CURRENT CVSROOT=/bak/cvs It errors out with: # Add version information to those things that need it. if [ ! -f /bak/release/tmp/.world_done ]; then cd /bak/release/usr/src/sys/conf && mv newvers.sh foo && sed "s/^RELEASE=.*/RELEASE=7.0-CURRENT/" foo > newvers.sh && rm foo; fi cd: can't cd to /bak/release/usr/src/sys/conf *** Error code 2 Stop in /usr/src/release. /bak/release/usr/src/sys/conf doesn't exist. Am I missing something or is this a problem with -CURRENT release? I'm starting with a current build and an updated CVS directory. Any help would be appreciated. Beech -- --------------------------------------------------------------------------------------- Beech Rintoul - System Administrator - akbeech@gmail.com /"\ ASCII Ribbon Campaign | NorthWind Communications \ / - NO HTML/RTF in e-mail | 201 East 9th Avenue Ste.310 X - NO Word docs in e-mail | Anchorage, AK 99501 / \ ---------------------------------------------------------------------------------------
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200508291427.57270.akbeech>