From 46d90703dffe56826a672bcd51cb27ad1aced760 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Mon, 4 Nov 2019 16:23:29 -0500 Subject: [PATCH] drop legacy Pixel and Pixel XL support --- static/build.html | 56 +++----------------------------------------- static/index.html | 2 +- static/install.html | 4 +--- static/releases.html | 48 ------------------------------------- static/releases.js | 2 +- 5 files changed, 6 insertions(+), 106 deletions(-) diff --git a/static/build.html b/static/build.html index 45b4ea87..8daa921b 100644 --- a/static/build.html +++ b/static/build.html @@ -62,8 +62,6 @@
  • Generating release signing keys
  • @@ -112,8 +110,6 @@

    Smartphone targets:

  • @@ -70,8 +68,6 @@
  • Pixel 3
  • Pixel 2 XL
  • Pixel 2
  • -
  • Pixel XL (legacy)
  • -
  • Pixel (legacy)
  • @@ -206,28 +202,6 @@
  • walleye-ota_update-2019.10.07.21.zip
  • -
    -

    - Pixel XL (legacy) -

    -

    Version: QP1A.191005.007.A1.2019.10.07.21

    - -
    -
    -

    - Pixel (legacy) -

    -

    Version: QP1A.191005.007.A1.2019.10.07.21

    - -
    @@ -301,28 +275,6 @@
  • walleye-ota_update-2019.10.07.21.zip
  • -
    -

    - Pixel XL (legacy) -

    -

    Version: QP1A.191005.007.A1.2019.10.07.21

    - -
    -
    -

    - Pixel (legacy) -

    -

    Version: QP1A.191005.007.A1.2019.10.07.21

    - -

    diff --git a/static/releases.js b/static/releases.js index 4a621e18..83297850 100644 --- a/static/releases.js +++ b/static/releases.js @@ -4,7 +4,7 @@ const baseUrl = "https://releases.grapheneos.org/"; const versionBaseUrl = "https://github.com/GrapheneOS/platform_manifest/releases/tag/"; -const devices = ["bonito", "sargo", "crosshatch", "blueline", "taimen", "walleye", "marlin", "sailfish"]; +const devices = ["bonito", "sargo", "crosshatch", "blueline", "taimen", "walleye"]; const channels = ["stable", "beta"]; for (const channel of channels) {