IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 16, 2009, 4:05:40 PM (17 years ago)
Author:
watersc1
Message:

Set user.copies = 2 for all newly generated burntool tables.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/ipp_apply_burntool.pl

    r25472 r25863  
    5353my $burntool = can_run('burntool') or (warn "Can't find burntool" and $missing_tools = 1);
    5454my $ppConfigDump = can_run('ppConfigDump') or (warn "Can't find ppConfigDump" and $missing_tools = 1);
     55my $nebXattr = can_run('neb-xattr') or (warn "Can't find neb-xattr" and $missing_tools = 1);
    5556#my $fpack    = can_run('fpack')    or (warn "Can't find fpack" and $missing_tools = 1);
    5657if ($missing_tools) {
     
    190191        }
    191192       
     193        $status = vsystem ("$neb-xattr --write $outTable user.copies:2");
    192194        $status = vsystem ("$regtool -dbname $dbname -updateprocessedimfile -exp_id $exp_id -class_id $class_id -burntool_state $outState", $REALRUN);
    193195        if ($status) {
Note: See TracChangeset for help on using the changeset viewer.