diff --git a/static/js/redirect.js b/static/js/redirect.js index 6f6102c7..3e43d8d7 100644 --- a/static/js/redirect.js +++ b/static/js/redirect.js @@ -33,6 +33,14 @@ const redirects = new Map([ ["/releases#taimen-beta", "/faq#legacy-devices"], ["/releases#walleye-stable", "/faq#legacy-devices"], ["/releases#walleye-beta", "/faq#legacy-devices"], + ["/releases#bonito-stable", "/faq#legacy-devices"], + ["/releases#bonito-beta", "/faq#legacy-devices"], + ["/releases#sargo-stable", "/faq#legacy-devices"], + ["/releases#sargo-beta", "/faq#legacy-devices"], + ["/releases#crosshatch-stable", "/faq#legacy-devices"], + ["/releases#crosshatch-beta", "/faq#legacy-devices"], + ["/releases#blueline-stable", "/faq#legacy-devices"], + ["/releases#blueline-beta", "/faq#legacy-devices"], // legacy servers ["/articles/grapheneos-servers#apps.grapheneos.org", "/articles/grapheneos-servers#releases.grapheneos.org"], diff --git a/static/js/releases.js b/static/js/releases.js index f12ba5db..19470b12 100644 --- a/static/js/releases.js +++ b/static/js/releases.js @@ -2,7 +2,7 @@ const baseUrl = "https://releases.grapheneos.org/"; const versionBaseUrl = "https://github.com/GrapheneOS/platform_manifest/releases/tag/"; -const devices = ["cheetah", "panther", "bluejay", "raven", "oriole", "barbet", "redfin", "bramble", "sunfish", "coral", "flame", "bonito", "sargo", "crosshatch", "blueline"]; +const devices = ["cheetah", "panther", "bluejay", "raven", "oriole", "barbet", "redfin", "bramble", "sunfish", "coral", "flame"]; const channels = ["stable", "beta"]; const delayMs = 1000 * 60 * 5; diff --git a/static/releases.html b/static/releases.html index f1f9bce5..758b237b 100644 --- a/static/releases.html +++ b/static/releases.html @@ -73,10 +73,6 @@
Version: {{bonito-stable-BUILD_ID}}.{{bonito-stable-BUILD_NUMBER}}
- -Version: {{sargo-stable-BUILD_ID}}.{{sargo-stable-BUILD_NUMBER}}
- -Version: {{crosshatch-stable-BUILD_ID}}.{{crosshatch-stable-BUILD_NUMBER}}
- -Version: {{crosshatch-stable-BUILD_ID}}.{{blueline-stable-BUILD_NUMBER}}
- -Version: {{bonito-beta-BUILD_ID}}.{{bonito-beta-BUILD_NUMBER}}
- -Version: {{sargo-beta-BUILD_ID}}.{{sargo-beta-BUILD_NUMBER}}
- -Version: {{crosshatch-beta-BUILD_ID}}.{{crosshatch-beta-BUILD_NUMBER}}
- -Version: {{crosshatch-beta-BUILD_ID}}.{{blueline-beta-BUILD_NUMBER}}
- -