Changeset 25231 for branches/pap_mops/ippScripts/scripts/publish_file.pl
- Timestamp:
- Sep 1, 2009, 5:12:59 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/pap_mops/ippScripts/scripts/publish_file.pl
r25225 r25231 82 82 if ($stage eq 'camera') { 83 83 my $command = "camtool -processedexp -cam_id $stage_id"; 84 $command .= " -dbname $dbname" if defined $dbname; 84 85 my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) = 85 86 run(command => $command, verbose => $verbose); … … 102 103 } elsif ($stage eq 'diff') { 103 104 my $command = "difftool -diffskyfile -diff_id $stage_id"; 105 $command .= " -dbname $dbname" if defined $dbname; 104 106 my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) = 105 107 run(command => $command, verbose => $verbose);
Note:
See TracChangeset
for help on using the changeset viewer.
