From owner-cvs-all@FreeBSD.ORG Fri Oct 3 09:48:37 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 947AF16A4B3; Fri, 3 Oct 2003 09:48:37 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1436B43F3F; Fri, 3 Oct 2003 09:48:37 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h93GmaXJ089403; Fri, 3 Oct 2003 09:48:36 -0700 (PDT) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h93GmahT089401; Fri, 3 Oct 2003 09:48:36 -0700 (PDT) (envelope-from marcus) Message-Id: <200310031648.h93GmahT089401@repoman.freebsd.org> From: Joe Marcus Clarke Date: Fri, 3 Oct 2003 09:48:36 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/release/scripts print-cdrom-packages.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Oct 2003 16:48:37 -0000 marcus 2003/10/03 09:48:36 PDT FreeBSD src repository (doc,ports committer) Modified files: release/scripts print-cdrom-packages.sh Log: Export PARALLEL_PACAKGE_BUILD to the environment as well to catch more packages that should/should not be included on the first CD. This is needed for the recent KDE space-saving change. Approved by: re (bmah) Revision Changes Path 1.48 +1 -0 src/release/scripts/print-cdrom-packages.sh