chiark / gitweb /
Do not include vessel info in published _ocean-*.txt
[ypp-sc-tools.db-test.git] / yarrg / update-master-info
index 893b3677974aa924143a20360dd085341de3175c..b16e7b4704b4e486b4426ad423a81656bdd4d873 100755 (executable)
@@ -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 $!;
     }