- Timestamp:
- Jul 16, 2014, 3:30:14 PM (12 years ago)
- Location:
- branches/eam_branches/ipp-20140610
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
pstamp/scripts/pstamp_checkdependent.pl (modified) (1 diff, 1 prop)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20140610
- Property svn:mergeinfo changed
/trunk merged: 36948,36950-36951,36953,36955,36957,36959,36961,36963,36966,36968,36970,36972,36981,37000,37013,37015-37016
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20140610/pstamp/scripts/pstamp_checkdependent.pl
- Property svn:mergeinfo changed
/trunk/pstamp/scripts/pstamp_checkdependent.pl merged: 37015
r36928 r37027 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) { - Property svn:mergeinfo changed
Note:
See TracChangeset
for help on using the changeset viewer.
