[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[PATCH 1/2] mkstats: Count BD-Uninstallable like Dep-Wait



From: Joachim <nomeata@debian.org>

---
 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


Reply to: