X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~yarrgweb/git?a=blobdiff_plain;f=yarrg%2Fupdate-master-info;h=c668745c5b6e023bbb2ee016c696112548092624;hb=217ac850a0e5cca6b2eb24d30ac443d263912e4f;hp=e2b0973db453b093e9b6f261b60c5f2969701e8b;hpb=5b88fe0fb309a1d55292c6b10b967481b78440d7;p=ypp-sc-tools.web-live.git diff --git a/yarrg/update-master-info b/yarrg/update-master-info index e2b0973..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|^vessels|^shot\b/; + next if $h =~ m/^client|^vessels|^shot\b|^commodclasses/; print $df $_, "\n" or die $!; }