IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 24109 for trunk/ippTasks


Ignore:
Timestamp:
May 7, 2009, 11:26:01 AM (17 years ago)
Author:
bills
Message:

Changes to receive processing. pass md5sum and filesize to dsget for checking
increase timeouts for receive.file.run

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/receive.pro

    r24038 r24109  
    384384  periods      -poll $RUNPOLL
    385385  periods      -exec $RUNEXEC
    386   periods      -timeout 60
     386  periods      -timeout 600
    387387
    388388  task.exec
     
    401401    book getword receiveFile $pageName fileset_id -var FILESET_ID
    402402    book getword receiveFile $pageName file -var FILE
     403    book getword receiveFile $pageName bytes -var BYTES
     404    book getword receiveFile $pageName md5sum -var MD5SUM
     405    book getword receiveFile $pageName component -var COMPONENT
    403406    book getword receiveFile $pageName workdir -var WORKDIR
    404407    book getword receiveFile $pageName dbname -var DBNAME
     
    408411    stderr $LOGDIR/receive.file.log
    409412
    410     $run = receive_file.pl --file_id $FILE_ID --source $SOURCE --product $PRODUCT --fileset $FILESET --fileset_id $FILESET_ID --file $FILE --workdir $WORKDIR
     413    $run = receive_file.pl --file_id $FILE_ID --source $SOURCE --product $PRODUCT --fileset $FILESET --fileset_id $FILESET_ID --file $FILE --component $COMPONENT --bytes $BYTES --md5 $MD5SUM --workdir $WORKDIR
    411414    add_standard_args run
    412415
Note: See TracChangeset for help on using the changeset viewer.