IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 29205


Ignore:
Timestamp:
Sep 22, 2010, 3:26:27 PM (16 years ago)
Author:
watersc1
Message:

Replicate burntool tables automagically.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippScripts/scripts/ipp_apply_burntool.pl

    r27299 r29205  
    5555my $ppConfigDump = can_run('ppConfigDump') or (warn "Can't find ppConfigDump" and $missing_tools = 1);
    5656my $nebXattr = can_run('neb-xattr') or (warn "Can't find neb-xattr" and $missing_tools = 1);
     57my $nebreplicate = can_run('neb-replicate') or (warn "Can't find neb-replicate" and $missing_tools = 1);
    5758#my $fpack    = can_run('fpack')    or (warn "Can't find fpack" and $missing_tools = 1);
    5859if ($missing_tools) {
     
    214215
    215216        $status = vsystem ("$nebXattr --write $outTable user.copies:2",$REALRUN);
     217        $status = vsystem ("$nebreplicate --set_copies 2 $outTable",$REALRUN);
    216218        $status = vsystem ("$regtool -dbname $dbname -updateprocessedimfile -exp_id $exp_id -class_id $class_id -burntool_state $outState", $REALRUN);
    217219        if ($status) {
Note: See TracChangeset for help on using the changeset viewer.