IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 25837 for trunk/ippTools


Ignore:
Timestamp:
Oct 14, 2009, 11:24:13 AM (17 years ago)
Author:
bills
Message:

use cleaned instead of purged for cleaning up magicDSRuns

Location:
trunk/ippTools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/share/magicdstool_tocleanup.sql

    r25823 r25837  
    77    JOIN magicRun USING(magic_id)
    88    JOIN rawExp USING(exp_id)
    9 WHERE magicDSRun.state = 'goto_purged'
     9WHERE magicDSRun.state = 'goto_cleaned'
    1010-- XXX: need to add fault to magicDSRun
    1111--    AND magicDSRun.fault = 0
  • trunk/ippTools/src/magicdstool.c

    r25835 r25837  
    903903          (strcmp(state, "restored") == 0) ||
    904904          (strcmp(state, "censored") == 0) ||
    905           (strcmp(state, "purged") == 0) ||
     905          (strcmp(state, "cleaned") == 0) ||
    906906          (strcmp(state, "goto_restored") == 0) ||
    907907          (strcmp(state, "goto_censored") == 0) ||
    908           (strcmp(state, "goto_purged") == 0))
     908          (strcmp(state, "goto_cleaned") == 0))
    909909        ) {
    910910        return false;
Note: See TracChangeset for help on using the changeset viewer.