diff options
author | Solomon Peachy <pizza@shaftnet.org> | 2024-09-15 09:08:12 -0400 |
---|---|---|
committer | Solomon Peachy <pizza@shaftnet.org> | 2024-09-15 09:08:12 -0400 |
commit | 84375e5524a5ae5ed9f060bb1d7bba90b4c17d68 (patch) | |
tree | eff749625c4b980a14e18194464a538e466b5a5f | |
parent | 10382caa3b532c63e35fc066ce5731606fc20c99 (diff) | |
download | rockbox-84375e5524.tar.gz rockbox-84375e5524.zip |
builds: Promote erosqnative, m3k, and q1 to stable
Change-Id: I6dde4a0d980544df2872f10cac9c0d085af688d0
-rw-r--r-- | tools/builds.pm | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/tools/builds.pm b/tools/builds.pm index acd1207a3e..0b7c768888 100644 --- a/tools/builds.pm +++ b/tools/builds.pm @@ -474,17 +474,17 @@ $releasenotes="/wiki/ReleaseNotes315"; }, 'fiiom3k' => { name => 'FiiO M3K', - status => 2, - manualok => 1, # Remove once status moves to 3 + status => 3, + release => '4.0', # Remove once 4.0 lands }, 'aigoerosq' => { name => 'AIGO EROS Q / K (Hosted)', - status => 2, + status => 2, # Do we promote this to stable? }, 'erosqnative' => { name => 'AIGO EROS Q / K (Native)', - status => 2, - manualok => 1, # Remove once status moves to 3 + status => 3, + release => '4.0', # Remove once 4.0 lands }, 'ihifi770' => { name => 'Xuelin iHIFI 770', @@ -500,8 +500,8 @@ $releasenotes="/wiki/ReleaseNotes315"; }, 'shanlingq1' => { name => 'Shanling Q1', - status => 2, - manualok => 1, # Remove once status moves to 3 + status => 3, + release => '4.0', # Remove once 4.0 lands }, ); |