IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 40340


Ignore:
Timestamp:
Feb 1, 2018, 6:29:08 PM (8 years ago)
Author:
watersc1
Message:

Likely final version. Corrects mistake with ippb06 (which moved to ATRC, and didn't stay with the cluster), and ensures that the script exits with an error if it has to switch from cull mode to replicate mode.

File:
1 edited

Legend:

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

    r40327 r40340  
    134134for ($i = 0; $i <= 15; $i++) {
    135135    my $loc = 'OFFSITE';
    136     if ($i == 6) {
    137         $loc = 'ITC';
    138     } # This isn't "offsite", it's with the rest of the maui cluster.
     136#    if ($i == 6) {
     137#       $loc = 'ITC';
     138#    } # This isn't "offsite", it's with the rest of the maui cluster.
    139139#    if ($i == 9) { next; } # Not online
    140140
     
    581581} # End check for gpc1 database entry
    582582# End prescan checks.
     583if ($do_cull == -1) {
     584    die "Could not cull after repairing a file.\n";
     585}
    583586
    584587# mddb_create_file($mddb,$key,$exp_id,$class_id,$md5sum);
Note: See TracChangeset for help on using the changeset viewer.