From owner-svn-doc-head@FreeBSD.ORG Mon Apr 6 05:33:29 2015 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 82AAA1D1; Mon, 6 Apr 2015 05:33:29 +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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 534202E6; Mon, 6 Apr 2015 05:33:29 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t365XT0t001959; Mon, 6 Apr 2015 05:33:29 GMT (envelope-from eadler@FreeBSD.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t365XTGY001958; Mon, 6 Apr 2015 05:33:29 GMT (envelope-from eadler@FreeBSD.org) Message-Id: <201504060533.t365XTGY001958@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: eadler set sender to eadler@FreeBSD.org using -f From: Eitan Adler Date: Mon, 6 Apr 2015 05:33:29 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r46485 - head/en_US.ISO8859-1/articles/releng X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Apr 2015 05:33:29 -0000 Author: eadler Date: Mon Apr 6 05:33:28 2015 New Revision: 46485 URL: https://svnweb.freebsd.org/changeset/doc/46485 Log: releng: strip some old things There is a two year old warning that this document is partly outdated and that re@ is working on updating it. I don't see many substantive commits updating this doc, so just do a drive-by and remove the obviously wrong and outdated things. the article can use some additional work from someone more clueful about the current re@ process. - remove sysinstall references Modified: head/en_US.ISO8859-1/articles/releng/article.xml Modified: head/en_US.ISO8859-1/articles/releng/article.xml ============================================================================== --- head/en_US.ISO8859-1/articles/releng/article.xml Mon Apr 6 05:30:41 2015 (r46484) +++ head/en_US.ISO8859-1/articles/releng/article.xml Mon Apr 6 05:33:28 2015 (r46485) @@ -510,18 +510,6 @@ - Sysinstall should be updated to note - the number of available ports and the amount of disk space required - for the Ports Collection. - - - &os; Ports Collection - http://www.FreeBSD.org/ports - - - This information is currently kept in - src/usr.sbin/sysinstall/dist.c. - After the release has been built, a number of files should be updated to announce the release to the world. These files are relative to head/ within the @@ -720,25 +708,6 @@ to create the binary packages that accompany official &os; releases. - - - Release ISOs - - Starting with &os; 4.4, the &os; Project decided to - release all four ISO images that were previously sold on the - BSDi/Wind River Systems/FreeBSD Mall - official CDROM distributions. Each of the four - discs must contain a README.TXT file that - explains the contents of the disc, a - CDROM.INF file that provides meta-data for - the disc so that &man.sysinstall.8; can validate and use the - contents, and a filename.txt file that - provides a manifest for the disc. This - manifest can be created with a simple - command: - - /stage/cdrom&prompt.root; find . -type f | sed -e 's/^\.\///' | sort > filename.txt -