Changeset 30799
- Timestamp:
- Mar 4, 2011, 1:24:06 PM (15 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
ippTasks/pstamp.pro (modified) (1 diff)
-
pstamp/scripts/pstamp_checkdependent.pl (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTasks/pstamp.pro
r30798 r30799 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 -
trunk/pstamp/scripts/pstamp_checkdependent.pl
r30742 r30799 27 27 my $IPP_DIFF_MODE_STACK_STACK = 4; 28 28 29 my ($dep_id, $stage, $stage_id, $component, $imagedb, $rlabel, $need_magic, $fault_count, $max_fault_count );29 my ($dep_id, $stage, $stage_id, $component, $imagedb, $rlabel, $need_magic, $fault_count, $max_fault_count, $logfile); 30 30 my ($dbname, $ps_dbserver, $verbose, $save_temps, $no_update); 31 31 … … 40 40 'fault_count=i' => \$fault_count, 41 41 'max_fault_count=i' => \$max_fault_count, 42 'logfile=s' => \$logfile, 42 43 'dbname=s' => \$dbname, # postage stamp server dbname 43 44 'dbserver=s' => \$ps_dbserver, # postage stamp server dbserver … … 67 68 68 69 my $ipprc = PS::IPP::Config->new(); 70 71 if ($logfile) { 72 $ipprc->redirect_output($logfile); 73 } 69 74 70 75 if (!$ps_dbserver) {
Note:
See TracChangeset
for help on using the changeset viewer.
