Index: /trunk/ippTasks/nightly_stacks.pro
===================================================================
--- /trunk/ippTasks/nightly_stacks.pro	(revision 26709)
+++ /trunk/ippTasks/nightly_stacks.pro	(revision 26710)
@@ -18,6 +18,4 @@
     ns.stacks.off
 end
-
-
 
 macro ns.initday.on
@@ -109,7 +107,6 @@
 
 book init nsData
-
-#
-# Start a new date to work on
+#
+# Macros to control the book.
 #
 macro ns.add.date
@@ -118,4 +115,26 @@
 end
 
+macro ns.show.dates
+    book npages nsData -var Npages
+    for i 0 $Npages
+       book getpage nsData $i -var date
+       book getword nsData $date nsState -var state
+       echo $date $state
+    end
+end
+
+macro ns.del.date
+    book delpage nsData $1
+end
+
+macro ns.set.date
+    book setword nsData $1 nsState $2
+end
+
+
+
+#
+# Start a new date to work on
+#
 task              ns.initday.load
   host            local
Index: /trunk/tools/wiki_nightly_stacks_table.pl
===================================================================
--- /trunk/tools/wiki_nightly_stacks_table.pl	(revision 26709)
+++ /trunk/tools/wiki_nightly_stacks_table.pl	(revision 26710)
@@ -314,4 +314,7 @@
 
 foreach $d (sort (keys %diststacks)) {
+    unless (exists($fault_diststacks{$d})) {
+	next;
+    }
     print '||' . $d ;
     foreach $t (@targets) {
