Changeset 31253 for branches/czw_branch/20110406/tools/runcameraexp.pl
- Timestamp:
- Apr 8, 2011, 6:31:08 PM (15 years ago)
- Location:
- branches/czw_branch/20110406
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
tools/runcameraexp.pl (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/czw_branch/20110406
- Property svn:mergeinfo changed
/trunk (added) merged: 31218,31220-31231,31234-31240,31242-31244,31246-31251
- Property svn:mergeinfo changed
-
branches/czw_branch/20110406/tools/runcameraexp.pl
r29419 r31253 16 16 my $dbname = "gpc1"; 17 17 my ($cam_id, $update, $redirect, $save_temps, $pretend, $no_verbose); 18 my ($outdir); 18 19 19 20 GetOptions( … … 22 23 'redirect-output' => \$redirect, 23 24 'save-temps' => \$save_temps, 25 'outdir=s' => \$outdir, 24 26 'update' => \$update, 25 27 'dbname=s' => \$dbname, … … 55 57 56 58 die "Cannot update when run is not faulted\n" if $update and ! $fault; 59 60 if ($outdir) { 61 my $base = basename($path_base); 62 $path_base = "$outdir/$base"; 63 print STDERR "changing path_base to $path_base"; 64 $update = 0; 65 } 57 66 58 67 my $run_state;
Note:
See TracChangeset
for help on using the changeset viewer.
