IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 8, 2009, 9:58:00 AM (17 years ago)
Author:
bills
Message:

add *Run.workdir to the listing modes. This will be used by the distribution server to
make the manifest file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/share/receivetool_pendingfile.sql

    r24107 r24112  
    44    product,
    55    workdir,
     6    destdir,
    67    fileset,
    78    fileset_id,
     
    1718    ON receiveResult.file_id = receiveFile.file_id
    1819WHERE
    19     receiveFileset.state = 'new'
     20    ((receiveFileset.state = 'new') OR (receiveFileset.state = 'listed' AND receiveFile.component = 'dbinfo'))
     21    AND receiveFileset.fault = 0
    2022    AND receiveResult.file_id IS NULL
Note: See TracChangeset for help on using the changeset viewer.