IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 40823 for trunk


Ignore:
Timestamp:
Jul 3, 2019, 10:57:18 AM (7 years ago)
Author:
mhuber
Message:

manually comment out some diff products in distribution since only used by QUB (needs to be a config option)

File:
1 edited

Legend:

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

    r38564 r40823  
    195195    if ($stage eq "diff") {
    196196        next if $file_rule =~ /CONV/;
     197        ## exclude other products since not used any longer MEH 20190226 -- really should be a config option
     198        #next if $file_rule =~ /STATS/;
     199        #next if $file_rule =~ /LOG/;
     200        #next if $file_rule =~ /TRACE/;
     201        #next if $file_rule =~ /JPEG1/;
     202        #next if $file_rule =~ /JPEG2/;
     203        #next if $file_rule =~ /KERNELS/;
     204        #next if $file_rule =~ /BACKMDL/;
     205        #next if $file_rule =~ /PSF/;
     206        #next if $file->{name} =~ /mdc/;
     207               
    197208    }
    198209    if ($stage eq "SSdiff") {
Note: See TracChangeset for help on using the changeset viewer.