From owner-svn-doc-head@FreeBSD.ORG Mon Apr 6 04:47:44 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 471407ED;
Mon, 6 Apr 2015 04:47:44 +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 2EB87E7D;
Mon, 6 Apr 2015 04:47:44 +0000 (UTC)
Received: from svn.freebsd.org ([127.0.1.70])
by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t364lhe0078937;
Mon, 6 Apr 2015 04:47:43 GMT (envelope-from eadler@FreeBSD.org)
Received: (from eadler@localhost)
by svn.freebsd.org (8.14.9/8.14.9/Submit) id t364lfK5078929;
Mon, 6 Apr 2015 04:47:41 GMT (envelope-from eadler@FreeBSD.org)
Message-Id: <201504060447.t364lfK5078929@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 04:47:41 +0000 (UTC)
To: doc-committers@freebsd.org, svn-doc-all@freebsd.org,
svn-doc-head@freebsd.org
Subject: svn commit: r46481 - in head: el_GR.ISO8859-7/articles
el_GR.ISO8859-7/articles/releng-packages en_US.ISO8859-1/articles
en_US.ISO8859-1/articles/releng en_US.ISO8859-1/articles/releng-packages
en_...
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 04:47:44 -0000
Author: eadler
Date: Mon Apr 6 04:47:40 2015
New Revision: 46481
URL: https://svnweb.freebsd.org/changeset/doc/46481
Log:
releng-packages: remove it
- remove article about releng packages
- we no longer produce multi-cd releases
- CVS is not our VCS system
- we havn't releaseed with xfree86 is years
- section 1 about the 'ports cluster' is now entirely untrue and
been disclaimed by portmgr
Discussed with: peter, bdrewery, Daniel O'Connor
Deleted:
head/el_GR.ISO8859-7/articles/releng-packages/
head/en_US.ISO8859-1/articles/releng-packages/
head/fr_FR.ISO8859-1/articles/releng-packages/
head/ru_RU.KOI8-R/articles/releng-packages/
Modified:
head/el_GR.ISO8859-7/articles/Makefile
head/en_US.ISO8859-1/articles/Makefile
head/en_US.ISO8859-1/articles/releng/article.xml
head/en_US.ISO8859-1/htdocs/docs/books.xml
head/fr_FR.ISO8859-1/articles/Makefile
head/ja_JP.eucJP/articles/Makefile
head/ru_RU.KOI8-R/articles/Makefile
head/share/xml/urls.ent
Modified: head/el_GR.ISO8859-7/articles/Makefile
==============================================================================
--- head/el_GR.ISO8859-7/articles/Makefile Sun Apr 5 16:49:33 2015 (r46480)
+++ head/el_GR.ISO8859-7/articles/Makefile Mon Apr 6 04:47:40 2015 (r46481)
@@ -15,7 +15,6 @@ SUBDIR+= nanobsd
SUBDIR+= new-users
SUBDIR+= problem-reports
SUBDIR+= releng
-SUBDIR+= releng-packages
DOC_PREFIX?= ${.CURDIR}/../..
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
Modified: head/en_US.ISO8859-1/articles/Makefile
==============================================================================
--- head/en_US.ISO8859-1/articles/Makefile Sun Apr 5 16:49:33 2015 (r46480)
+++ head/en_US.ISO8859-1/articles/Makefile Mon Apr 6 04:47:40 2015 (r46481)
@@ -32,7 +32,6 @@ SUBDIR+= problem-reports
SUBDIR+= rc-scripting
SUBDIR+= relaydelay
SUBDIR+= releng
-SUBDIR+= releng-packages
SUBDIR+= remote-install
SUBDIR+= serial-uart
SUBDIR+= solid-state
Modified: head/en_US.ISO8859-1/articles/releng/article.xml
==============================================================================
--- head/en_US.ISO8859-1/articles/releng/article.xml Sun Apr 5 16:49:33 2015 (r46480)
+++ head/en_US.ISO8859-1/articles/releng/article.xml Mon Apr 6 04:47:40 2015 (r46481)
@@ -1,7 +1,6 @@
The Release Engineering of Third Party Packages'>
]>
@@ -728,12 +727,6 @@
is responsible for maintaining a consistent ports tree that can be used
to create the binary packages that accompany official &os;
releases.
-
- The release engineering activities for our collection of
- third-party packages is beyond the scope of this document. A
- separate article, &art.re.pkgs;, covers this topic
- in depth.
-
@@ -797,17 +790,6 @@
- Discs 3 and 4
-
- The remaining two discs contain additional software
- packages for &os;. The packages should be clustered so that
- a package and all of its dependencies are
- included on the same disc. More information about the
- creation of these discs is provided in the &art.re.pkgs;
- article.
-
-
-
Multi-volume support
Sysinstall supports multiple
Modified: head/en_US.ISO8859-1/htdocs/docs/books.xml
==============================================================================
--- head/en_US.ISO8859-1/htdocs/docs/books.xml Sun Apr 5 16:49:33 2015 (r46480)
+++ head/en_US.ISO8859-1/htdocs/docs/books.xml Mon Apr 6 04:47:40 2015 (r46481)
@@ -247,18 +247,6 @@
interested in producing customized FreeBSD releases for
corporate rollouts or commercial productization.
- FreeBSD
- Release Engineering for Third Party Packages
- (releng-packages)
- Describes the approach used by the FreeBSD ports management team
- to produce a high quality package set suitable for official
- FreeBSD release media. This document is a work in progress, but
- eventually it will cover the process used to build a clean
- package set on the FreeBSD.org "Ports Cluster", how to configure
- any other set of machines as a ports cluster, how to split up
- the packages for the release media, and how to verify that a
- package set is consistent.
-
Remote
Installation of the &os; Operating System without a
Remote Console (remote-install)
Modified: head/fr_FR.ISO8859-1/articles/Makefile
==============================================================================
--- head/fr_FR.ISO8859-1/articles/Makefile Sun Apr 5 16:49:33 2015 (r46480)
+++ head/fr_FR.ISO8859-1/articles/Makefile Mon Apr 6 04:47:40 2015 (r46481)
@@ -21,7 +21,6 @@ SUBDIR+= new-users
SUBDIR+= pam
SUBDIR+= pr-guidelines
SUBDIR+= problem-reports
-SUBDIR+= releng-packages
ROOT_SYMLINKS+= new-users
Modified: head/ja_JP.eucJP/articles/Makefile
==============================================================================
--- head/ja_JP.eucJP/articles/Makefile Sun Apr 5 16:49:33 2015 (r46480)
+++ head/ja_JP.eucJP/articles/Makefile Mon Apr 6 04:47:40 2015 (r46481)
@@ -34,7 +34,6 @@ SUBDIR+= problem-reports
#SUBDIR+= rc-scripting
#SUBDIR+= relaydelay
#SUBDIR+= releng
-#SUBDIR+= releng-packages
#SUBDIR+= remote-install
#SUBDIR+= serial-uart
#SUBDIR+= solid-state
Modified: head/ru_RU.KOI8-R/articles/Makefile
==============================================================================
--- head/ru_RU.KOI8-R/articles/Makefile Sun Apr 5 16:49:33 2015 (r46480)
+++ head/ru_RU.KOI8-R/articles/Makefile Mon Apr 6 04:47:40 2015 (r46481)
@@ -27,7 +27,6 @@ SUBDIR+= pr-guidelines
SUBDIR+= problem-reports
SUBDIR+= relaydelay
SUBDIR+= releng
-SUBDIR+= releng-packages
#SUBDIR+= serial-uart
SUBDIR+= solid-state
#SUBDIR+= vinum
Modified: head/share/xml/urls.ent
==============================================================================
--- head/share/xml/urls.ent Sun Apr 5 16:49:33 2015 (r46480)
+++ head/share/xml/urls.ent Mon Apr 6 04:47:40 2015 (r46481)
@@ -104,7 +104,6 @@
-