X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~yarrgweb/git?a=blobdiff_plain;f=yarrg%2Fupdate-master-info;h=c668745c5b6e023bbb2ee016c696112548092624;hb=9140d5a3e99e6b98d3f792cb1f82e4d7a0e116d7;hp=c0bbbffe1a303928159b120e66ebef046b55f8ef;hpb=202510fa47a7459760d6e41f6017500696e344d8;p=ypp-sc-tools.web-live.git diff --git a/yarrg/update-master-info b/yarrg/update-master-info index c0bbbff..c668745 100755 --- a/yarrg/update-master-info +++ b/yarrg/update-master-info @@ -95,7 +95,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|^commodclasses/; print $df $_, "\n" or die $!; }