diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2021-12-01 00:13:14 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-12-01 00:13:25 -0500 |
| commit | ec746a960efa837dbc7a4d798973dafc17cd2c65 (patch) | |
| tree | 3248f7300f6e20c34d47fc3a375bf77a2c27ae88 /static/releases.html | |
| parent | 2aaebac57cc428d55df33432a9b53936d26234fc (diff) | |
add hidden raven/oriole release listings
Diffstat (limited to 'static/releases.html')
| -rw-r--r-- | static/releases.html | 40 |
1 files changed, 40 insertions, 0 deletions
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> |
