Changeset 30812 for branches/eam_branches/ipp-20110213/ippTasks/pstamp.pro
- Timestamp:
- Mar 6, 2011, 2:34:55 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20110213/ippTasks/pstamp.pro
r30567 r30812 19 19 20 20 # give up on dependents with fault_count >= $PSTAMP_MAX_FAULT_COUNT 21 $PSTAMP_MAX_FAULT_COUNT = 521 $PSTAMP_MAX_FAULT_COUNT = 3 22 22 macro set.max.fault.count 23 23 $PSTAMP_MAX_FAULT_COUNT = $1 … … 717 717 718 718 $MYLOGFILE = $OUTDIR/checkdep.$DEP_ID.log 719 stdout $MYLOGFILE719 stdout NULL 720 720 stderr $MYLOGFILE 721 721 722 $run = pstamp_checkdependent.pl --dep_id $DEP_ID --stage_id $STAGE_ID --stage $STAGE --component $COMPONENT --imagedb $IMAGEDB --rlabel $RLABEL $NEED_MAGIC --fault_count $FAULT_COUNT --max_fault_count $PSTAMP_MAX_FAULT_COUNT 722 $run = pstamp_checkdependent.pl --dep_id $DEP_ID --stage_id $STAGE_ID --stage $STAGE --component $COMPONENT --imagedb $IMAGEDB --rlabel $RLABEL $NEED_MAGIC --fault_count $FAULT_COUNT --max_fault_count $PSTAMP_MAX_FAULT_COUNT --logfile $MYLOGFILE 723 723 724 724 add_standard_args run … … 928 928 929 929 task.exec 930 stdout $LOGSUBDIR/pstamp.stopfaulted.log 930 931 stderr $LOGSUBDIR/pstamp.stopfaulted.log 931 stderr $LOGSUBDIR/pstamp.stopfaulted.log 932 $run = pstampstopfaulted 932 $run = pstampstopfaulted -fault_count $PSTAMP_MAX_FAULT_COUNT 933 933 if ($DB:n == 0) 934 934 option DEFAULT
Note:
See TracChangeset
for help on using the changeset viewer.
