Changeset 32530
- Timestamp:
- Oct 10, 2011, 3:51:34 PM (15 years ago)
- File:
-
- 1 edited
-
tags/ipp-20110622/Nebulous/bin/neb-repair (modified) (2 diffs, 1 prop)
Legend:
- Unmodified
- Added
- Removed
-
tags/ipp-20110622/Nebulous/bin/neb-repair
-
Property svn:mergeinfo
set to (toggle deleted branches)
/trunk/Nebulous/bin/neb-repair merged eligible /branches/czw_branch/20101203/Nebulous/bin/neb-repair 29907-30631 /branches/eam_branches/ipp-20101103/Nebulous/bin/neb-repair 29657-29920 /branches/eam_branches/ipp-20101205/Nebulous/bin/neb-repair 29959-30585 /branches/eam_branches/ipp-20110213/Nebulous/bin/neb-repair 30628-31149 /branches/eam_branches/ipp-20110404/Nebulous/bin/neb-repair 31166-31444 /branches/eam_branches/ipp-20110505/Nebulous/bin/neb-repair 31458-31658
r32476 r32530 118 118 print "\tcp $valid_file $f\n"; 119 119 system("cp $valid_file $f"); 120 if ($? >> 8 != 0) { 121 die "Failed to copy file $valid_file to $f!\n"; 122 } 120 123 } 121 124 } … … 124 127 } 125 128 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 # } 132 135 133 136 -
Property svn:mergeinfo
set to (toggle deleted branches)
Note:
See TracChangeset
for help on using the changeset viewer.
