Index: trunk/ippScripts/scripts/dist_defineruns.pl
===================================================================
--- trunk/ippScripts/scripts/dist_defineruns.pl	(revision 32680)
+++ trunk/ippScripts/scripts/dist_defineruns.pl	(revision 32700)
@@ -88,10 +88,16 @@
     push @stages, $stage;
 } else {
-    @stages = qw(chip chip_bg camera fake warp warp_bg diff stack SSdiff sky);
+    @stages = qw(chip chip_bg camera fake warp warp_bg diff stack SSdiff sky skysingle);
 }
 
 foreach my $stage (@stages) {
     foreach my $label (@labels) {
+        my $single;
+        if ($stage eq "skysingle") {
+            $stage = "sky";
+            $single = 1;
+        } 
         my $command = "$disttool -definebyquery -stage $stage -workdir $workdir -label $label";
+        $command .= " -singlefilter" if $single;
         $command .= " -no_magic" if $no_magic;
         $command .= " -pretend" if $no_update;
