Changeset 37062
- Timestamp:
- Jul 17, 2014, 11:54:53 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tags/ipp-20130712/pstamp/scripts/pstamp_checkdependent.pl
r36780 r37062 318 318 $command .= " -set_label $rlabel" if $rlabel; 319 319 320 # if this is one of the chipRuns from the PV1 LAP regenerate without using the ppImage configdump file320 my $update_mode; 321 321 if ($chip->{data_group} =~ /^LAP.ThreePi.20120706/) { 322 $command .= ' -set_update_mode 1'; 322 # if this is one of the chipRuns from the PV1 LAP regenerate without using the ppImage configdump file. 323 # XXX: PV2 processing is complete. Don't do this anymore 324 # $update_mode = 1; 325 } elsif ($chip->{data_group} =~ /^M31.rp.2013/) { 326 # Version of M31 processed with recipes and auxiliary masks incompatible with the 327 # current code. Run from scratch which will use compatible versions of the same masks.. 328 $update_mode = 1; 323 329 } 330 $command .= " -set_update_mode $update_mode" if $update_mode; 324 331 325 332 if (!$no_update) {
Note:
See TracChangeset
for help on using the changeset viewer.
