IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 17949


Ignore:
Timestamp:
Jun 5, 2008, 2:17:30 PM (18 years ago)
Author:
Paul Price
Message:

Using current API for dsreg.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippScripts/scripts/ipp_serial_mops.pl

    r17947 r17949  
    111111# Register new files with the data store
    112112unless ($no_update) {
    113     my $command = "$dsreg --add --product IPP-MOPS --type IPP-MOPS --fileset $fileset < $dsName";
     113    my $command = "$dsreg --add --product mops_transient_detections --type MOPS_TRANSIENT_DETECTIONS --fileset $fileset --list $dsName --abspath";
    114114    my $success = run( command => $command, verbose => $verbose );
    115115    die "Couldn't register files with data store.\n" unless $success;
Note: See TracChangeset for help on using the changeset viewer.