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. -- Adrian Wontroba A fool and his money soon go partying.
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
On 22. Apr 2012, at 21:59 , 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.Fixed. -- Bjoern A. Zeeb You have to have visions! It does not matter how good you are. It matters what good you do!
On Sun, Apr 22, 2012 at 10:39:44PM +0000, Bjoern A. Zeeb wrote:> On 22. Apr 2012, at 21:59 , 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.> Fixed.Thanks! Thanks also for the suggestions from others. -- Adrian Wontroba