Changeset 27854
- Timestamp:
- May 4, 2010, 10:02:43 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/pstamp/scripts/pstampparse.pl (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pstamp/scripts/pstampparse.pl
r27795 r27854 383 383 } 384 384 } 385 386 $need_magic = 0 if $stage eq 'stack'; 385 387 386 388 my $numRows = scalar @$rowList; … … 882 884 my ($r_jobState, $r_fault, $r_dep_id, $imagedb, $state, $stage, $stage_id, $component, $need_magic) = @_; 883 885 886 # XXX: The update process for warp and subsequent stages requires 887 # destreaking to run otherwise things don't get output by the -pending 888 # queries. 889 $need_magic = 1; 890 884 891 if (($state ne 'cleaned') and ($state ne 'update') and ($state ne 'goto_cleaned')) { 885 892 my_die("$stage $stage_id is in unexpected state $state", $PS_EXIT_PROG_ERROR); … … 887 894 888 895 my $dep_id; 889 my $command = "$pstamptool -getdependent -stage $stage -stage_id $stage_id -imagedb $imagedb -component $component ";896 my $command = "$pstamptool -getdependent -stage $stage -stage_id $stage_id -imagedb $imagedb -component $component -outdir $out_dir"; 890 897 $command .= " -need_magic" if $need_magic; 891 898
Note:
See TracChangeset
for help on using the changeset viewer.
