IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 25677


Ignore:
Timestamp:
Sep 29, 2009, 9:35:27 PM (17 years ago)
Author:
bills
Message:

don't include convolution files in the diff bundles

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippScripts/scripts/dist_component.pl

    r24872 r25677  
    164164            or ($file_rule =~ /.JPEG2/));
    165165
     166    if ($stage eq "diff") {
     167        next if $file_rule =~ /CONV/;
     168    }
     169
    166170    my $file_name = $file->{name};
    167171    my $base = basename($file_name);
Note: See TracChangeset for help on using the changeset viewer.