From: Kurt Roeckx Date: Sun, 10 Apr 2011 11:31:06 +0000 (+0000) Subject: Don't count Auto-Not-For-Us in stats for the graphs X-Git-Url: https://git.donarmstrong.com/?p=wannabuild.git;a=commitdiff_plain;h=e0bd52fb8cf3c44ecd1e425d20613219b04963d6 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. --- 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 {