From owner-freebsd-stable Sun Oct 19 05:19:19 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id FAA04457 for stable-outgoing; Sun, 19 Oct 1997 05:19:19 -0700 (PDT) (envelope-from owner-freebsd-stable) Received: from emout17.mail.aol.com (emout17.mx.aol.com [198.81.11.43]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id FAA04451 for ; Sun, 19 Oct 1997 05:19:15 -0700 (PDT) (envelope-from Hetzels@aol.com) From: Hetzels@aol.com Received: (from root@localhost) by emout17.mail.aol.com (8.7.6/8.7.3/AOL-2.0.0) id IAA16749; Sun, 19 Oct 1997 08:18:44 -0400 (EDT) Date: Sun, 19 Oct 1997 08:18:44 -0400 (EDT) Message-ID: <971019081844_-1428299526@emout17.mail.aol.com> To: cdillon@tri-lakes.net, stable@freebsd.org Subject: Re: Making a release... Sender: owner-freebsd-stable@freebsd.org X-Loop: FreeBSD.org Precedence: bulk In a message dated 97-10-18 21:48:39 EDT, cdillon@tri-lakes.net writes: > > On the command line, the CHROOTDIR, BUILDNAME, RELEASETAG, and CVSROOT can > and/or need to be set. CHROOTDIR and BUILDNAME are rather > self-explanatory. The last to are not, to me at least. > > I've tried this and it doesn't work: > make release CHROOTDIR=/usr/RELEASE BUILDNAME=2.2.5-BETA > RELEASETAG=RELENG_2_2 CVSROOT=/usr > > It failed on something like "/usr/CVSROOT does not exist". Hmm.. I think > I'll try CVSROOT=/ next time.. anyway.. More detailed instructions from Don't, CVSROOT is used to indicate where your cvs repository is located. While RELEASETAG, is a tag in the cvs repository, which indicates the branch the sources should come from. Check the man pages on cvs. Scot