Changeset 10673 for trunk/ippTasks/phase0.pro
- Timestamp:
- Dec 12, 2006, 4:17:47 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippTasks/phase0.pro (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTasks/phase0.pro
r10638 r10673 15 15 end 16 16 17 macro test.p0 18 list testlist -x "p0tool -pendingimfile -simple" 19 echo $testlist:n 20 for i 0 $testlist:n 21 queuepush stdout "$testlist:$i" 22 end 23 echo Done pushing. 24 queuesize stdout -var Nqueue 25 for i 0 $Nqueue 26 queuepop stdout -var line 27 list word -split $line 28 $EXP_TAG = $word:0 29 $CLASS = $word:1 30 $CLASS_ID = $word:2 31 $URI = $word:3 32 queuepush Phase0Imfiles -uniq -key 1 "NEW $EXP_TAG $CLASS $CLASS_ID $URI" 33 end 34 end 17 $Phase0ImfileFail = 0 35 18 36 19 # select images ready for phase0 analysis … … 39 22 task phase0.imfile.load 40 23 # command p0tool -pendingimfile -simple 41 command /home/price/ipp/ippTasks/p0tool.sh42 24 host local 43 25 44 26 periods -poll $loadpoll 45 periods -exec 3027 periods -exec $loadexec 46 28 periods -timeout 30 47 29 48 30 stdout phase0.imfile.log 49 31 stderr phase0.imfile.log 32 33 task.exec 34 command p0tool.sh {$Phase0ImfileFail + 20} 35 end 50 36 51 37 # success … … 76 62 task.exit default 77 63 echo "phase0 pending imfiles: failure" 64 $Phase0ImfileFail ++ 78 65 end 79 66 … … 138 125 echo "failure for phase0imfile.pl: $options:0" 139 126 queuepush Phase0Imfiles -replace -key 1 "FAIL $options:0" 127 $Phase0ImfileFail ++ 140 128 end 141 129
Note:
See TracChangeset
for help on using the changeset viewer.
