diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2023-06-20 16:54:25 -0400 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2023-06-20 16:54:55 -0400 |
| commit | 3a4585c4464be1b1b4cafdfbf37c8ff7237396a5 (patch) | |
| tree | 5296b921583d8f964d2129bbcd2fb1a591d62b65 | |
| parent | e0a6b5f948bfbb08f7e3f520bba9c86a64e95b7d (diff) | |
add hidden tangorpro release listing
| -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 6c95a50c..55271fac 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=(lynx cheetah panther bluejay raven oriole barbet redfin bramble sunfish coral flame bonito sargo crosshatch blueline) +devices=(tangorpro 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 cf80fab2..eaaee25b 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 = ["lynx", "cheetah", "panther", "bluejay", "raven", "oriole", "barbet", "redfin", "bramble", "sunfish", "coral", "flame"]; +const devices = ["tangorpro", "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 983b5bd5..0d3a1c2a 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="#tangorpro-stable">Pixel Tablet</a></li> <li><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> @@ -79,6 +80,7 @@ <li> <a href="#beta-channel">Beta channel</a> <ul> + <li hidden=""><a href="#tangorpro-beta">Pixel Tablet</a></li> <li><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> @@ -377,6 +379,15 @@ <section id="stable-channel"> <h2><a href="#stable-channel">Stable channel</a></h2> + <section id="tangorpro-stable" hidden=""> + <h3><a href="#tangorpro-stable">Pixel Tablet</a></h3> + <p>Version: <a href="https://github.com/GrapheneOS/platform_manifest/releases/tag/{{tangorpro-stable-BUILD_ID}}.{{tangorpro-stable-BUILD_NUMBER}}">{{tangorpro-stable-BUILD_ID}}.{{tangorpro-stable-BUILD_NUMBER}}</a></p> + <ul> + <li><a href="https://releases.grapheneos.org/tangorpro-factory-{{tangorpro-stable-BUILD_NUMBER}}.zip">tangorpro-factory-{{tangorpro-stable-BUILD_NUMBER}}.zip</a></li> + <li><a href="https://releases.grapheneos.org/tangorpro-factory-{{tangorpro-stable-BUILD_NUMBER}}.zip.sig">tangorpro-factory-{{tangorpro-stable-BUILD_NUMBER}}.zip.sig</a></li> + <li><a href="https://releases.grapheneos.org/tangorpro-ota_update-{{tangorpro-stable-BUILD_NUMBER}}.zip">tangorpro-ota_update-{{tangorpro-stable-BUILD_NUMBER}}.zip</a></li> + </ul> + </section> <section id="lynx-stable"> <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> @@ -490,6 +501,15 @@ <section id="beta-channel"> <h2><a href="#beta-channel">Beta channel</a></h2> + <section id="tangorpro-beta" hidden=""> + <h3><a href="#tangorpro-beta">Pixel Tablet</a></h3> + <p>Version: <a href="https://github.com/GrapheneOS/platform_manifest/releases/tag/{{tangorpro-beta-BUILD_ID}}.{{tangorpro-beta-BUILD_NUMBER}}">{{tangorpro-beta-BUILD_ID}}.{{tangorpro-beta-BUILD_NUMBER}}</a></p> + <ul> + <li><a href="https://releases.grapheneos.org/lynx-factory-{{tangorpro-beta-BUILD_NUMBER}}.zip">lynx-factory-{{tangorpro-beta-BUILD_NUMBER}}.zip</a></li> + <li><a href="https://releases.grapheneos.org/lynx-factory-{{tangorpro-beta-BUILD_NUMBER}}.zip.sig">lynx-factory-{{tangorpro-beta-BUILD_NUMBER}}.zip.sig</a></li> + <li><a href="https://releases.grapheneos.org/lynx-ota_update-{{tangorpro-beta-BUILD_NUMBER}}.zip">lynx-ota_update-{{tangorpro-beta-BUILD_NUMBER}}.zip</a></li> + </ul> + </section> <section id="lynx-beta"> <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> |
