IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 24165


Ignore:
Timestamp:
May 13, 2009, 11:05:45 AM (17 years ago)
Author:
bills
Message:

need to set a label to get things processed. For now just use proc. Perhaps this should be configurable.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippScripts/scripts/dist_queue_runs.pl

    r24038 r24165  
    8282}
    8383
     84# how shall we deal with labels?
     85my $label = 'proc';
     86
    8487foreach my $stage (@stages) {
    8588    my $command = "$disttool -definebyquery -stage $stage -workdir $workdir";
     
    8790    $command .= " -dry_run" if $no_update;
    8891    $command .= " -limit $stage_limit" if $stage_limit;
     92    $command .= " -set_label $label";
    8993    $command .= " -dbname $dbname" if defined $dbname;
    9094    my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
Note: See TracChangeset for help on using the changeset viewer.