From owner-cvs-src-old@FreeBSD.ORG Fri Sep 11 13:46:43 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E4A06106568D for ; Fri, 11 Sep 2009 13:46:43 +0000 (UTC) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D32D08FC0A for ; Fri, 11 Sep 2009 13:46:43 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n8BDkhO2035517 for ; Fri, 11 Sep 2009 13:46:43 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n8BDkhLq035516 for cvs-src-old@freebsd.org; Fri, 11 Sep 2009 13:46:43 GMT (envelope-from kensmith@repoman.freebsd.org) Message-Id: <200909111346.n8BDkhLq035516@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to kensmith@repoman.freebsd.org using -f From: Ken Smith Date: Fri, 11 Sep 2009 13:46:28 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/release/scripts package-split.py X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Sep 2009 13:46:44 -0000 kensmith 2009-09-11 13:46:28 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) release/scripts package-split.py Log: SVN rev 197088 on 2009-09-11 13:46:28Z by kensmith MFC r196942: > Bring the layout of package-split.py more in line with where we're going > with packages on the release media. It looks like we'll be putting just > the doc packages on the new "memory stick" image as well as disc1. There > will be no other packages on the CDROM-sized media. The DVD sized media > will include the doc packages plus whatever other packages we decide to > make part of the release. > > This commit just brings the basic structure in line with being able to > do this. We still need to discuss with various people exactly which > packages will be included on the DVD. > > If the environement variable "PKG_DVD" is set a tree suitable for the > DVD media is generated. Otherwise a tree suitable for the "memory stick" > and disc1 is generated. Approved by: re (kib) Revision Changes Path 1.18.2.2 +54 -67 src/release/scripts/package-split.py