Changeset 36669
- Timestamp:
- Apr 15, 2014, 3:50:23 PM (12 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/dist_defineruns.pl (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/dist_defineruns.pl
r36633 r36669 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.
