From owner-freebsd-questions@FreeBSD.ORG Tue Aug 3 08:44:58 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 E83431065678 for ; Tue, 3 Aug 2010 08:44:58 +0000 (UTC) (envelope-from Olivier.Nicole@cs.ait.ac.th) Received: from mail.cs.ait.ac.th (mail.cs.ait.ac.th [192.41.170.16]) by mx1.freebsd.org (Postfix) with ESMTP id D617B8FC12 for ; Tue, 3 Aug 2010 08:44:57 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.cs.ait.ac.th (Postfix) with ESMTP id 804153A3C15 for ; Tue, 3 Aug 2010 15:44:55 +0700 (ICT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=cs.ait.ac.th; h= subject:subject:from:from:message-id:date:date:received:received :received; s=selector1; t=1280825095; x=1282639495; bh=z0u4DU3k2 tE63Mjv5l0YYt/XgMppzsb2963w29ELMag=; b=NMtqnJIfh2m/oiomO3QmXlZtn EO4DhzUo/hCmIzs32hSFjXzKCI2VbclLLSC7y+qy/bUtR6wROw2gU6P8j4gXjM9j HbDWY55spmJ3aiHuQoAl2t9vq54uyErWz+NY/v2ApZEyP2up6B1G0CGzESnPyHkA agUuQHTwHV0diVeZJQ= X-Virus-Scanned: amavisd-new at cs.ait.ac.th Received: from mail.cs.ait.ac.th ([127.0.0.1]) by localhost (mail.cs.ait.ac.th [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id LZYkU16HRYVp for ; Tue, 3 Aug 2010 15:44:55 +0700 (ICT) Received: from banyan.cs.ait.ac.th (banyan.cs.ait.ac.th [192.41.170.5]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.cs.ait.ac.th (Postfix) with ESMTPS id 239AE3A3A58 for ; Tue, 3 Aug 2010 15:44:55 +0700 (ICT) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.14.3/8.14.3/Submit) id o738isR5087480; Tue, 3 Aug 2010 15:44:54 +0700 (ICT) (envelope-from on) Date: Tue, 3 Aug 2010 15:44:54 +0700 (ICT) Message-Id: <201008030844.o738isR5087480@banyan.cs.ait.ac.th> From: Olivier Nicole To: freebsd-questions@FreeBSD.org Cc: Subject: 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 08:44:59 -0000 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. Best regards, Olivier