Changeset 26710
- Timestamp:
- Jan 28, 2010, 3:12:28 PM (16 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
ippTasks/nightly_stacks.pro (modified) (3 diffs)
-
tools/wiki_nightly_stacks_table.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTasks/nightly_stacks.pro
r26624 r26710 18 18 ns.stacks.off 19 19 end 20 21 22 20 23 21 macro ns.initday.on … … 109 107 110 108 book init nsData 111 112 # 113 # Start a new date to work on 109 # 110 # Macros to control the book. 114 111 # 115 112 macro ns.add.date … … 118 115 end 119 116 117 macro ns.show.dates 118 book npages nsData -var Npages 119 for i 0 $Npages 120 book getpage nsData $i -var date 121 book getword nsData $date nsState -var state 122 echo $date $state 123 end 124 end 125 126 macro ns.del.date 127 book delpage nsData $1 128 end 129 130 macro ns.set.date 131 book setword nsData $1 nsState $2 132 end 133 134 135 136 # 137 # Start a new date to work on 138 # 120 139 task ns.initday.load 121 140 host local -
trunk/tools/wiki_nightly_stacks_table.pl
r26672 r26710 314 314 315 315 foreach $d (sort (keys %diststacks)) { 316 unless (exists($fault_diststacks{$d})) { 317 next; 318 } 316 319 print '||' . $d ; 317 320 foreach $t (@targets) {
Note:
See TracChangeset
for help on using the changeset viewer.
