- Timestamp:
- Apr 20, 2014, 5:52:37 PM (12 years ago)
- Location:
- branches/eam_branches/ipp-20140402
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ippScripts/scripts/dist_defineruns.pl (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20140402
- Property svn:mergeinfo changed
/trunk (added) merged: 36642-36643,36645,36647,36649-36651,36653,36655,36657-36666,36668-36671
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20140402/ippScripts/scripts/dist_defineruns.pl
r36633 r36677 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, … … 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.
