A modern Music Player Daemon based on Rockbox open source high quality audio player
libadwaita audio rust zig deno mpris rockbox mpd

tools: Release scripts should only create artefacts for _stable_ targets

...Instead of including unstable targets too. Those have to make do with
dailies.

Change-Id: Ie7d75338dab7b395e1f5980da54bc03f4b9f0184

+2 -2
+1 -1
tools/release/bins.pl
··· 121 121 print "cd tools && make\n" if($verbose); 122 122 `(cd tools && make ) >/dev/null`; 123 123 124 - for my $b (&usablebuilds) { 124 + for my $b (&stablebuilds) { 125 125 my $configname = $builds{$b}{configname} ? $builds{$b}{configname} : $b; 126 126 runone($b, $configname, $builds{$b}{ram}); 127 127 }
+1 -1
tools/release/voices.pl
··· 80 80 81 81 `mkdir -p $outdir`; 82 82 83 - for my $b (&usablebuilds) { 83 + for my $b (&stablebuilds) { 84 84 next if ($builds{$b}{voice}); # no variants 85 85 86 86 for my $v (&allvoices) {