Changeset 27197
- Timestamp:
- Mar 4, 2010, 3:52:31 PM (16 years ago)
- Location:
- trunk/ippMonitor/def
- Files:
-
- 14 edited
-
destreakFile.d (modified) (1 diff)
-
distComponent.d (modified) (2 diffs)
-
distRun.d (modified) (2 diffs)
-
magicFailedMasks.d (modified) (1 diff)
-
magicFailedNodes.d (modified) (1 diff)
-
magicFailedTrees.d (modified) (1 diff)
-
magicProcessedMasks.d (modified) (1 diff)
-
magicProcessedMasks_Images.d (modified) (1 diff)
-
magicProcessedNodes.d (modified) (1 diff)
-
magicRun.d (modified) (1 diff)
-
magicTrees.d (modified) (1 diff)
-
publishClient.d (modified) (1 diff)
-
publishDone.d (modified) (1 diff)
-
publishRun.d (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippMonitor/def/destreakFile.d
r26947 r27197 9 9 FIELD magicDSFile.backup_path_base, 5, %s, Backup Path 10 10 FIELD magicDSFile.recovery_path_base, 5, %s, Recovery Path 11 FIELD magicDSFile.fault, 5, % s, Fault11 FIELD magicDSFile.fault, 5, %d, Fault 12 12 FIELD magicDSFile.data_state, 5, %s, Data State -
trunk/ippMonitor/def/distComponent.d
r26955 r27197 5 5 6 6 # field size format name show link to extras 7 FIELD distComponent.dist_id, 5, % s, Dist ID7 FIELD distComponent.dist_id, 5, %d, Dist ID 8 8 FIELD distComponent.component, 5, %d, Component 9 9 FIELD distComponent.bytes, 5, %s, Bytes … … 12 12 FIELD distComponent.outdir, 5, %s, Outdir 13 13 FIELD distComponent.name, 5, %s, Name 14 FIELD distComponent.fault, 5, % s, Fault14 FIELD distComponent.fault, 5, %d, Fault -
trunk/ippMonitor/def/distRun.d
r26955 r27197 5 5 6 6 # field size format name show link to extras 7 FIELD distRun.dist_id, 5, % s, Dist ID7 FIELD distRun.dist_id, 5, %d, Dist ID 8 8 FIELD distRun.target_id, 5, %d, Target ID 9 9 FIELD distRun.stage, 5, %s, Stage … … 14 14 FIELD distRun.outdir, 5, %s, Outdir 15 15 FIELD distRun.clean, 5, %d, Clean? 16 FIELD distRun.no_magic, 5, % s, Muggle?16 FIELD distRun.no_magic, 5, %d, Muggle? 17 17 FIELD distRun.state, 5, %s, State 18 18 FIELD distRun.time_stamp, 5, %T, Time -
trunk/ippMonitor/def/magicFailedMasks.d
r24674 r27197 12 12 FIELD magicRun.diff_id, 5, %d, Diff ID 13 13 FIELD magicRun.label, 5, %s, Label 14 FIELD magicRun.inverse, 5, % s, Inverse14 FIELD magicRun.inverse, 5, %d, Inverse 15 15 FIELD magicRun.state, 5, %s, State 16 16 FIELD magicMask.streaks, 5, %d, Fault 17 FIELD magicMask.fault, 5, % s, Fault17 FIELD magicMask.fault, 5, %d, Fault -
trunk/ippMonitor/def/magicFailedNodes.d
r24674 r27197 14 14 FIELD magicRun.diff_id, 5, %d, Diff ID 15 15 FIELD magicRun.label, 5, %s, Label 16 FIELD magicRun.inverse, 5, % s, Inverse16 FIELD magicRun.inverse, 5, %d, Inverse 17 17 FIELD magicRun.state, 5, %s, State 18 18 FIELD magicTree.node, 5, %s, Node 19 19 FIELD magicTree.dep, 5, %s, Parent 20 FIELD magicNodeResult.fault, 5, % s, Fault20 FIELD magicNodeResult.fault, 5, %d, Fault -
trunk/ippMonitor/def/magicFailedTrees.d
r24674 r27197 11 11 FIELD diff_id, 5, %d, Diff ID 12 12 FIELD label, 5, %s, Label 13 FIELD inverse, 5, % s, Inverse13 FIELD inverse, 5, %d, Inverse 14 14 FIELD state, 5, %s, State 15 FIELD fault, 5, % s, Fault15 FIELD fault, 5, %d, Fault -
trunk/ippMonitor/def/magicProcessedMasks.d
r26526 r27197 11 11 FIELD magicRun.diff_id, 5, %d, Diff ID 12 12 FIELD magicRun.label, 5, %s, Label 13 FIELD magicRun.inverse, 5, % s, Inverse13 FIELD magicRun.inverse, 5, %d, Inverse 14 14 FIELD magicRun.state, 5, %s, State 15 15 FIELD magicMask.streaks, 5, %d, Streaks 16 FIELD magicMask.fault, 5, % s, Fault16 FIELD magicMask.fault, 5, %d, Fault -
trunk/ippMonitor/def/magicProcessedMasks_Images.d
r26947 r27197 19 19 # FIELD *, 8, %s, image, image=JPEG2, diffProcessedSkyfile_Images.php, ARG7 20 20 FIELD magicRun.label, 5, %s, Label 21 FIELD magicRun.inverse, 5, % s, Inverse21 FIELD magicRun.inverse, 5, %d, Inverse 22 22 FIELD magicRun.state, 5, %s, State 23 FIELD magicMask.streaks, 5, %d, Fault24 FIELD magicMask.fault, 5, % s, Fault23 FIELD magicMask.streaks, 5, %d, Streaks 24 FIELD magicMask.fault, 5, %d, Fault 25 25 FIELD magicRun.workdir, 5, %s, Label, none 26 26 -
trunk/ippMonitor/def/magicProcessedNodes.d
r24674 r27197 13 13 FIELD magicRun.diff_id, 5, %d, Diff ID 14 14 FIELD magicRun.label, 5, %s, Label 15 FIELD magicRun.inverse, 5, % s, Inverse15 FIELD magicRun.inverse, 5, %d, Inverse 16 16 FIELD magicRun.state, 5, %s, State 17 17 FIELD magicTree.node, 5, %s, Node 18 18 FIELD magicTree.dep, 5, %s, Parent 19 FIELD magicNodeResult.fault, 5, % s, Fault19 FIELD magicNodeResult.fault, 5, %d, Fault -
trunk/ippMonitor/def/magicRun.d
r24674 r27197 9 9 FIELD diff_id, 5, %d, Diff ID 10 10 FIELD label, 5, %s, Label 11 FIELD inverse, 5, % s, Inverse11 FIELD inverse, 5, %d, Inverse 12 12 FIELD state, 5, %s, State 13 FIELD fault, 5, % s, Fault13 FIELD fault, 5, %d, Fault -
trunk/ippMonitor/def/magicTrees.d
r24674 r27197 11 11 FIELD magicRun.diff_id, 5, %d, Diff ID 12 12 FIELD magicRun.label, 5, %s, Label 13 FIELD magicRun.inverse, 5, % s, Inverse13 FIELD magicRun.inverse, 5, %d, Inverse 14 14 FIELD magicRun.state, 5, %s, State 15 15 FIELD magicTree.node, 5, %s, Node 16 16 FIELD magicTree.dep, 5, %s, Parent 17 FIELD magicRun.fault, 5, % s, Fault17 FIELD magicRun.fault, 5, %d, Fault -
trunk/ippMonitor/def/publishClient.d
r26955 r27197 6 6 # field size format name show link to extras 7 7 FIELD publishClient.client_id, 5, %d, Client ID 8 FIELD publishClient.active, 2, % s, Active?8 FIELD publishClient.active, 2, %d, Active? 9 9 FIELD publishClient.product, 5, %s, Product 10 10 FIELD publishClient.stage, 5, %s, Stage -
trunk/ippMonitor/def/publishDone.d
r26955 r27197 8 8 9 9 # field size format name show link to extras 10 FIELD publishRun.pub_id, 5, % s, Publish ID10 FIELD publishRun.pub_id, 5, %d, Publish ID 11 11 FIELD publishRun.client_id, 5, %d, Client ID 12 12 FIELD publishRun.stage_id, 5, %d, Stage ID -
trunk/ippMonitor/def/publishRun.d
r26955 r27197 7 7 8 8 # field size format name show link to extras 9 FIELD publishRun.pub_id, 5, % s, Publish ID9 FIELD publishRun.pub_id, 5, %d, Publish ID 10 10 FIELD publishRun.client_id, 5, %d, Client ID 11 11 FIELD publishRun.stage_id, 5, %d, Stage ID
Note:
See TracChangeset
for help on using the changeset viewer.
