IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 32530


Ignore:
Timestamp:
Oct 10, 2011, 3:51:34 PM (15 years ago)
Author:
watersc1
Message:

paranoia changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tags/ipp-20110622/Nebulous/bin/neb-repair

    • Property svn:mergeinfo set to (toggle deleted branches)
      /trunk/Nebulous/bin/neb-repairmergedeligible
      /branches/czw_branch/20101203/Nebulous/bin/neb-repair29907-30631
      /branches/eam_branches/ipp-20101103/Nebulous/bin/neb-repair29657-29920
      /branches/eam_branches/ipp-20101205/Nebulous/bin/neb-repair29959-30585
      /branches/eam_branches/ipp-20110213/Nebulous/bin/neb-repair30628-31149
      /branches/eam_branches/ipp-20110404/Nebulous/bin/neb-repair31166-31444
      /branches/eam_branches/ipp-20110505/Nebulous/bin/neb-repair31458-31658
    r32476 r32530  
    118118                    print "\tcp $valid_file $f\n";
    119119                    system("cp $valid_file $f");
     120                    if ($? >> 8 != 0) {
     121                        die "Failed to copy file $valid_file to $f!\n";
     122                    }
    120123                }
    121124            }
     
    124127}
    125128
    126 if ($N_files > $user_copies) {
    127     my @split = split /\//, $last_f;
    128     my $volume = $split[2];
    129     print "Culling extra copy: neb-cull --volume $volume $key\n";
    130     system("neb-cull --volume $volume $key");
    131 }
     129# if ($N_files > $user_copies) {
     130#     my @split = split /\//, $last_f;
     131#     my $volume = $split[2];
     132#     print "Culling extra copy: neb-cull --volume $volume $key\n";
     133#     system("neb-cull --volume $volume $key");
     134# }
    132135
    133136
Note: See TracChangeset for help on using the changeset viewer.