IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 28542


Ignore:
Timestamp:
Jun 29, 2010, 12:58:31 PM (16 years ago)
Author:
Paul Price
Message:

Set fileset types for MOPS to IPP-MOPS regardless of the product name.

File:
1 edited

Legend:

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

    r28413 r28542  
    252252close $dsFile;
    253253
     254my $fileset_type = $mops ? "IPP-MOPS" : $product; # Type of fileset for DataStore
     255
    254256unless ($no_update) {
    255     my $command = "$dsreg --add pub.$pub_id.$stage.$stage_id --copy --abspath --product $product --type $product --list $dsFileName";
     257    my $command = "$dsreg --add pub.$pub_id.$stage.$stage_id --copy --abspath --product $product --type $fileset_type --list $dsFileName";
    256258    $command .= " --ps0 \"$comment\"" if defined $comment;
    257259
Note: See TracChangeset for help on using the changeset viewer.