From e0bd52fb8cf3c44ecd1e425d20613219b04963d6 Mon Sep 17 00:00:00 2001 From: Kurt Roeckx Date: Sun, 10 Apr 2011 11:31:06 +0000 Subject: [PATCH] Don't count Auto-Not-For-Us in stats for the graphs We shouldn't build those packages, so there is no need to indicate them in the stats. --- bin/wb-graph | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/wb-graph b/bin/wb-graph index cd9c5e4..743c1af 100755 --- a/bin/wb-graph +++ b/bin/wb-graph @@ -69,6 +69,7 @@ if ($?) { print ", 0, 0"; } else { # $total -= $n_state{"Not-For-Us"}; + $total -= $n_state{"Auto-Not-For-Us"}; if ( $previously_built ) { print ", ".$n_state{"Installed"}.", ".$pu_total; } else { -- 2.39.2