From bbe8c73bb8c036e33e1f5e30af4a392f11bd0f25 Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Wed, 20 May 2020 14:34:06 -0400 Subject: [PATCH] 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 --- tools/builds.pm | 6 ++---- 1 file 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. },