From owner-freebsd-stable@FreeBSD.ORG Sun Apr 22 22:15:06 2012 Return-Path: Delivered-To: freebsd-stable@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 00B86106564A for ; Sun, 22 Apr 2012 22:15:06 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from glenbarber.us (onyx.glenbarber.us [199.48.134.227]) by mx1.freebsd.org (Postfix) with SMTP id 9FD158FC14 for ; Sun, 22 Apr 2012 22:15:05 +0000 (UTC) Received: (qmail 78486 invoked by uid 0); 22 Apr 2012 18:14:59 -0400 Received: from unknown (HELO glenbarber.us) (76.124.49.145) by 0 with SMTP; 22 Apr 2012 18:14:59 -0400 Date: Sun, 22 Apr 2012 18:14:57 -0400 From: Glen Barber To: Adrian Wontroba Message-ID: <20120422221457.GC1968@glenbarber.us> References: <20120422215902.GA72219@swelter.hanley.stade.co.uk> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="69pVuxX8awAiJ7fD" Content-Disposition: inline In-Reply-To: <20120422215902.GA72219@swelter.hanley.stade.co.uk> X-Operating-System: FreeBSD 10.0-CURRENT amd64 User-Agent: Mutt/1.5.21 (2010-09-15) Cc: freebsd-stable@FreeBSD.org Subject: Re: RELENG_8 still identifies itself as 8.3-PRERELEASE X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Apr 2012 22:15:06 -0000 --69pVuxX8awAiJ7fD Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi, On Sun, Apr 22, 2012 at 10:59:02PM +0100, Adrian Wontroba wrote: > A RELENG_8 system built this morning still identifies itself as > 8.3-PRERELEASE. > > Any chance of this becoming 8.3-STABLE soon? While this is entirely > cosmetic, it does cause me issues at $JOB. > If this is a problem for you at $JOB, the attached patch will fix the version output until the change is made in the official sources. Glen --69pVuxX8awAiJ7fD Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="sys-conf-newversh.sh.diff.txt" Index: sys/conf/newvers.sh =================================================================== --- sys/conf/newvers.sh (revision 234589) +++ sys/conf/newvers.sh (working copy) @@ -32,7 +32,7 @@ TYPE="FreeBSD" REVISION="8.3" -BRANCH="PRERELEASE" +BRANCH="STABLE" if [ "X${BRANCH_OVERRIDE}" != "X" ]; then BRANCH=${BRANCH_OVERRIDE} fi --69pVuxX8awAiJ7fD--