Changeset 27144
- Timestamp:
- Mar 2, 2010, 2:24:00 PM (16 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
-
ippScripts/scripts/ipp_cleanup.pl (modified) (5 diffs)
-
ippTools/src/magicdstool.c (modified) (1 diff)
-
ippTools/src/magicdstoolConfig.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/ipp_cleanup.pl
r26939 r27144 193 193 # Tell magicdstool that we've cleaned up this data, so it needs to do the same if it needs to do the same. 194 194 my $magicdstool = can_run('magicdstool') or die "Can't find magicdstool"; 195 $command = "$magicdstool -stage $stage -stage_id $stage_id -updaterun -set_state goto_cleaned ";195 $command = "$magicdstool -stage $stage -stage_id $stage_id -updaterun -set_state goto_cleaned -state full"; 196 196 $command .= " -dbname $dbname" if defined $dbname; 197 197 ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) = … … 313 313 # Tell magicdstool that we've cleaned up this data, so it needs to do the same if it needs to do the same. 314 314 my $magicdstool = can_run('magicdstool') or die "Can't find magicdstool"; 315 $command = "$magicdstool -stage $stage -stage_id $stage_id -updaterun -set_state goto_cleaned ";315 $command = "$magicdstool -stage $stage -stage_id $stage_id -updaterun -set_state goto_cleaned -state full"; 316 316 $command .= " -dbname $dbname" if defined $dbname; 317 317 ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) = … … 449 449 # Tell magicdstool that we've cleaned up this data, so it needs to do the same if it needs to do the same. 450 450 my $magicdstool = can_run('magicdstool') or die "Can't find magicdstool"; 451 $command = "$magicdstool -stage $stage -stage_id $stage_id -updaterun -set_state goto_cleaned ";451 $command = "$magicdstool -stage $stage -stage_id $stage_id -updaterun -set_state goto_cleaned -state full"; 452 452 $command .= " -dbname $dbname" if defined $dbname; 453 453 ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) = … … 586 586 # Tell magicdstool that we've cleaned up this data, so it needs to do the same if it needs to do the same. 587 587 my $magicdstool = can_run('magicdstool') or die "Can't find magicdstool"; 588 $command = "$magicdstool -stage $stage -stage_id $stage_id -updaterun -set_state goto_cleaned ";588 $command = "$magicdstool -stage $stage -stage_id $stage_id -updaterun -set_state goto_cleaned -state full"; 589 589 $command .= " -dbname $dbname" if defined $dbname; 590 590 ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) = … … 739 739 # Tell magicdstool that we've cleaned up this data, so it needs to do the same if it needs to do the same. 740 740 my $magicdstool = can_run('magicdstool') or die "Can't find magicdstool"; 741 $command = "$magicdstool -stage $stage -stage_id $stage_id -updaterun -set_state goto_cleaned ";741 $command = "$magicdstool -stage $stage -stage_id $stage_id -updaterun -set_state goto_cleaned -state full"; 742 742 $command .= " -dbname $dbname" if defined $dbname; 743 743 ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) = -
trunk/ippTools/src/magicdstool.c
r27090 r27144 573 573 PXOPT_COPY_S64(config->args, where, "-stage_id", "stage_id", "=="); 574 574 PXOPT_COPY_STR(config->args, where, "-stage", "stage", "=="); 575 PXOPT_COPY_STR(config->args, where, "-state", "state", "=="); 575 576 576 577 if (psListLength(where->list) < 2) { -
trunk/ippTools/src/magicdstoolConfig.c
r27082 r27144 100 100 psMetadataAddS64(updaterunArgs, PS_LIST_TAIL, "-magic_ds_id", 0, "define magictool ID", 0); 101 101 psMetadataAddStr(updaterunArgs, PS_LIST_TAIL, "-stage", 0, "define stage", NULL); 102 psMetadataAddStr(updaterunArgs, PS_LIST_TAIL, "-state", 0, "define state", NULL); 102 103 psMetadataAddS64(updaterunArgs, PS_LIST_TAIL, "-stage_id", 0, "define stage_id", 0); 103 104 psMetadataAddStr(updaterunArgs, PS_LIST_TAIL, "-label", 0, "define label", NULL);
Note:
See TracChangeset
for help on using the changeset viewer.
