IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 12, 2023, 11:20:42 AM (3 years ago)
Author:
eugene
Message:

more fixes to the directory hierarchy

File:
1 edited

Legend:

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

    r42462 r42464  
    146146    book getword burnhost.book $pageName fixhost -var BURNHOST
    147147    book getword burnhost.book $pageName chipID  -var CHIP_ID
    148     option $pageName $DATEOBS
    149 
    150     stdout $DATEOBS/log.burntool.run.$CHIP_ID.v$ITER
    151     stderr $DATEOBS/log.burntool.run.$CHIP_ID.v$ITER
    152148
    153149    substr $DATEOBS 0 4 YEAR
     
    156152    sprintf STARTDATE "%s/%s/%s" $YEAR $MONTH $DAY
    157153    sprintf ENDDATE "%s/%s/%s,23:59:59" $YEAR $MONTH $DAY
     154
     155    option $pageName $DATEOBS $YEAR
     156    # save DATEOBS so we can find the md5sum.book entry
     157    # also save YEAR for output log
     158
     159    stdout $mypath/$YEAR/$DATEOBS/log.burntool.run.$CHIP_ID.v$ITER
     160    stderr $mypath/$YEAR/$DATEOBS/log.burntool.run.$CHIP_ID.v$ITER
    158161
    159162    host -required $BURNHOST
     
    274277  $Ndone ++
    275278  book setword burntool.book $options:1 NDONE $Ndone
     279
     280  sprintf tmpline "%s/%s/%s/log.burntool.runhosts.v%d" $mypath $options:2 $options:1 $ITER
    276281  if ("$1" != "OK")
    277282    book setword burntool.book $options:1 pantasksQuality $1
    278     sprintf tmpline "%s/%s/log.burntool.runhosts.v%d" $mypath $options:1 $ITER
    279283    exec echo "failure $1 $options:0" >> $tmpline
    280284  else
Note: See TracChangeset for help on using the changeset viewer.