diff options
| -rw-r--r-- | static/js/releases.js | 2 | ||||
| -rw-r--r-- | static/releases.html | 40 |
2 files changed, 41 insertions, 1 deletions
diff --git a/static/js/releases.js b/static/js/releases.js index 02af1aa8..b99b7d3d 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 = ["barbet", "redfin", "bramble", "sunfish", "coral", "flame", "bonito", "sargo", "crosshatch", "blueline"]; +const devices = ["raven", "oriole", "barbet", "redfin", "bramble", "sunfish", "coral", "flame", "bonito", "sargo", "crosshatch", "blueline"]; const channels = ["stable", "beta"]; const delayMs = 1000 * 60 * 5; diff --git a/static/releases.html b/static/releases.html index 857d4dfe..17c6538b 100644 --- a/static/releases.html +++ b/static/releases.html @@ -61,6 +61,8 @@ <li> <a href="#stable-channel">Stable channel</a> <ul> + <li hidden=""><a href="#raven-stable">Pixel 6 Pro (highly experimental)</a></li> + <li hidden=""><a href="#oriole-stable">Pixel 6 (highly experimental)</a></li> <li><a href="#barbet-stable">Pixel 5a</a></li> <li><a href="#redfin-stable">Pixel 5</a></li> <li><a href="#bramble-stable">Pixel 4a (5G)</a></li> @@ -76,6 +78,8 @@ <li> <a href="#beta-channel">Beta channel</a> <ul> + <li hidden=""><a href="#raven-beta">Pixel 6 Pro (highly experimental)</a></li> + <li hidden=""><a href="#oriole-beta">Pixel 6 (highly experimental)</a></li> <li><a href="#barbet-beta">Pixel 5a</a></li> <li><a href="#redfin-beta">Pixel 5</a></li> <li><a href="#bramble-beta">Pixel 4a (5G)</a></li> @@ -249,6 +253,24 @@ the update server. The list you're seeing below is a pre-generated template and may not be updated for the latest set of releases yet.</strong></p></noscript> + <section id="raven-stable" hidden=""> + <h3><a href="#raven-stable">Pixel 6 Pro</a></h3> + <p>Version: <a href="https://github.com/GrapheneOS/platform_manifest/releases/tag/SD1A.210817.037.2021120103">SD1A.210817.037.2021120103</a></p> + <ul> + <li><a href="https://releases.grapheneos.org/raven-factory-2021120103.zip">raven-factory-2021120103.zip</a></li> + <li><a href="https://releases.grapheneos.org/raven-factory-2021120103.zip.sig">raven-factory-2021120103.zip.sig</a></li> + <li><a href="https://releases.grapheneos.org/raven-ota_update-2021120103.zip">raven-ota_update-2021120103.zip</a></li> + </ul> + </section> + <section id="oriole-stable" hidden=""> + <h3><a href="#oriole-stable">Pixel 6</a></h3> + <p>Version: <a href="https://github.com/GrapheneOS/platform_manifest/releases/tag/SD1A.210817.037.2021120103">SD1A.210817.037.2021120103</a></p> + <ul> + <li><a href="https://releases.grapheneos.org/oriole-factory-2021120103.zip">oriole-factory-2021120103.zip</a></li> + <li><a href="https://releases.grapheneos.org/oriole-factory-2021120103.zip.sig">oriole-factory-2021120103.zip.sig</a></li> + <li><a href="https://releases.grapheneos.org/oriole-ota_update-2021120103.zip">oriole-ota_update-2021120103.zip</a></li> + </ul> + </section> <section id="barbet-stable"> <h3><a href="#barbet-stable">Pixel 5a</a></h3> <p>Version: <a href="https://github.com/GrapheneOS/platform_manifest/releases/tag/SP1A.211105.003.2021112404">SP1A.211105.003.2021112404</a></p> @@ -348,6 +370,24 @@ the update server. The list you're seeing below is a pre-generated template and may not be updated for the latest set of releases yet.</strong></p></noscript> + <section id="raven-beta" hidden=""> + <h3><a href="#raven-beta">Pixel 6 Pro</a></h3> + <p>Version: <a href="https://github.com/GrapheneOS/platform_manifest/releases/tag/SD1A.210817.037.2021120103">SD1A.210817.037.2021120103</a></p> + <ul> + <li><a href="https://releases.grapheneos.org/raven-factory-2021120103.zip">raven-factory-2021120103.zip</a></li> + <li><a href="https://releases.grapheneos.org/raven-factory-2021120103.zip.sig">raven-factory-2021120103.zip.sig</a></li> + <li><a href="https://releases.grapheneos.org/raven-ota_update-2021120103.zip">raven-ota_update-2021120103.zip</a></li> + </ul> + </section> + <section id="oriole-beta" hidden=""> + <h3><a href="#oriole-beta">Pixel 6</a></h3> + <p>Version: <a href="https://github.com/GrapheneOS/platform_manifest/releases/tag/SD1A.210817.037.2021120103">SD1A.210817.037.2021120103</a></p> + <ul> + <li><a href="https://releases.grapheneos.org/oriole-factory-2021120103.zip">oriole-factory-2021120103.zip</a></li> + <li><a href="https://releases.grapheneos.org/oriole-factory-2021120103.zip.sig">oriole-factory-2021120103.zip.sig</a></li> + <li><a href="https://releases.grapheneos.org/oriole-ota_update-2021120103.zip">oriole-ota_update-2021120103.zip</a></li> + </ul> + </section> <section id="barbet-beta"> <h3><a href="#barbet-beta">Pixel 5a</a></h3> <p>Version: <a href="https://github.com/GrapheneOS/platform_manifest/releases/tag/SP1A.211105.003.2021112404">SP1A.211105.003.2021112404</a></p> |
