X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=bin%2Fwb-graph;h=78d3c29964781e1db8f5bc713eff8d59d3b52b59;hb=1fa3e310692f1499af36eb54526f2e23766847d5;hp=cd9c5e43ec53f4da2c58b812b7d81cc1ca24a596;hpb=07ba7718ac2a6d1841ccb957814abcb002a1f387;p=wannabuild.git diff --git a/bin/wb-graph b/bin/wb-graph index cd9c5e4..78d3c29 100755 --- a/bin/wb-graph +++ b/bin/wb-graph @@ -35,7 +35,7 @@ my $date=`date -u "+%m/%d/%Y %T"`; chop($date); print "$date"; -my @archs = qw(alpha arm hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 amd64 sparc armel kfreebsd-amd64 kfreebsd-i386); +my @archs = qw(alpha arm hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 amd64 sparc armel kfreebsd-amd64 kfreebsd-i386 armhf s390x); my $arch; foreach $arch (@archs) { @@ -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 {