IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 17, 2011, 2:01:55 PM (15 years ago)
Author:
watersc1
Message:

Finished version with tested --continue option. I haven't changed the task yet, because I'm not completely convinced that there isn't a race condition between --continue and regtool -pendingburntoolimfile.

File:
1 edited

Legend:

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

    r30636 r30944  
    131131        run ( command => $regtool_status_cmd, verbose => $verbose );
    132132    unless ($success) {
     133        print "Unsuccessful at running regtool -checkstatus, aborting continue\n";
    133134        $continue = 0;
    134135    }
     
    147148                $this_exp_id = $entry->{exp_id};
    148149                $this_uri    = $entry->{uri};
    149                 $this_state  = $entry->{imfile_state};
     150                $this_state  = $entry->{data_state};
    150151                print ">> $this_exp_id $this_uri $this_state\n";
    151152                if ($this_state eq 'pending_burntool') {
     
    237238        $command .= " -set_state full ";
    238239    }
     240       
    239241    $status = vsystem ($command, $REALRUN);
    240242    if ($status) {
Note: See TracChangeset for help on using the changeset viewer.