Changeset 42403 for trunk/ippScripts/scripts/dist_bundle.pl
- Timestamp:
- Mar 8, 2023, 2:30:42 PM (3 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/dist_bundle.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/dist_bundle.pl
r42394 r42403 82 82 83 83 # Parse the command-line arguments 84 my ($camera, $stage, $ stage_id, $component, $path_base, $chip_path_base, $alt_path_base, $clean, $exp_type);84 my ($camera, $stage, $class_id, $stage_id, $component, $path_base, $chip_path_base, $alt_path_base, $clean, $exp_type); 85 85 my ($outroot, $run_state, $data_state, $magicked, $no_magic, $poor_quality, $results_file, $prefix); 86 86 my ($dbname, $save_temps, $verbose, $no_update, $logfile); … … 133 133 134 134 # Determine the value of a "good" burntool run. 135 my $mdcParser = PS::IPP::Metadata::Config->new; # Parser for metadata config files 136 135 137 my $config_cmd = "$ppConfigDump -camera $camera -get-key BURNTOOL.STATE.GOOD"; 136 138 my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
Note:
See TracChangeset
for help on using the changeset viewer.
