summaryrefslogtreecommitdiffstats
path: root/tools/builds.pm
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2020-05-20 14:34:06 -0400
committerSolomon Peachy <pizza@shaftnet.org>2020-05-20 21:29:57 +0200
commitbbe8c73bb8c036e33e1f5e30af4a392f11bd0f25 (patch)
tree22d1d616106fd253e2d89bc55f6f2a21f986f24c /tools/builds.pm
parent776ceae1198207e639408a8d0fa404f6a1ff7976 (diff)
downloadrockbox-bbe8c73bb8c036e33e1f5e30af4a392f11bd0f25.tar.gz
rockbox-bbe8c73bb8c036e33e1f5e30af4a392f11bd0f25.zip
builds: Mark the Archos Recorder v1 as officially retired.
The last successful build was 87c6df9-131213, shortly after the 3.13 relase, but even before that, it had been problematic due to severe firmware image size limitations (200KB) of the hardware bootrom. (Current git code genrates an image about 220KB) Change-Id: Ibaf7bd61cbc0f0656c5e119bbb9934437aa9c47c
Diffstat (limited to 'tools/builds.pm')
-rw-r--r--tools/builds.pm6
1 files changed, 2 insertions, 4 deletions
diff --git a/tools/builds.pm b/tools/builds.pm
index fa0a49ae6d..fe400b6777 100644
--- a/tools/builds.pm
+++ b/tools/builds.pm
@@ -1,12 +1,10 @@
$publicrelease="3.15";
-$manualrelease="3.15";
-$voicerelease="3.15";
$releasedate="15 Nov 2019";
$releasenotes="/wiki/ReleaseNotes315";
# { 'modelname' => {
# name => 'Full Name',
-# status => 1, # 1=unusable, 2=unstable, 3=stable
+# status => 1, # 0=retired, 1=unusable, 2=unstable, 3=stable
# ram => 2, # optional (used?)
# manual => 'modelname2', # optional (uses modelname2's manual)
# icon => 'modelname3', # optional (uses modelname3's icon)
@@ -36,7 +34,7 @@ $releasenotes="/wiki/ReleaseNotes315";
},
'archosrecorder' => {
name => 'Archos Recorder v1',
- status => 3,
+ status => 0, # Has not compiled since 2013
ram => 2,
release => '3.13', # Haven't had a proper release since then.
},