Re: RELENG_8 still identifies itself as 8.3-PRERELEASE

2012-04-25 Thread Damien Fleuriot


On 4/23/12 5:01 AM, Adrian Wontroba wrote:
 On Sun, Apr 22, 2012 at 10:39:44PM +, 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.
 

Would like to +1 this as I've had the same issue at work.

Cheers.
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org


RELENG_8 still identifies itself as 8.3-PRERELEASE

2012-04-22 Thread Adrian Wontroba
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.
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org


Re: RELENG_8 still identifies itself as 8.3-PRERELEASE

2012-04-22 Thread Glen Barber
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

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
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org

Re: RELENG_8 still identifies itself as 8.3-PRERELEASE

2012-04-22 Thread Bjoern A. Zeeb
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!

___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org


Re: RELENG_8 still identifies itself as 8.3-PRERELEASE

2012-04-22 Thread Adrian Wontroba
On Sun, Apr 22, 2012 at 10:39:44PM +, 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
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org