Changeset 26170 for trunk/ippScripts/scripts/dist_make_fileset.pl
- Timestamp:
- Nov 17, 2009, 11:53:08 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/dist_make_fileset.pl (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/dist_make_fileset.pl
r26015 r26170 40 40 # Parse the command-line arguments 41 41 my ($dist_id, $dist_dir, $target_id, $stage, $stage_id, $dest_id, $product_name, $ds_dbhost, $ds_dbname); 42 my ($label, $d ist_group, $filter);42 my ($label, $data_group, $filter); 43 43 my ($dbname, $save_temps, $verbose, $no_update, $logfile); 44 44 … … 52 52 'product_name=s' => \$product_name, # location of the data store directory for this product 53 53 'label=s' => \$label, 54 'd ist_group=s' => \$dist_group,54 'data_group=s' => \$data_group, 55 55 'filter=s' => \$filter, 56 56 'ds_dbhost=s' => \$ds_dbhost, # database host for the datastore database … … 64 64 65 65 pod2usage( -msg => "Unknown option: @ARGV", -exitval => 2 ) if @ARGV; 66 pod2usage( -msg => "Required options: --dist_id --dist_dir --target_id --stage --stage_id --d ist_group --filter --dest_id --ds_dbhost --ds_dbname",66 pod2usage( -msg => "Required options: --dist_id --dist_dir --target_id --stage --stage_id --data_group --filter --dest_id --ds_dbhost --ds_dbname", 67 67 -exitval => 3) unless 68 68 defined $dist_id and … … 71 71 defined $stage and 72 72 defined $stage_id and 73 defined $d ist_group and73 defined $data_group and 74 74 defined $filter and 75 75 defined $dest_id and … … 164 164 165 165 $command .= " --ps0 $target_id --ps1 $stage --ps2 $stage_id --ps3 $prod_col_3"; 166 $command .= " --ps4 $d ist_group --ps5 $filter";166 $command .= " --ps4 $data_group --ps5 $filter"; 167 167 168 168 $command .= " --dbname $ds_dbname --dbhost $ds_dbhost";
Note:
See TracChangeset
for help on using the changeset viewer.
