Date: Sun, 22 Apr 2012 18:14:57 -0400 From: Glen Barber <gjb@FreeBSD.org> To: Adrian Wontroba <aw1@stade.co.uk> Cc: freebsd-stable@FreeBSD.org Subject: Re: RELENG_8 still identifies itself as 8.3-PRERELEASE Message-ID: <20120422221457.GC1968@glenbarber.us> In-Reply-To: <20120422215902.GA72219@swelter.hanley.stade.co.uk> References: <20120422215902.GA72219@swelter.hanley.stade.co.uk>
next in thread | previous in thread | raw e-mail | index | archive | help
[-- Attachment #1 --]
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
[-- Attachment #2 --]
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20120422221457.GC1968>
