Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Dec 2012 12:42:43 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r244486 - projects/portbuild/scripts
Message-ID:  <201212201242.qBKCgheA046798@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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),



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212201242.qBKCgheA046798>