IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 18524 for trunk/ippTools/share


Ignore:
Timestamp:
Jul 14, 2008, 5:31:55 PM (18 years ago)
Author:
Paul Price
Message:

Removing uri out of magictool -toprocess. Adding magictool -node to get the URIs. I'm worried that pantasks won't be able to handle the MULTI uri. This way, pantasks uses -toprocess, passes the name of the node to process on to a script, and the script can get the list of inputs with -node.

Location:
trunk/ippTools/share
Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/share/Makefile.am

    r18523 r18524  
    7070        magictool_toprocess_tree.sql \
    7171        magictool_toskyfilemask.sql \
     72        magictool_node.sql \
    7273        pxadmin_create_tables.sql \
    7374        pxadmin_drop_tables.sql \
  • trunk/ippTools/share/magictool_toprocess_inputs.sql

    r15336 r18524  
    33    -- convert magic_id into a boolean value (1 or 0)
    44    -- note that the type stays a 64 bit int
    5     magicNodeResult.magic_id IS TRUE as done,
    6     diffSkyfile.uri
     5    magicNodeResult.magic_id IS TRUE as done
    76FROM magicTree
    87JOIN magicRun
  • trunk/ippTools/share/magictool_toprocess_tree.sql

    r15272 r18524  
    33    -- convert magic_id into a boolean value (1 or 0)
    44    -- note that the type stays a 64 bit int
    5     magicNodeResult.magic_id IS TRUE as done,
    6     magicNodeResult.uri
     5    magicNodeResult.magic_id IS TRUE as done
    76FROM magicTree
    87JOIN magicRun
Note: See TracChangeset for help on using the changeset viewer.