IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 38680


Ignore:
Timestamp:
Aug 11, 2015, 5:22:20 PM (11 years ago)
Author:
watersc1
Message:

Check for single ipp copy only cases.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/stsci_disks/p3_permcheck.pl

    r38679 r38680  
    127127        my ($ipp_copies,$stsci_copies) = check_instances($key);
    128128    }
    129    
     129    if ($ipp_copies == 1) {
     130        $neb->replicate($key,$rand_vol);
     131        print ">> REP: $key $rand_vol\n";
     132        sleep(5);
     133        my ($ipp_copies,$stsci_copies) = check_instances($key);
     134    }
    130135    if ($ipp_copies >= 2) {
    131136        $good ++;
Note: See TracChangeset for help on using the changeset viewer.