IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 18, 2009, 10:23:28 AM (17 years ago)
Author:
eugene
Message:

updated vysos branch from trunk

Location:
branches/eam_branches/20090820
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/20090820

  • branches/eam_branches/20090820/ippScripts/scripts/dist_make_fileset.pl

    r25766 r25870  
    4040# Parse the command-line arguments
    4141my ($dist_id, $dist_dir, $target_id, $stage, $stage_id, $dest_id, $product_name, $ds_dbhost, $ds_dbname);
    42 my ($label, $filter);
     42my ($label, $dist_group, $filter);
    4343my ($dbname, $save_temps, $verbose, $no_update, $logfile);
    4444
     
    5151           'dest_id=s'      => \$dest_id,    # id for the product
    5252           'product_name=s' => \$product_name,  # location of the data store directory for this product
    53            'label=s'       => \$label,
     53           'label=s'        => \$label,
     54           'dist_group=s'   => \$dist_group,
    5455           'filter=s'      => \$filter,
    5556           'ds_dbhost=s'    => \$ds_dbhost,  # database host for the datastore database
     
    6364
    6465pod2usage( -msg => "Unknown option: @ARGV", -exitval => 2 ) if @ARGV;
    65 pod2usage( -msg => "Required options: --dist_id --dist_dir --target_id --stage --stage_id --label --filter --dest_id --ds_dbhost --ds_dbname",
     66pod2usage( -msg => "Required options: --dist_id --dist_dir --target_id --stage --stage_id --dist_group --filter --dest_id --ds_dbhost --ds_dbname",
    6667           -exitval => 3) unless
    6768    defined $dist_id and
     
    7071    defined $stage and
    7172    defined $stage_id and
    72     defined $label and
     73    defined $dist_group and
    7374    defined $filter and
    7475    defined $dest_id and
     
    161162
    162163    $command .= " --ps0 $target_id --ps1 $stage --ps2 $stage_id --ps3 $prod_col_3";
    163     $command .= " --ps4 $label --ps5 $filter";
     164    $command .= " --ps4 $dist_group --ps5 $filter";
    164165
    165166    $command .= " --dbname $ds_dbname --dbhost $ds_dbhost";
Note: See TracChangeset for help on using the changeset viewer.