aboutsummaryrefslogtreecommitdiff
path: root/Tools/portbuild
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2011-03-21 21:43:58 +0000
committerPav Lucistnik <pav@FreeBSD.org>2011-03-21 21:43:58 +0000
commit95f63674f35889ea58f08639529e03f550abad70 (patch)
tree6df2859926d0a535f9c1a85941aba9b35ab6997a /Tools/portbuild
parent6a8b0d70cf2ee547bea86491c55e2ff192d67da7 (diff)
downloadports-95f63674f35889ea58f08639529e03f550abad70.tar.gz
ports-95f63674f35889ea58f08639529e03f550abad70.zip
Notes
Diffstat (limited to 'Tools/portbuild')
-rw-r--r--Tools/portbuild/scripts/zexpire10
1 files changed, 4 insertions, 6 deletions
diff --git a/Tools/portbuild/scripts/zexpire b/Tools/portbuild/scripts/zexpire
index 5aa7b21c9c38..515ceb039f42 100644
--- a/Tools/portbuild/scripts/zexpire
+++ b/Tools/portbuild/scripts/zexpire
@@ -5,7 +5,6 @@
import zfs, commands, datetime, os
# List of filesystems to expire
-# XXX MCL
expirelist=(("a", 14),
("a/nfs", 14),
("a/local", 14),
@@ -16,11 +15,10 @@ expirelist=(("a", 14),
("a/portbuild/powerpc", 14),
("a/portbuild/sparc64", 14),
("a/snap", 7),
- ("a/snap/ports", 7),
- ("a/snap/src-6/src", 7),
- ("a/snap/src-7/src", 7),
- ("a/snap/src-8/src", 7),
- ("a/snap/src-9/src", 7),
+ ("a/snap/ports", 2),
+ ("a/snap/src-7", 2),
+ ("a/snap/src-8", 2),
+ ("a/snap/src-9", 2),
("a/snap/world-amd64-HEAD", 7),
("a/snap/world-i386-HEAD", 7))