IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 42417


Ignore:
Timestamp:
Mar 16, 2023, 5:13:12 PM (3 years ago)
Author:
eugene
Message:

some tweaks after trying on 20100427

Location:
trunk/tools/eam/rawfix.20230221/src
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/eam/rawfix.20230221/src/rawfix.fixchip.pt

    r42411 r42417  
    5757  periods      -poll $RPOLL
    5858  periods      -exec $REXEC
    59   periods      -timeout 60
     59  periods      -timeout 1800
    6060  npending 1
    6161
     
    9494    book setword fixchip.book $options:0 pantaskState DONE
    9595    exec update.rawfix.sh $options:0 fixchip.done
    96     book delpage fixchip.book $options:0
    9796  end
    9897
  • trunk/tools/eam/rawfix.20230221/src/rawfix.fixchip_s2.pt

    r42415 r42417  
    5757  periods      -poll $RPOLL
    5858  periods      -exec $REXEC
    59   periods      -timeout 60
     59  periods      -timeout 1800
    6060  npending 1
    6161
     
    9494    book setword fixchip_s2.book $options:0 pantaskState DONE
    9595    exec update.rawfix.sh $options:0 fixchip_s2.done
    96     book delpage fixchip_s2.book $options:0
    9796  end
    9897
  • trunk/tools/eam/rawfix.20230221/src/rawfix.fixchip_s3.pt

    r42416 r42417  
    5757  periods      -poll $RPOLL
    5858  periods      -exec $REXEC
    59   periods      -timeout 60
     59  periods      -timeout 1800
    6060  npending 1
    6161
     
    9494    book setword fixchip_s3.book $options:0 pantaskState DONE
    9595    exec update.rawfix.sh $options:0 fixchip_s3.done
    96     book delpage fixchip_s3.book $options:0
    9796  end
    9897
  • trunk/tools/eam/rawfix.20230221/src/rawfix.md5sum.pt

    r42411 r42417  
    170170
    171171  task.exit 0
    172     nights.mdsum.exit OK
    173   end
    174 
    175   # exit values other than 0:
    176   task.exit    default
    177     nights.mdsum.exit FAIL
    178     showcommand failure
    179   end
    180 
    181   task.exit    crash
    182     nights.mdsum.exit CRASH
    183     showcommand crash
    184   end
    185 
    186   # operation times out?
    187   task.exit    timeout
    188     nights.mdsum.exit TIMEOUT
     172    nights.md5sum.exit OK
     173  end
     174
     175  # exit values other than 0:
     176  task.exit    default
     177    nights.md5sum.exit FAIL
     178    showcommand failure
     179  end
     180
     181  task.exit    crash
     182    nights.md5sum.exit CRASH
     183    showcommand crash
     184  end
     185
     186  # operation times out?
     187  task.exit    timeout
     188    nights.md5sum.exit TIMEOUT
    189189    showcommand timeout
    190190  end
     
    256256######################### UTILITIES #################################
    257257
    258 macro nights.mdsum.exit
     258macro nights.md5sum.exit
    259259  if ($0 != 2)
    260     echo "USAGE: nights.mdsum.exit (quality)"
     260    echo "USAGE: nights.md5sum.exit (quality)"
    261261    break
    262262  end
  • trunk/tools/eam/rawfix.20230221/src/rawfix.md5sum_s2.pt

    r42415 r42417  
    171171  # dump stdout / stderr to a file on failure?
    172172  task.exit 0
    173     nights.mdsum.exit OK
    174   end
    175 
    176   # exit values other than 0:
    177   task.exit    default
    178     nights.mdsum.exit FAIL
    179     showcommand failure
    180   end
    181 
    182   task.exit    crash
    183     nights.mdsum.exit CRASH
    184     showcommand crash
    185   end
    186 
    187   # operation times out?
    188   task.exit    timeout
    189     nights.mdsum.exit TIMEOUT
     173    nights.md5sum_s2.exit OK
     174  end
     175
     176  # exit values other than 0:
     177  task.exit    default
     178    nights.md5sum_s2.exit FAIL
     179    showcommand failure
     180  end
     181
     182  task.exit    crash
     183    nights.md5sum_s2.exit CRASH
     184    showcommand crash
     185  end
     186
     187  # operation times out?
     188  task.exit    timeout
     189    nights.md5sum_s2.exit TIMEOUT
    190190    showcommand timeout
    191191  end
     
    257257######################### UTILITIES #################################
    258258
    259 macro nights.mdsum.exit
     259macro nights.md5sum_s2.exit
    260260  if ($0 != 2)
    261     echo "USAGE: nights.mdsum.exit (quality)"
     261    echo "USAGE: nights.md5sum_s2.exit (quality)"
    262262    break
    263263  end
  • trunk/tools/eam/rawfix.20230221/src/rawfix.pt

    r42416 r42417  
    2323# order is this file is not determinative, only the
    2424# change of state from STAGE1.new -> STAGE1.done -> STAGE2.new
    25 # input rawfix.ckchip.pt
    26 # input rawfix.fixchip.pt
    27 # input rawfix.md5sum.pt
    28 # input rawfix.md5chk.pt
    29 # input rawfix.fixchip_s2.pt
    30 # input rawfix.md5sum_s2.pt
    31 # input rawfix.md5chk_s2.pt
    32 # input rawfix.fixchip_s3.pt
     25input rawfix.ckchip.pt
     26input rawfix.fixchip.pt
     27input rawfix.md5sum.pt
     28input rawfix.md5chk.pt
     29input rawfix.fixchip_s2.pt
     30input rawfix.md5sum_s2.pt
     31input rawfix.md5chk_s2.pt
     32input rawfix.fixchip_s3.pt
    3333
    3434# no need to run rsync if we use the b-node working directory:
Note: See TracChangeset for help on using the changeset viewer.