From 634e709145d8325614984d6322764c120f6f9079 Mon Sep 17 00:00:00 2001 From: des Date: Sat, 24 Jan 2004 14:52:44 +0000 Subject: Ignore incomplete logs when figuring out what branches and platforms to display. --- tools/tools/tinderbox/www/index.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/tools/tinderbox/www/index.cgi b/tools/tools/tinderbox/www/index.cgi index 89a214d..42bc73c 100644 --- a/tools/tools/tinderbox/www/index.cgi +++ b/tools/tools/tinderbox/www/index.cgi @@ -71,7 +71,7 @@ MAIN:{ opendir(DIR, $DIR) or die("$DIR: $!\n"); foreach (readdir(DIR)) { - next unless m/^tinderbox-(\w+)-(\w+)-(\w+)\./; + next unless m/^tinderbox-(\w+)-(\w+)-(\w+)\.(brief|full)$/; $BRANCHES{$1} = $ARCHES{$2}->{$3} = 1; } closedir(DIR); -- cgit v1.1