summaryrefslogtreecommitdiff
path: root/static/js
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2023-05-02 03:20:55 -0400
committerDaniel Micay <danielmicay@gmail.com>2023-05-02 03:22:21 -0400
commit154f786f7093946841d497fc53c1e7dee6907cd8 (patch)
tree6619b7cd33640f9f1f8cd37486431477c4b1fb39 /static/js
parent1654d0e2a5789ac24157129aff5d85885f7776fe (diff)
stop listing 3rd gen Pixels
Diffstat (limited to 'static/js')
-rw-r--r--static/js/redirect.js8
-rw-r--r--static/js/releases.js2
2 files changed, 9 insertions, 1 deletions
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;