From owner-svn-doc-user@FreeBSD.ORG Fri Feb 14 22:31:20 2014 Return-Path: Delivered-To: svn-doc-user@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E0FF841E; Fri, 14 Feb 2014 22:31:20 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B3BA31D96; Fri, 14 Feb 2014 22:31:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1EMVKf1069618; Fri, 14 Feb 2014 22:31:20 GMT (envelope-from gjb@svn.freebsd.org) Received: (from gjb@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1EMVKue069617; Fri, 14 Feb 2014 22:31:20 GMT (envelope-from gjb@svn.freebsd.org) Message-Id: <201402142231.s1EMVKue069617@svn.freebsd.org> From: Glen Barber Date: Fri, 14 Feb 2014 22:31:20 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-user@freebsd.org Subject: svn commit: r43944 - user/gjb/releng-rewrite/en_US.ISO8859-1/articles/freebsd-releng X-SVN-Group: doc-user MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-user@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for doc experimental trees List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Feb 2014 22:31:20 -0000 Author: gjb Date: Fri Feb 14 22:31:20 2014 New Revision: 43944 URL: http://svnweb.freebsd.org/changeset/doc/43944 Log: Add notes about the -ALPHA build and what file(s) to update. Add placeholder section for "building the images." Sponsored by: The FreeBSD Foundation Modified: user/gjb/releng-rewrite/en_US.ISO8859-1/articles/freebsd-releng/article.xml Modified: user/gjb/releng-rewrite/en_US.ISO8859-1/articles/freebsd-releng/article.xml ============================================================================== --- user/gjb/releng-rewrite/en_US.ISO8859-1/articles/freebsd-releng/article.xml Fri Feb 14 22:31:18 2014 (r43943) +++ user/gjb/releng-rewrite/en_US.ISO8859-1/articles/freebsd-releng/article.xml Fri Feb 14 22:31:20 2014 (r43944) @@ -113,6 +113,15 @@ Wrapping up the release cycle. + + + + + + Information related to the specific procedures to + build installation medium. + + @@ -305,6 +314,17 @@ &os; -ALPHA snapshots should be built approximately once a week. + + For the first -ALPHA build, the + BRANCH value in + sys/conf/newvers.sh needs to be changed + from CURRENT to ALPHA1. + For subsequent -ALPHA builds, increment + each ALPHAN + value by one. + + See for information on + building the -ALPHA images. @@ -376,4 +396,11 @@ This section describes general post-release tasks. + + + Building the Installer Images + + This section describes how to build the installation images + as part of the &os; release cycle. +