Ignore incomplete logs when figuring out what branches and platforms
to display.
This commit is contained in:
parent
d6a2cc66e2
commit
292d6f75a5
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user