IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 17, 2010, 1:43:32 PM (16 years ago)
Author:
Paul Price
Message:

Fix naming of DataStore filesets since duplicates (re-runs) are now allowed.

File:
1 edited

Legend:

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

    r27718 r28395  
    239239
    240240unless ($no_update) {
    241     my $command = "$dsreg --add $stage.$stage_id --copy --abspath --product $product --type $product --list $dsFileName";
     241    my $command = "$dsreg --add pub.$pub_id.$stage.$stage_id --copy --abspath --product $product --type $product --list $dsFileName";
    242242    $command .= " --ps0 \"$comment\"" if defined $comment;
    243243
Note: See TracChangeset for help on using the changeset viewer.