IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 35463 for trunk/ippScripts


Ignore:
Timestamp:
May 1, 2013, 3:36:29 PM (13 years ago)
Author:
bills
Message:

save space by using links in the data store rather than copies

File:
1 edited

Legend:

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

    r35418 r35463  
    328328
    329329unless ($no_update) {
    330     my $command = "$dsreg --add pub.$pub_id.$stage.$stage_id --copy --abspath --product $product --type $dsType --list $dsFileName";
     330    my $command = "$dsreg --add pub.$pub_id.$stage.$stage_id --link --abspath --product $product --type $dsType --list $dsFileName";
    331331    $command .= " --ps0 \"$comment\"" if defined $comment;
    332332    $command .= " --ps1 \"$exp_name_1\"" if defined $exp_name_1;
Note: See TracChangeset for help on using the changeset viewer.