Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
}
proc report-projection {w} {
+ global c
+
report-plan $w projection
+
+ # report-plan will have ensured data-projection.final.pl is up to
+ # date
+
+ catching-internally "producing summary" {
+ set proj "data-projection.final.pl"
+ set outputfile "$c(WebspaceFile)/summary.html"
+ exec ./ms-flights-summary $proj > $outputfile
+ } {
+ log "$w report-projection OK"
+ }
}
proc we-are-thinking {chan} {