From: Ian Jackson Date: Mon, 7 Sep 2009 17:03:32 +0000 (+0100) Subject: Do not include vessel info in published _ocean-*.txt X-Git-Tag: 5.0^2~156 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~yarrgweb/git?p=ypp-sc-tools.db-test.git;a=commitdiff_plain;h=f02d4b019d25b89202557545917f76d721bbb1cc Do not include vessel info in published _ocean-*.txt --- 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 $!; }