Changeset 24452
- Timestamp:
- Jun 16, 2009, 3:25:23 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/pap_mops/ippScripts/scripts/publish_file.pl
r24447 r24452 39 39 40 40 # Parse the command-line arguments 41 my ( $pub_id, $ stage, $stage_id, $format, $product, $workdir );41 my ( $pub_id, $camera, $stage, $stage_id, $format, $product, $workdir ); 42 42 my ( $dbname, $verbose, $no_update, $save_temps ); 43 43 … … 56 56 57 57 pod2usage( -msg => "Unknown option: @ARGV", -exitval => 2 ) if @ARGV; 58 pod2usage( -msg => "Required options: --pub_id -- stage --stage_id --product --workdir",58 pod2usage( -msg => "Required options: --pub_id --camera --stage --stage_id --product --workdir", 59 59 -exitval => $PS_EXIT_CONFIG_ERROR) unless 60 60 defined $pub_id and 61 defined $camera and 61 62 defined $product and 62 63 defined $stage and … … 99 100 foreach my $comp ( @$components ) { 100 101 my $path_base = $comp->{path_base}; # Base name for file 102 next if defined $comp->{quality} and $comp->{quality} > 0; 101 103 102 104 if ($stage eq 'diff') {
Note:
See TracChangeset
for help on using the changeset viewer.
