IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 24056


Ignore:
Timestamp:
May 4, 2009, 12:12:38 PM (17 years ago)
Author:
bills
Message:

picking up some changes from ~ipp/ipp-svn

Location:
trunk/ippTasks
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/chip.pro

    r23954 r24056  
    207207
    208208    # Set a fault code in the database
    209     !chiptool -addprocessedimfile -dbname $DBNAME -chip_id $CHIP_ID -class_id $CLASS_ID -fault $EXIT_CRASH_ERR
     209    exec chiptool -addprocessedimfile -dbname $DBNAME -chip_id $CHIP_ID -class_id $CLASS_ID -fault $EXIT_CRASH_ERR
    210210    process_exit chipPendingImfile $options:0 $EXIT_CRASH_ERR
    211211  end
  • trunk/ippTasks/pantasks.pro

    r23945 r24056  
    1414
    1515$LOADPOLL = 1.0
    16 $LOADEXEC = 5
    17 $RUNPOLL = 0.5
    18 $RUNEXEC = 1
     16$LOADEXEC = 5.0
     17
     18$RUNPOLL  = 0.5
     19$RUNEXEC  = 1.0
    1920
    2021$EXIT_SUCCESS     = 0
Note: See TracChangeset for help on using the changeset viewer.