From owner-freebsd-questions@FreeBSD.ORG Wed Nov 16 23:40:52 2005 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EF37816A41F for ; Wed, 16 Nov 2005 23:40:52 +0000 (GMT) (envelope-from iaccounts@ibctech.ca) Received: from pearl.ibctech.ca (pearl.ibctech.ca [209.167.58.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id ADE5043D7C for ; Wed, 16 Nov 2005 23:40:51 +0000 (GMT) (envelope-from iaccounts@ibctech.ca) Received: (qmail 47123 invoked by uid 1002); 16 Nov 2005 23:40:50 -0000 Received: from iaccounts@ibctech.ca by pearl.ibctech.ca by uid 89 with qmail-scanner-1.22 (spamassassin: 2.64. Clear:RC:1(209.167.16.15):. Processed in 4.553901 secs); 16 Nov 2005 23:40:50 -0000 Received: from unknown (HELO fuze) (209.167.16.15) by pearl.ibctech.ca with SMTP; 16 Nov 2005 23:40:45 -0000 From: "Steve Bertrand" To: "'J.D. Bronson'" Date: Wed, 16 Nov 2005 18:40:45 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.5510 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1506 Thread-Index: AcXrBhtII3Mfb14TRRS473OrsEC4LwAAOnrA In-Reply-To: <6.2.5.6.2.20051116173149.00c0cf58@wixb.com> X-Qmail-Scanner-Message-ID: <113218444667547100@pearl.ibctech.ca> Message-Id: <20051116234051.ADE5043D7C@mx1.FreeBSD.org> Cc: 'FreeBSD Questions' Subject: RE: Release engineering confusion X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Nov 2005 23:40:53 -0000 > -----Original Message----- > From: J.D. Bronson [mailto:jbronson@wixb.com] > Sent: Wednesday, November 16, 2005 6:33 PM > To: Steve Bertrand > Cc: 'FreeBSD Questions' > Subject: Re: Release engineering confusion > > At 05:16 PM 11/16/2005, Steve Bertrand wrote: > >Hi all, > > > >I'm a little confused about which tags to use in my supfiles > for cvsup. > > > >I've installed 6.0-RELEASE, and really want to stay with STABLE. > >AFAICT, in my supfile, I should have the following to do so: > > > >*default tag=RELENG_6_0 > > > >...is that correct? I used this, and after a buildworld I > got an error. > >I'm not concerned about that right now though. Also, is RELENG_6 > >considered to be the most current, up-to-date release of the > 6.0 track, > >as opposed to STABLE? > > > >Steve > > > according to the example in /usr/share/examples/cvsup: > # The following line is for 6-stable. If you want 5-stable, > 4-stable, # 3-stable, or 2.2-stable, change to "RELENG_5", > "RELENG_4", "RELENG_3", # or "RELENG_2_2" respectively. > *default release=cvs tag=RELENG_6 > *default delete use-rel-suffix > > > So I used this in my cvsup-file > *default release=cvs tag=RELENG_6 > > and buildworld fails on libcurses...... Whoops, sorry! I went ahead of myself and said 'me too', whereas I should of said, I get fails on buildworld as well, but it wasn't there. Steve