svn commit: r244486 - projects/portbuild/scripts

Mark Linimon linimon at FreeBSD.org
Thu Dec 20 12:42:43 UTC 2012


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),


More information about the svn-src-projects mailing list