- Timestamp:
- Oct 21, 2010, 2:45:13 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20100823/ippScripts/scripts/ipp_apply_burntool.pl
r27299 r29515 55 55 my $ppConfigDump = can_run('ppConfigDump') or (warn "Can't find ppConfigDump" and $missing_tools = 1); 56 56 my $nebXattr = can_run('neb-xattr') or (warn "Can't find neb-xattr" and $missing_tools = 1); 57 my $nebreplicate = can_run('neb-replicate') or (warn "Can't find neb-replicate" and $missing_tools = 1); 57 58 #my $fpack = can_run('fpack') or (warn "Can't find fpack" and $missing_tools = 1); 58 59 if ($missing_tools) { … … 214 215 215 216 $status = vsystem ("$nebXattr --write $outTable user.copies:2",$REALRUN); 217 $status = vsystem ("$nebreplicate --set_copies 2 $outTable",$REALRUN); 216 218 $status = vsystem ("$regtool -dbname $dbname -updateprocessedimfile -exp_id $exp_id -class_id $class_id -burntool_state $outState", $REALRUN); 217 219 if ($status) {
Note:
See TracChangeset
for help on using the changeset viewer.
