IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 26496


Ignore:
Timestamp:
Dec 29, 2009, 11:11:07 AM (16 years ago)
Author:
bills
Message:

set run state to failed_cleanup if it fails. More work is needed
to get magicdstool -updaterun to deal with fault codes

File:
1 edited

Legend:

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

    r25837 r26496  
    246246    $exit_code = $PS_EXIT_PROG_ERROR unless defined $exit_code;
    247247
    248     my $command = "$magicdstool -updaterun -fault $exit_code";
     248    my $command = "$magicdstool -updaterun -set_state failed_cleanup";
    249249    $command   .= " -magic_ds_id $magic_ds_id";
    250250    $command   .= " -dbname $dbname" if defined $dbname;
Note: See TracChangeset for help on using the changeset viewer.