chiark / gitweb /
Do not include vessel info in published _ocean-*.txt
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 7 Sep 2009 17:03:32 +0000 (18:03 +0100)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Mon, 7 Sep 2009 17:03:32 +0000 (18:03 +0100)
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 $!;
     }