- Timestamp:
- Jul 17, 2014, 12:36:19 PM (12 years ago)
- Location:
- branches/eam_branches/ipp-ops-20130712
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ippScripts/scripts/dist_defineruns.pl (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-ops-20130712
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-ops-20130712/ippScripts/scripts/dist_defineruns.pl
r32701 r37068 42 42 43 43 # Parse the command-line arguments 44 my ($stage, $stage_limit, $dist_root, $workdir, $no_magic );44 my ($stage, $stage_limit, $dist_root, $workdir, $no_magic, $rerun); 45 45 my ($dbname, $save_temps, $verbose, $no_update, $logfile); 46 46 my @labels; … … 51 51 'workdir=s' => \$workdir, # workdir 52 52 'stage_limit=s' => \$stage_limit,# maximum number of runs queued for each stage 53 'rerun' => \$rerun, # queue new runs even if one exists 53 54 # 'dist_root=s' => \$dist_root, # root of distribution work area 54 55 'no_magic' => \$no_magic, # queue runs without requiring magic (for testing only) … … 56 57 'verbose' => \$verbose, # Print stuff? 57 58 'no-update' => \$no_update, # Don't update the database 59 'pretend' => \$no_update, # Don't update the database 58 60 'save-temps' => \$save_temps, # Save temporary files? 59 61 'logfile=s' => \$logfile, … … 88 90 push @stages, $stage; 89 91 } else { 90 @stages = qw(chip chip_bg camera fake warp warp_bg diff stack SSdiff sky skysingle );92 @stages = qw(chip chip_bg camera fake warp warp_bg diff stack SSdiff sky skysingle ff); 91 93 } 92 94 … … 104 106 $command .= " -singlefilter" if $single; 105 107 $command .= " -no_magic" if $no_magic; 108 $command .= " -rerun" if $rerun; 106 109 $command .= " -pretend" if $no_update; 107 110 $command .= " -limit $stage_limit" if $stage_limit;
Note:
See TracChangeset
for help on using the changeset viewer.
