From owner-freebsd-questions@FreeBSD.ORG Tue Aug 3 11:18:28 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 66A7E106566B for ; Tue, 3 Aug 2010 11:18:28 +0000 (UTC) (envelope-from rwmaillists@googlemail.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id EDD878FC08 for ; Tue, 3 Aug 2010 11:18:27 +0000 (UTC) Received: by wyj26 with SMTP id 26so5204894wyj.13 for ; Tue, 03 Aug 2010 04:18:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:subject :message-id:in-reply-to:references:x-mailer:mime-version :content-type:content-transfer-encoding; bh=mbobtqpbNSbtJRJDXOJuvcSPOS8fXRT6DBpwcTG8BsM=; b=UZobxzVIezOc6ofVBO5Tx7RejkEPTC+4WnfiCLfVQDVC7L8/y7BnDAXEOXc/COOUcU ZZNsrbzvREyVAxwfFN6Z6GXCF1NZ4r+ipvPaaFRBBFAb4Bs+uKMC1IzkjpD0wlt8QHjZ oyoe27r/D9goHdf1FWTZLti25eRoUzFvXV5NI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=date:from:to:subject:message-id:in-reply-to:references:x-mailer :mime-version:content-type:content-transfer-encoding; b=EMB9JToiL3oW6KZ72dxYBhm8pDsobFa0lHtk3EdKLJOXXiwI40ytv73mx/soWOepgb Jw0WCbVKj3yx6exNsQcGbwxpC74Vud2c/j7/Vi1PUjbIpgX96BsyUHMocY+jKrfE3K75 2hpFE+tg/YAet18bV8wYWW2cJKvXc7HpZ903A= Received: by 10.216.231.83 with SMTP id k61mr598155weq.88.1280834306876; Tue, 03 Aug 2010 04:18:26 -0700 (PDT) Received: from gumby.homeunix.com (bb-87-81-140-128.ukonline.co.uk [87.81.140.128]) by mx.google.com with ESMTPS id p45sm3461354weq.45.2010.08.03.04.18.25 (version=SSLv3 cipher=RC4-MD5); Tue, 03 Aug 2010 04:18:26 -0700 (PDT) Date: Tue, 3 Aug 2010 12:18:23 +0100 From: RW To: freebsd-questions@freebsd.org Message-ID: <20100803121823.1151789c@gumby.homeunix.com> In-Reply-To: <201008030844.o738isR5087480@banyan.cs.ait.ac.th> References: <201008030844.o738isR5087480@banyan.cs.ait.ac.th> X-Mailer: Claws Mail 3.7.6 (GTK+ 2.20.1; i386-portbld-freebsd8.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: strage tag behaviour with cvsup 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: Tue, 03 Aug 2010 11:18:28 -0000 On Tue, 3 Aug 2010 15:44:54 +0700 (ICT) Olivier Nicole wrote: > Hi, > > While updating my servers I recently found out a stange behaviour. > > I have a configuration file for cvsup. > > If I set the default tag to be RELENG_7_3, I will build a kernel of > name 7.3-RELEASE-pX > > If I set the default tag to be RELENG_7, I will build a kernel of name > 7.3-STABLE > > Is that normal? > > With tag RELENG_7 I would expect to build a 7.X-RELEASE kernel, with X > being the latest available. RELENG_7 is the stable development branch from which RELENG_7_3 is branched. 7.3-RELEASE would be built from a point on RELENG_7_3.