IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 5, 2006, 5:20:43 PM (20 years ago)
Author:
eugene
Message:

substantial work to use current db tables

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/phase0.pro

    r9305 r9338  
    9898    end
    9999
    100     # do something better with this output target
    101     stdout $EXP_TAG.$CLASS_ID.log
    102     stderr $EXP_TAG.$CLASS_ID.log
     100    $LOG_DIR = `dirname $URI`
     101    stdout $WORKDIR/$LOG_DIR/$EXP_TAG.$CLASS_ID.log
     102    stderr $WORKDIR/$LOG_DIR/$EXP_TAG.$CLASS_ID.log
    103103
    104104    # create the command line
     
    204204    $EXP_TAG   = $word:0
    205205
    206     # do something better with this output target
     206    # XXX add $WORKDIR/$LOG_DIR
    207207    stdout $EXP_TAG.log
    208208    stderr $EXP_TAG.log
Note: See TracChangeset for help on using the changeset viewer.