From owner-freebsd-current@FreeBSD.ORG Tue Nov 29 15:58:55 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3990E106564A for ; Tue, 29 Nov 2011 15:58:55 +0000 (UTC) (envelope-from pluknet@gmail.com) Received: from mail-qy0-f182.google.com (mail-qy0-f182.google.com [209.85.216.182]) by mx1.freebsd.org (Postfix) with ESMTP id EA67D8FC14 for ; Tue, 29 Nov 2011 15:58:54 +0000 (UTC) Received: by qyg36 with SMTP id 36so5782656qyg.13 for ; Tue, 29 Nov 2011 07:58:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=DbrHMGAsab+1laym+ItOTnzlAJEGDmPrN3eqRR/1PvI=; b=wvooA12MyRijgpZUl9+U8nJGM5qd1wmytPaO1sIw3qnT0SsT+3AuCU1vQSlBW9wVtZ TgsYbFJT6b9QG9PGXGuDCTlr5f182L8TjGN0KI206dIFTroSa72MyUh0ca4rQZFQJlMr Rb72gKI1364I2eoovZATPtyzDnk8IXyzTVNU0= MIME-Version: 1.0 Received: by 10.182.31.68 with SMTP id y4mr10034607obh.66.1322580603936; Tue, 29 Nov 2011 07:30:03 -0800 (PST) Received: by 10.182.142.101 with HTTP; Tue, 29 Nov 2011 07:30:03 -0800 (PST) In-Reply-To: <20111126084402.1afbfc16@atom.dino.sk> References: <20111126084402.1afbfc16@atom.dino.sk> Date: Tue, 29 Nov 2011 18:30:03 +0300 Message-ID: From: Sergey Kandaurov To: Milan Obuch Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-current@freebsd.org Subject: Re: Incorrect tag= in /usr/src/share/examples/cvsup/sta(ble|ndard) in 9.0-PRERELEASE? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Nov 2011 15:58:55 -0000 On 26 November 2011 11:44, Milan Obuch wrote: > Hi, > > I am playing a bit with 9.0-PRERELEASE compiling it from source updated > via csup. In both example files there is line specifying what to csup > > *default release=cvs tag=RELENG_8 > > which is incorrect, I think. It is convenient for me to issue just > > csup -h cvsup.freebsd.sk /usr/share/examples/cvsup/stable-supfile > > to update full sources without need to create any cvsup config file, > however in system installed from 9.0 snapshot (maybe two weeks old) > this file points to version 8 files, so I need to correct it for > 9.0-PRERELEASE to not accidentally download older version sources. > > The same is also true after upgrade from source - make installworld > install example files pointing to older version... > > Is it something I do not know about or is it an oversight? I think this > line should already be changed to new tag... > > *default release=cvs tag=RELENG_9 Hi. Fixed. Thanks for your report. Now cvs tag points to RELENG_9 in 9.x sources. -- wbr, pluknet