From f02d4b019d25b89202557545917f76d721bbb1cc Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 7 Sep 2009 18:03:32 +0100 Subject: [PATCH] Do not include vessel info in published _ocean-*.txt --- yarrg/update-master-info | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yarrg/update-master-info b/yarrg/update-master-info index 893b367..b16e7b4 100755 --- a/yarrg/update-master-info +++ b/yarrg/update-master-info @@ -90,7 +90,7 @@ sub process_some_info ($$$) { next if $h =~ m/^nocommods/; } next if $sfn =~ m/source-info/ && $h =~ m/^ocean\b/; - next if $h =~ m/^client\b/; + next if $h =~ m/^client|^vessels|^shot\b/; print $df $_, "\n" or die $!; } -- 2.30.2