IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 38943 for trunk/ippTools


Ignore:
Timestamp:
Oct 22, 2015, 2:23:44 PM (11 years ago)
Author:
watersc1
Message:

Final version of full force summary addstar changes. Typos fixed, sql fixed, addstar_run.pl now explicitly requires a dbname entry, task updated with revert code.

Location:
trunk/ippTools
Files:
2 edited

Legend:

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

    r38846 r38943  
    44        'fullforce_summary',            -- stage
    55        ff_id,         -- stage_id
    6         0,             -- stage_extra1
     6        %d,            -- stage_extra1
    77        '%s',           -- state
    88        '%s',           -- workdir
  • trunk/ippTools/src/pxadd.c

    r37551 r38943  
    171171        query = pxDataGet("addtool_queue_ff_id.sql");
    172172        psMemSetPersistent(query, true);
     173      }
     174      else if (strcmp(stage,"fullforce_summary") == 0) {
     175        query = pxDataGet("addtool_queue_ffsummary.sql");
     176        psMemSetPersistent(query,true);
    173177      }
    174178
Note: See TracChangeset for help on using the changeset viewer.