IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 27018


Ignore:
Timestamp:
Feb 19, 2010, 2:31:49 PM (16 years ago)
Author:
watersc1
Message:

Forgot to match bundling rules as well.

File:
1 edited

Legend:

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

    r26151 r27018  
    168168        next if $file_rule =~ /CONV/;
    169169    }
     170    if ($stage eq "SSdiff") {
     171        next if $file_rule =~ /CONV/;
     172    }
    170173
    171174    my $file_name = $file->{name};
     
    342345    } elsif ($stage eq "diff") {
    343346        $type = $diff_cleaned{$rule};
     347    } elsif ($stage eq "SSdiff") {
     348        $type = $diff_cleaned{$rule};
    344349    } elsif ($stage eq "stack") {
    345350        $type = $stack_cleaned{$rule};
     
    405410    } elsif ($stage eq "diff") {
    406411        $config_file_rule = "PPSUB.CONFIG";
     412    } elsif ($stage eq "SSdiff") {
     413        $config_file_rule = "PPSUB.CONFIG";
    407414    } elsif ($stage eq "stack") {
    408415        $config_file_rule = "PPSTACK.CONFIG";
Note: See TracChangeset for help on using the changeset viewer.