IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 23899


Ignore:
Timestamp:
Apr 17, 2009, 10:12:44 AM (17 years ago)
Author:
Paul Price
Message:

Fixing a few errors to make the distribution client work.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/receive.pro

    r23896 r23899  
    115115  task.exit    0
    116116    # convert 'stdout' to book format
    117     ipptool2book stdout receiveSource -key source_id:last_fileset -uniq -setword dbname $options:0 -setword pantaskState INIT
     117    ipptool2book stdout receiveSource -key source_id -uniq -setword dbname $options:0 -setword pantaskState INIT
    118118    if ($VERBOSE > 2)
    119119      book listbook receiveSource
     
    211211
    212212  task.exec
    213     $run = receivetool -list
     213    $run = receivetool -pendingfileset
    214214    if ($DB:n == 0)
    215215      option DEFAULT
     
    321321
    322322  task.exec
    323     $run = receivetool -list
     323    $run = receivetool -pendingfile
    324324    if ($DB:n == 0)
    325325      option DEFAULT
Note: See TracChangeset for help on using the changeset viewer.