From g.olgeni@colby.it  Sun Nov 20 16:37:43 2011
Return-Path: <g.olgeni@colby.it>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 93BA4106570A
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 20 Nov 2011 16:37:43 +0000 (UTC)
	(envelope-from g.olgeni@colby.it)
Received: from mail.colby.tv (93-62-141-58.ip22.fastwebnet.it [93.62.141.58])
	by mx1.freebsd.org (Postfix) with ESMTP id 142758FC12
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 20 Nov 2011 16:37:42 +0000 (UTC)
Received: from server.colby.local (localhost [127.0.0.1])
	by server.colby.local (8.14.4/8.14.4) with ESMTP id pAKGbe5Y096264
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 20 Nov 2011 17:37:40 +0100 (CET)
	(envelope-from g.olgeni@colby.it)
Received: from exchange.colby.local ([192.168.1.11] helo=exchange.colby.local)
	with IPv4:25 by server.colby.local; 20 Nov 2011 17:37:40 +0100
Received: from backoffice.colby.local ([192.168.1.56]) by exchange.colby.local over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675);
	 Sun, 20 Nov 2011 17:37:40 +0100
Received: from backoffice.colby.local (localhost [127.0.0.1])
	by backoffice.colby.local (8.14.5/8.14.4) with ESMTP id pAKGbeX8020055
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 20 Nov 2011 17:37:40 +0100 (CET)
	(envelope-from olgeni@backoffice.colby.local)
Received: (from olgeni@localhost)
	by backoffice.colby.local (8.14.5/8.14.4/Submit) id pAKGbehr020054;
	Sun, 20 Nov 2011 17:37:40 +0100 (CET)
	(envelope-from olgeni)
Message-Id: <201111201637.pAKGbehr020054@backoffice.colby.local>
Date: Sun, 20 Nov 2011 17:37:40 +0100 (CET)
From: Jimmy Olgeni <olgeni@freebsd.org>
Reply-To: Jimmy Olgeni <olgeni@freebsd.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: release/Makefile.sysinstall on 9.x references incorrect branch in examples
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         162693
>Category:       bin
>Synopsis:       sysinstall(8): release/Makefile.sysinstall on 9.x references incorrect branch in examples
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-sysinstall
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Nov 20 16:40:13 UTC 2011
>Closed-Date:    Fri Jul 20 20:10:10 UTC 2012
>Last-Modified:  Fri Jul 20 20:10:10 UTC 2012
>Originator:     Jimmy Olgeni
>Release:        FreeBSD 9.0-PRERELEASE amd64
>Organization:
>Environment:
>Description:

In 9.0-STABLE, Makefile.sysinstall's comments still reference
RELENG_8 and stable/8 as example branches for building STABLE
snapshots.

>How-To-Repeat:
>Fix:

--- release/Makefile.sysinstall.orig	2011-09-23 02:51:37.000000000 +0200
+++ release/Makefile.sysinstall	2011-11-20 17:30:14.000000000 +0100
@@ -33,7 +33,7 @@
 #
 #CHROOTDIR=/junk/release
 # If this is a -stable snapshot, then set
-#RELEASETAG=RELENG_8
+#RELEASETAG=RELENG_9
 #
 # To test a release with a source tree containing patches and
 # other work. This tree will get copied instead of getting the
@@ -72,7 +72,7 @@
 #
 # Subversion branch to build for src.  If this is not set then it is
 # automatically computed from RELEASETAG.
-#SVNBRANCH=stable/8
+#SVNBRANCH=stable/9
 #
 # Non-zero if ${RELEASETAG} is in the form "RELENG_ver_RELEASE"; we
 # are building an official release.  Otherwise, we are building for

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-bugs->freebsd-sysinstall 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Mon Nov 28 03:28:39 UTC 2011 
Responsible-Changed-Why:  
Over to maintainer(s). 

http://www.freebsd.org/cgi/query-pr.cgi?pr=162693 
State-Changed-From-To: open->closed 
State-Changed-By: olgeni 
State-Changed-When: Fri Jul 20 20:09:36 UTC 2012 
State-Changed-Why:  
Current values in stable/9 look ok. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=162693 
>Unformatted:
