From: Joachim <[email protected]>

---
 mkstats |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/mkstats b/mkstats
index 5d0c3e6..5aaf4b8 100755
--- a/mkstats
+++ b/mkstats
@@ -73,7 +73,7 @@ while (</org/wanna-build/db/*/build-db-$suite>) {
                my $extrastate = '';
                $extrastate = ++$needs_build if $state eq 'Needs-Build';
                $buildds->{$buildd} = 1
-                       if $buildd and $state !~ /^(Installed|Dep-Wait|Failed)/;
+                       if $buildd and $state !~ 
/^(Installed|Dep-Wait|Failed|BD-Uninstallable)/;
                $_ = <ALL>;
                if ($state =~ /^Failed/o) {
                        print OUT "$package#$arch-failure\n";
-- 
1.6.3.3


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to