IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 14, 2010, 3:41:18 PM (16 years ago)
Author:
bills
Message:

set magicDSRun.label = goto_cleaned

File:
1 edited

Legend:

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

    r27757 r27959  
    192192            # Tell magicdstool that we've cleaned up this data, so it needs to do the same if it needs to do the same.
    193193            my $magicdstool = can_run('magicdstool') or die "Can't find magicdstool";
    194             $command = "$magicdstool -stage $stage -stage_id $stage_id -updaterun -set_state goto_cleaned";
     194            $command = "$magicdstool -stage $stage -stage_id $stage_id -updaterun -set_state goto_cleaned -set_label goto_cleaned";
    195195            $command .= " -dbname $dbname" if defined $dbname;
    196196            ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
     
    309309        # Tell magicdstool that we've cleaned up this data, so it needs to do the same if it needs to do the same.
    310310        my $magicdstool = can_run('magicdstool') or die "Can't find magicdstool";
    311         $command = "$magicdstool -stage $stage -stage_id $stage_id -updaterun -set_state goto_cleaned";
     311        $command = "$magicdstool -stage $stage -stage_id $stage_id -updaterun -set_state goto_cleaned -set_label goto_cleaned";
    312312        $command .= " -dbname $dbname" if defined $dbname;
    313313        ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
     
    447447            # Tell magicdstool that we've cleaned up this data, so it needs to do the same if it needs to do the same.
    448448            my $magicdstool = can_run('magicdstool') or die "Can't find magicdstool";
    449             $command = "$magicdstool -stage $stage -stage_id $stage_id -updaterun -set_state goto_cleaned";
     449            $command = "$magicdstool -stage $stage -stage_id $stage_id -updaterun -set_state goto_cleaned -set_label goto_cleaned";
    450450            $command .= " -dbname $dbname" if defined $dbname;
    451451            ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
     
    581581            # Tell magicdstool that we've cleaned up this data, so it needs to do the same if it needs to do the same.
    582582            my $magicdstool = can_run('magicdstool') or die "Can't find magicdstool";
    583             $command = "$magicdstool -stage $stage -stage_id $stage_id -updaterun -set_state goto_cleaned";
     583            $command = "$magicdstool -stage $stage -stage_id $stage_id -updaterun -set_state goto_cleaned -set_label goto_cleaned";
    584584            $command .= " -dbname $dbname" if defined $dbname;
    585585            ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
     
    731731            # Tell magicdstool that we've cleaned up this data, so it needs to do the same if it needs to do the same.
    732732            my $magicdstool = can_run('magicdstool') or die "Can't find magicdstool";
    733             $command = "$magicdstool -stage $stage -stage_id $stage_id -updaterun -set_state goto_cleaned";
     733            $command = "$magicdstool -stage $stage -stage_id $stage_id -updaterun -set_state goto_cleaned -set_label goto_cleaned";
    734734            $command .= " -dbname $dbname" if defined $dbname;
    735735            ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
Note: See TracChangeset for help on using the changeset viewer.