Changeset 25850 for trunk/ippScripts/scripts/dist_make_fileset.pl
- Timestamp:
- Oct 15, 2009, 8:09:51 AM (17 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
r25672 r25850 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, $ filter);42 my ($label, $dist_group, $filter); 43 43 my ($dbname, $save_temps, $verbose, $no_update, $logfile); 44 44 … … 51 51 'dest_id=s' => \$dest_id, # id for the product 52 52 '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, 54 55 'filter=s' => \$filter, 55 56 'ds_dbhost=s' => \$ds_dbhost, # database host for the datastore database … … 63 64 64 65 pod2usage( -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",66 pod2usage( -msg => "Required options: --dist_id --dist_dir --target_id --stage --stage_id --dist_group --filter --dest_id --ds_dbhost --ds_dbname", 66 67 -exitval => 3) unless 67 68 defined $dist_id and … … 70 71 defined $stage and 71 72 defined $stage_id and 72 defined $ labeland73 defined $dist_group and 73 74 defined $filter and 74 75 defined $dest_id and … … 161 162 162 163 $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"; 164 165 165 166 $command .= " --dbname $ds_dbname --dbhost $ds_dbhost";
Note:
See TracChangeset
for help on using the changeset viewer.
