Changeset 24165
- Timestamp:
- May 13, 2009, 11:05:45 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/dist_queue_runs.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/dist_queue_runs.pl
r24038 r24165 82 82 } 83 83 84 # how shall we deal with labels? 85 my $label = 'proc'; 86 84 87 foreach my $stage (@stages) { 85 88 my $command = "$disttool -definebyquery -stage $stage -workdir $workdir"; … … 87 90 $command .= " -dry_run" if $no_update; 88 91 $command .= " -limit $stage_limit" if $stage_limit; 92 $command .= " -set_label $label"; 89 93 $command .= " -dbname $dbname" if defined $dbname; 90 94 my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
Note:
See TracChangeset
for help on using the changeset viewer.
