IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 27755


Ignore:
Timestamp:
Apr 23, 2010, 11:36:41 AM (16 years ago)
Author:
bills
Message:

remove the -state full to the magicdstool -updaterun -set_state goto_cleaned
magicdstool now does the sensible things itself

File:
1 edited

Legend:

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

    r27638 r27755  
    196196            # Tell magicdstool that we've cleaned up this data, so it needs to do the same if it needs to do the same.
    197197            my $magicdstool = can_run('magicdstool') or die "Can't find magicdstool";
    198             $command = "$magicdstool -stage $stage -stage_id $stage_id -updaterun -set_state goto_cleaned -state full";
     198            $command = "$magicdstool -stage $stage -stage_id $stage_id -updaterun -set_state goto_cleaned";
    199199            $command .= " -dbname $dbname" if defined $dbname;
    200200            ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
     
    316316        # Tell magicdstool that we've cleaned up this data, so it needs to do the same if it needs to do the same.
    317317        my $magicdstool = can_run('magicdstool') or die "Can't find magicdstool";
    318         $command = "$magicdstool -stage $stage -stage_id $stage_id -updaterun -set_state goto_cleaned -state full";
     318        $command = "$magicdstool -stage $stage -stage_id $stage_id -updaterun -set_state goto_cleaned";
    319319        $command .= " -dbname $dbname" if defined $dbname;
    320320        ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
     
    457457            # Tell magicdstool that we've cleaned up this data, so it needs to do the same if it needs to do the same.
    458458            my $magicdstool = can_run('magicdstool') or die "Can't find magicdstool";
    459             $command = "$magicdstool -stage $stage -stage_id $stage_id -updaterun -set_state goto_cleaned -state full";
     459            $command = "$magicdstool -stage $stage -stage_id $stage_id -updaterun -set_state goto_cleaned";
    460460            $command .= " -dbname $dbname" if defined $dbname;
    461461            ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
     
    594594            # Tell magicdstool that we've cleaned up this data, so it needs to do the same if it needs to do the same.
    595595            my $magicdstool = can_run('magicdstool') or die "Can't find magicdstool";
    596             $command = "$magicdstool -stage $stage -stage_id $stage_id -updaterun -set_state goto_cleaned -state full";
     596            $command = "$magicdstool -stage $stage -stage_id $stage_id -updaterun -set_state goto_cleaned";
    597597            $command .= " -dbname $dbname" if defined $dbname;
    598598            ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
     
    747747            # Tell magicdstool that we've cleaned up this data, so it needs to do the same if it needs to do the same.
    748748            my $magicdstool = can_run('magicdstool') or die "Can't find magicdstool";
    749             $command = "$magicdstool -stage $stage -stage_id $stage_id -updaterun -set_state goto_cleaned -state full";
     749            $command = "$magicdstool -stage $stage -stage_id $stage_id -updaterun -set_state goto_cleaned";
    750750            $command .= " -dbname $dbname" if defined $dbname;
    751751            ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
Note: See TracChangeset for help on using the changeset viewer.