add hidden Pixel Fold release page entries
This commit is contained in:
parent
8befb9dadb
commit
50982f9a05
@ -61,7 +61,7 @@ done
|
||||
sed -i "$replace" static-tmp/**/*.html nginx-tmp/nginx.conf nginx-tmp/snippets/preload.conf
|
||||
|
||||
replace=
|
||||
devices=(tangorpro lynx cheetah panther bluejay raven oriole barbet redfin bramble sunfish coral flame bonito sargo crosshatch blueline)
|
||||
devices=(felix 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
|
||||
|
@ -1,7 +1,7 @@
|
||||
// @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT
|
||||
|
||||
const baseUrl = "https://releases.grapheneos.org/";
|
||||
const devices = ["tangorpro", "lynx", "cheetah", "panther", "bluejay", "raven", "oriole", "barbet", "redfin", "bramble", "sunfish", "coral", "flame"];
|
||||
const devices = ["felix", "tangorpro", "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="#felix-stable">Pixel Fold</a></li>
|
||||
<li><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>
|
||||
@ -80,6 +81,7 @@
|
||||
<li>
|
||||
<a href="#beta-channel">Beta channel</a>
|
||||
<ul>
|
||||
<li hidden=""><a href="#felix-beta">Pixel Fold</a></li>
|
||||
<li><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>
|
||||
@ -380,6 +382,15 @@
|
||||
<section id="stable-channel">
|
||||
<h2><a href="#stable-channel">Stable channel</a></h2>
|
||||
|
||||
<section id="felix-stable" hidden="">
|
||||
<h3><a href="#felix-stable">Pixel Fold</a></h3>
|
||||
<p>Version: <a href="#{{felix-stable-BUILD_NUMBER}}">{{felix-stable-BUILD_NUMBER}}</a></p>
|
||||
<ul>
|
||||
<li><a href="https://releases.grapheneos.org/felix-factory-{{felix-stable-BUILD_NUMBER}}.zip">felix-factory-{{felix-stable-BUILD_NUMBER}}.zip</a></li>
|
||||
<li><a href="https://releases.grapheneos.org/felix-factory-{{felix-stable-BUILD_NUMBER}}.zip.sig">felix-factory-{{felix-stable-BUILD_NUMBER}}.zip.sig</a></li>
|
||||
<li><a href="https://releases.grapheneos.org/felix-ota_update-{{felix-stable-BUILD_NUMBER}}.zip">felix-ota_update-{{felix-stable-BUILD_NUMBER}}.zip</a></li>
|
||||
</ul>
|
||||
</section>
|
||||
<section id="tangorpro-stable">
|
||||
<h3><a href="#tangorpro-stable">Pixel Tablet</a></h3>
|
||||
<p>Version: <a href="#{{tangorpro-stable-BUILD_NUMBER}}">{{tangorpro-stable-BUILD_NUMBER}}</a></p>
|
||||
@ -502,6 +513,15 @@
|
||||
<section id="beta-channel">
|
||||
<h2><a href="#beta-channel">Beta channel</a></h2>
|
||||
|
||||
<section id="felix-beta" hidden="">
|
||||
<h3><a href="#felix-beta">Pixel Fold</a></h3>
|
||||
<p>Version: <a href="#{{felix-beta-BUILD_NUMBER}}">{{felix-beta-BUILD_NUMBER}}</a></p>
|
||||
<ul>
|
||||
<li><a href="https://releases.grapheneos.org/felix-factory-{{felix-beta-BUILD_NUMBER}}.zip">felix-factory-{{felix-beta-BUILD_NUMBER}}.zip</a></li>
|
||||
<li><a href="https://releases.grapheneos.org/felix-factory-{{felix-beta-BUILD_NUMBER}}.zip.sig">felix-factory-{{felix-beta-BUILD_NUMBER}}.zip.sig</a></li>
|
||||
<li><a href="https://releases.grapheneos.org/felix-ota_update-{{felix-beta-BUILD_NUMBER}}.zip">felix-ota_update-{{felix-beta-BUILD_NUMBER}}.zip</a></li>
|
||||
</ul>
|
||||
</section>
|
||||
<section id="tangorpro-beta">
|
||||
<h3><a href="#tangorpro-beta">Pixel Tablet</a></h3>
|
||||
<p>Version: <a href="#{{tangorpro-beta-BUILD_NUMBER}}">{{tangorpro-beta-BUILD_NUMBER}}</a></p>
|
||||
|
Loading…
x
Reference in New Issue
Block a user