Index: trunk/ippScripts/scripts/dist_queue_runs.pl
===================================================================
--- trunk/ippScripts/scripts/dist_queue_runs.pl	(revision 24038)
+++ trunk/ippScripts/scripts/dist_queue_runs.pl	(revision 24165)
@@ -82,4 +82,7 @@
 }
 
+# how shall we deal with labels?
+my $label = 'proc';
+
 foreach my $stage (@stages) {
     my $command = "$disttool -definebyquery -stage $stage -workdir $workdir";
@@ -87,4 +90,5 @@
     $command .= " -dry_run" if $no_update;
     $command .= " -limit $stage_limit" if $stage_limit;
+    $command .= " -set_label $label";
     $command .= " -dbname $dbname" if defined $dbname;
     my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
