IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 25196


Ignore:
Timestamp:
Aug 25, 2009, 3:24:43 PM (17 years ago)
Author:
bills
Message:

add req_id to the product list

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pstamp/scripts/pstamp_finish.pl

    r25123 r25196  
    253253        # register the fileset
    254254        my $command = "$dsreg --list $reglist_name --add $fileset --product $product --type PSRESULTS";
    255         $command .= " --link --datapath $out_dir";
     255        $command .= " --link --datapath $out_dir --ps0 $req_id";
    256256        $command .= " --dbname $dbname" if $dbname;
    257257
Note: See TracChangeset for help on using the changeset viewer.