IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 38679 for trunk/tools


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

Print where we made the copy.

File:
1 edited

Legend:

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

    r38678 r38679  
    7272my @volumes = ();
    7373for (my $i = 4; $i <= 4; $i++) {
    74     for (my $j = 0; $j < 3; $j++) {
     74    my $max = 3;
     75    if ($i == 4) { $max = 2; }
     76    for (my $j = 0; $j < $max; $j++) {
    7577        push @volumes, sprintf("ippb%02d.%1d",$i,$j);
    7678    }
     
    121123            $neb->replicate($key,$rand_vol);
    122124        }
    123         print ">> REP: $key\n";
     125        print ">> REP: $key $rand_vol\n";
    124126        sleep(5);
    125127        my ($ipp_copies,$stsci_copies) = check_instances($key);
Note: See TracChangeset for help on using the changeset viewer.