- Timestamp:
- Jun 19, 2012, 5:24:19 PM (14 years ago)
- Location:
- branches/meh_branches/ppstack_test
- Files:
-
- 3 edited
-
. (modified) (1 prop)
-
pstamp/scripts (modified) (1 prop)
-
pstamp/scripts/pstamp_job_run.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/meh_branches/ppstack_test
- Property svn:mergeinfo changed
-
branches/meh_branches/ppstack_test/pstamp/scripts
- Property svn:mergeinfo changed
/branches/eam_branches/ipp-20120405/pstamp/scripts (added) merged: 33948 /trunk/pstamp/scripts merged: 33455,33512,33670,33927,33963
- Property svn:mergeinfo changed
-
branches/meh_branches/ppstack_test/pstamp/scripts/pstamp_job_run.pl
r33415 r34041 226 226 my $command = "$ppstamp $outputBase $argString $fileArgs"; 227 227 $command .= " -write_jpeg" if ($options & $PSTAMP_SELECT_JPEG); 228 $command .= " -nocompress" if ($options & $PSTAMP_SELECT_UNCOMPRESSED); 229 $command .= " -stage $stage"; 230 $command .= " -censor_masked" if $nan_masked; 228 231 $command .= " -dbname $dbname" if $dbname; 229 232 $command .= " -dbserver $dbserver" if $dbserver; 230 $command .= " -stage $stage";231 $command .= " -no_censor_masked" unless $nan_masked;232 233 my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) = 233 234 run(command => $command, verbose => $verbose);
Note:
See TracChangeset
for help on using the changeset viewer.
