mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
builds: Promote AGPTek Rocker to 'stable'
Change-Id: I0dbee4f9dfd5c268ac3ea6b97c23069e50bf791d
This commit is contained in:
parent
a302aa565a
commit
d5dd295ace
2 changed files with 6 additions and 4 deletions
|
@ -27,8 +27,9 @@ foreach my $b (&stablebuilds) {
|
|||
else {
|
||||
$ver = $publicrelease;
|
||||
}
|
||||
# print "$b=$ver,$baseurl/release/$ver/rockbox-$b-$ver.zip\n";
|
||||
print "$b=$ver\n";
|
||||
if ($ver <= $publicrelease) {
|
||||
print "$b=$ver\n";
|
||||
}
|
||||
}
|
||||
|
||||
print "[status]\n";
|
||||
|
|
|
@ -440,12 +440,13 @@ $releasenotes="/wiki/ReleaseNotes315";
|
|||
},
|
||||
'agptekrocker' => {
|
||||
name => 'Agptek Rocker',
|
||||
status => 2,
|
||||
manualok => 1, # Remove once status moves to 3
|
||||
status => 3,
|
||||
release => '4.0', # Remove once 4.0 lands
|
||||
},
|
||||
'xduoox3' => {
|
||||
name => 'xDuoo X3',
|
||||
status => 3,
|
||||
release => '4.0', # Remove once 4.0 lands
|
||||
},
|
||||
'xduoox3ii' => {
|
||||
name => 'xDuoo X3ii',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue