]> git.donarmstrong.com Git - wannabuild.git/blobdiff - bin/wb-graph
Revert commit to use the common list of arches, it's listed in a fixed order in the...
[wannabuild.git] / bin / wb-graph
index fb326e8e433edc62fdf3402e895f27ae53bcba3b..cd9c5e43ec53f4da2c58b812b7d81cc1ca24a596 100755 (executable)
@@ -42,8 +42,8 @@ foreach $arch (@archs) {
 
 my($lastmsg, %n_state, $total, %n_builder, $pu_total);
 $pu_total = 0;
-$n_state{"Installed"} = 0;
-open( my $pipe, '-|', "wanna-build --database=$arch/build-db --dist=$dist --list=all" )
+$n_state{"Installed"} = 0; 
+open( my $pipe, '-|', "wanna-build -A $arch --dist=$dist --list=all" )
        or die "Cannot spawn wanna-build: $!\n";
 while( <$pipe> ) {
        if (/^Database for $dist doesn't exist$/) {