From owner-cvs-src@FreeBSD.ORG Mon Mar 21 20:03:56 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6989016A4CE; Mon, 21 Mar 2005 20:03:56 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D40343D2F; Mon, 21 Mar 2005 20:03:56 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2LK3uNC070956; Mon, 21 Mar 2005 20:03:56 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2LK3uo6070955; Mon, 21 Mar 2005 20:03:56 GMT (envelope-from jhb) Message-Id: <200503212003.j2LK3uo6070955@repoman.freebsd.org> From: John Baldwin Date: Mon, 21 Mar 2005 20:03:56 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/release/scripts package-split.py X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Mar 2005 20:03:56 -0000 jhb 2005-03-21 20:03:56 UTC FreeBSD src repository Modified files: release/scripts package-split.py Log: - Use the extend method of list objects to append a new list rather than a bunch of append calls when adding more ports to an existing list. - Remove the compatXY packages from disc1 as they are only intended for use on 5.x (6.x doesn't have them as dists anymore) and on 5.x they aren't packages but are old-fashioned distribution tarballs anyway. Revision Changes Path 1.3 +6 -11 src/release/scripts/package-split.py