From owner-cvs-all@FreeBSD.ORG Tue Jan 22 16:58:57 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8385B16A420; Tue, 22 Jan 2008 16:58:57 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id 62FC313C465; Tue, 22 Jan 2008 16:58:57 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.14.1/8.14.1) with ESMTP id m0MGsHR5049910; Tue, 22 Jan 2008 09:54:18 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Tue, 22 Jan 2008 09:57:57 -0700 (MST) Message-Id: <20080122.095757.1159151185.imp@bsdimp.com> To: ru@FreeBSD.ORG From: "M. Warner Losh" In-Reply-To: <20080122155427.GB16573@team.vega.ru> References: <200801211844.m0LIiufY081896@repoman.freebsd.org> <20080121.151417.1106074095.imp@bsdimp.com> <20080122155427.GB16573@team.vega.ru> X-Mailer: Mew version 5.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.ORG, src-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, obrien@FreeBSD.ORG Subject: Re: cvs commit: src Makefile.inc1 src/tools/build Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jan 2008 16:58:57 -0000 In message: <20080122155427.GB16573@team.vega.ru> Ruslan Ermilov writes: : Hi, : : On Mon, Jan 21, 2008 at 03:14:17PM -0700, M. Warner Losh wrote: : > In message: <200801211844.m0LIiufY081896@repoman.freebsd.org> : > "David E. O'Brien" writes: : > : Remove 5.x and 6.x cruft - source upgrades to RELENG_8 from versions prior : > : to RELENG_7 are not supported. : > : > I've just committed an updating entry for this change. The commit : > message has a typo in it. It should read "versions prior to RELENG_6" : > rather than RELENG_7. : : Both messages are bad, because RELENG_[67] are floating targets. They are imprecise. But are a good mnemonic for how to remember what's supported. : > This means we support people back just under 3 : > years (May 2005: 2 years 8 months) rather than the little over 3 years : > we did before (Oct 2004 3 years 3 months). FreeBSD_vesrion 600029 and : > newer will work. So this delta pushes back things forward only about : > 8 months. : : I only wonder how was the value of 600029 choosen? It was two revisions before the branch point for RELENG_6, which happened at 600031. It also is one greater than the largest if that was removed. Warner