misc/162693: release/Makefile.sysinstall on 9.x references incorrect branch in examples

Jimmy Olgeni olgeni at FreeBSD.org
Sun Nov 20 16:40:13 UTC 2011


>Number:         162693
>Category:       misc
>Synopsis:       release/Makefile.sysinstall on 9.x references incorrect branch in examples
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Nov 20 16:40:13 UTC 2011
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:


More information about the freebsd-bugs mailing list