IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 3, 2013, 2:13:53 PM (13 years ago)
Author:
bills
Message:

don't set dependents for preview jobs to hold

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pstamp/scripts/pstampparse.pl

    r35432 r35504  
    10151015    my $command = "$pstamptool -getdependent -stage $stage -stage_id $stage_id -imagedb $imagedb -component $component -outdir $outdir";
    10161016    $command .= " -need_magic" if $need_magic;
    1017     $command .= ' -hold' if $action eq 'PREVIEW';
     1017#    $command .= ' -hold' if $action eq 'PREVIEW';
    10181018
    10191019    if ($label) {
Note: See TracChangeset for help on using the changeset viewer.