IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 39812


Ignore:
Timestamp:
Nov 16, 2016, 3:37:26 PM (10 years ago)
Author:
watersc1
Message:

Likely final version of rawcheck replicate script targeting the ITC nodes.

File:
1 edited

Legend:

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

    r39798 r39812  
    9999}
    100100for ($i = 105; $i <= 117; $i++) {
     101#    if ($i == 115) { next; }
    101102    my $vol = sprintf("ipp%03d.0",$i);
    102103    $volume_map{$vol} = 'ITC';
     
    126127        $acceptable_volume{$name} = 0;
    127128    }
    128 
    129     if (($name eq 'ipp106.0')||($name eq 'ipp106.1')) {
     129    if ($name =~ /ippb05/) {
    130130        $acceptable_volume{$name} = 0;
    131     }   
     131    }
     132#    if (($name eq 'ipp106.0')||($name eq 'ipp106.1')) {
     133#       $acceptable_volume{$name} = 0;
     134#    }   
    132135}
    133136
Note: See TracChangeset for help on using the changeset viewer.