diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2023-05-11 00:19:32 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2023-05-11 00:21:06 -0400 |
| commit | 7229179520bcd6eea196176aa126cc8bd0f4f00f (patch) | |
| tree | 1da1617c396c03d9deb90ee491de8825a045162b | |
| parent | ffbb1680b9cbb3ca347583475cde7af7a9f3e893 (diff) | |
add hidden lynx support to prepare for launch
| -rwxr-xr-x | process-static | 2 | ||||
| -rw-r--r-- | static/js/releases.js | 2 | ||||
| -rw-r--r-- | static/releases.html | 20 |
3 files changed, 22 insertions, 2 deletions
diff --git a/process-static b/process-static index ad29bbe9..6c95a50c 100755 --- a/process-static +++ b/process-static @@ -61,7 +61,7 @@ done sed -i "$replace" static-tmp/**/*.html nginx-tmp/nginx.conf nginx-tmp/snippets/preload.conf replace= -devices=(cheetah panther bluejay raven oriole barbet redfin bramble sunfish coral flame bonito sargo crosshatch blueline) +devices=(lynx cheetah panther bluejay raven oriole barbet redfin bramble sunfish coral flame bonito sargo crosshatch blueline) channels=(stable beta) for device in ${devices[@]}; do for channel in ${channels[@]}; do diff --git a/static/js/releases.js b/static/js/releases.js index 19470b12..cf80fab2 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"]; +const devices = ["lynx", "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 80fb570d..e67bf794 100644 --- a/static/releases.html +++ b/static/releases.html @@ -62,6 +62,7 @@ <li> <a href="#stable-channel">Stable channel</a> <ul> + <li hidden=""><a href="#lynx-stable">Pixel 7a</a></li> <li><a href="#cheetah-stable">Pixel 7 Pro</a></li> <li><a href="#panther-stable">Pixel 7</a></li> <li><a href="#bluejay-stable">Pixel 6a</a></li> @@ -78,6 +79,7 @@ <li> <a href="#beta-channel">Beta channel</a> <ul> + <li hidden=""><a href="#lynx-beta">Pixel 7a</a></li> <li><a href="#cheetah-beta">Pixel 7 Pro</a></li> <li><a href="#panther-beta">Pixel 7</a></li> <li><a href="#bluejay-beta">Pixel 6a</a></li> @@ -369,6 +371,15 @@ <section id="stable-channel"> <h2><a href="#stable-channel">Stable channel</a></h2> + <section id="lynx-stable" hidden=""> + <h3><a href="#lynx-stable">Pixel 7a</a></h3> + <p>Version: <a href="https://github.com/GrapheneOS/platform_manifest/releases/tag/{{lynx-stable-BUILD_ID}}.{{lynx-stable-BUILD_NUMBER}}">{{lynx-stable-BUILD_ID}}.{{lynx-stable-BUILD_NUMBER}}</a></p> + <ul> + <li><a href="https://releases.grapheneos.org/lynx-factory-{{lynx-stable-BUILD_NUMBER}}.zip">lynx-factory-{{lynx-stable-BUILD_NUMBER}}.zip</a></li> + <li><a href="https://releases.grapheneos.org/lynx-factory-{{lynx-stable-BUILD_NUMBER}}.zip.sig">lynx-factory-{{lynx-stable-BUILD_NUMBER}}.zip.sig</a></li> + <li><a href="https://releases.grapheneos.org/lynx-ota_update-{{lynx-stable-BUILD_NUMBER}}.zip">lynx-ota_update-{{lynx-stable-BUILD_NUMBER}}.zip</a></li> + </ul> + </section> <section id="cheetah-stable"> <h3><a href="#cheetah-stable">Pixel 7 Pro</a></h3> <p>Version: <a href="https://github.com/GrapheneOS/platform_manifest/releases/tag/{{cheetah-stable-BUILD_ID}}.{{cheetah-stable-BUILD_NUMBER}}">{{cheetah-stable-BUILD_ID}}.{{cheetah-stable-BUILD_NUMBER}}</a></p> @@ -473,6 +484,15 @@ <section id="beta-channel"> <h2><a href="#beta-channel">Beta channel</a></h2> + <section id="lynx-beta" hidden=""> + <h3><a href="#lynx-beta">Pixel 7a</a></h3> + <p>Version: <a href="https://github.com/GrapheneOS/platform_manifest/releases/tag/{{lynx-beta-BUILD_ID}}.{{lynx-beta-BUILD_NUMBER}}">{{lynx-beta-BUILD_ID}}.{{lynx-beta-BUILD_NUMBER}}</a></p> + <ul> + <li><a href="https://releases.grapheneos.org/lynx-factory-{{lynx-beta-BUILD_NUMBER}}.zip">lynx-factory-{{lynx-beta-BUILD_NUMBER}}.zip</a></li> + <li><a href="https://releases.grapheneos.org/lynx-factory-{{lynx-beta-BUILD_NUMBER}}.zip.sig">lynx-factory-{{lynx-beta-BUILD_NUMBER}}.zip.sig</a></li> + <li><a href="https://releases.grapheneos.org/lynx-ota_update-{{lynx-beta-BUILD_NUMBER}}.zip">lynx-ota_update-{{lynx-beta-BUILD_NUMBER}}.zip</a></li> + </ul> + </section> <section id="cheetah-beta"> <h3><a href="#cheetah-beta">Pixel 7 Pro</a></h3> <p>Version: <a href="https://github.com/GrapheneOS/platform_manifest/releases/tag/{{cheetah-beta-BUILD_ID}}.{{cheetah-beta-BUILD_NUMBER}}">{{cheetah-beta-BUILD_ID}}.{{cheetah-beta-BUILD_NUMBER}}</a></p> |
