- Timestamp:
- Mar 5, 2012, 5:19:48 PM (14 years ago)
- Location:
- branches/meh_branches/ppstack_test
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ippScripts/scripts/dist_defineruns.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/meh_branches/ppstack_test
- Property svn:mergeinfo changed
-
branches/meh_branches/ppstack_test/ippScripts/scripts/dist_defineruns.pl
r30489 r33415 88 88 push @stages, $stage; 89 89 } else { 90 @stages = qw( raw chip chip_bg camera fake warp warp_bg diff stack SSdiff sky);90 @stages = qw(chip chip_bg camera fake warp warp_bg diff stack SSdiff sky skysingle); 91 91 } 92 92 93 93 foreach my $stage (@stages) { 94 94 foreach my $label (@labels) { 95 my $command = "$disttool -definebyquery -stage $stage -workdir $workdir -label $label"; 95 my $single; 96 my $cmdstage; 97 if ($stage eq "skysingle") { 98 $cmdstage = "sky"; 99 $single = 1; 100 } else { 101 $cmdstage = $stage; 102 } 103 my $command = "$disttool -definebyquery -stage $cmdstage -workdir $workdir -label $label"; 104 $command .= " -singlefilter" if $single; 96 105 $command .= " -no_magic" if $no_magic; 97 106 $command .= " -pretend" if $no_update;
Note:
See TracChangeset
for help on using the changeset viewer.
