add hidden lynx support to prepare for launch
This commit is contained in:
parent
ffbb1680b9
commit
7229179520
@ -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
|
||||
|
@ -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;
|
||||
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user