summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xprocess-static2
-rw-r--r--static/js/releases.js2
-rw-r--r--static/releases.html20
3 files changed, 22 insertions, 2 deletions
diff --git a/process-static b/process-static
index 69c0dce0..0c693f45 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=(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
diff --git a/static/js/releases.js b/static/js/releases.js
index 1995e2b0..63a8d777 100644
--- a/static/js/releases.js
+++ b/static/js/releases.js
@@ -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;
diff --git a/static/releases.html b/static/releases.html
index d4d22fb4..3d4669d5 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="#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>