From owner-svn-src-projects@FreeBSD.ORG Thu Dec 20 12:42:43 2012 Return-Path: Delivered-To: svn-src-projects@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A3975A11; Thu, 20 Dec 2012 12:42:43 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 886AA8FC0A; Thu, 20 Dec 2012 12:42:43 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBKCghBs046799; Thu, 20 Dec 2012 12:42:43 GMT (envelope-from linimon@svn.freebsd.org) Received: (from linimon@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBKCgheA046798; Thu, 20 Dec 2012 12:42:43 GMT (envelope-from linimon@svn.freebsd.org) Message-Id: <201212201242.qBKCgheA046798@svn.freebsd.org> From: Mark Linimon Date: Thu, 20 Dec 2012 12:42:43 +0000 (UTC) To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r244486 - projects/portbuild/scripts X-SVN-Group: projects MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the src " projects" tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Dec 2012 12:42:43 -0000 Author: linimon (doc,ports committer) Date: Thu Dec 20 12:42:42 2012 New Revision: 244486 URL: http://svnweb.freebsd.org/changeset/base/244486 Log: You don't want to expire portbuild itself. You'll expire things like tools, pxedust, and most importantly, pxeroot. Modified: projects/portbuild/scripts/zexpire Modified: projects/portbuild/scripts/zexpire ============================================================================== --- projects/portbuild/scripts/zexpire Thu Dec 20 12:34:22 2012 (r244485) +++ projects/portbuild/scripts/zexpire Thu Dec 20 12:42:42 2012 (r244486) @@ -13,7 +13,6 @@ VERBOSE= True # List of filesystems to expire expirelist=(("a", 14), - ("a/portbuild", 14), ("a/portbuild/amd64", 14), ("a/portbuild/arm", 14), ("a/portbuild/i386", 14),