RELENG_8 still identifies itself as 8.3-PRERELEASE

Glen Barber gjb at FreeBSD.org
Sun Apr 22 22:15:06 UTC 2012


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

-------------- next part --------------
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


More information about the freebsd-stable mailing list