summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xprocess-static2
-rw-r--r--static/build.html1
-rw-r--r--static/js/releases.js2
-rw-r--r--static/js/web-install.js2
-rw-r--r--static/releases.html20
5 files changed, 24 insertions, 3 deletions
diff --git a/process-static b/process-static
index 99414175..59c28400 100755
--- a/process-static
+++ b/process-static
@@ -63,7 +63,7 @@ done
sed -i "$replace" static-tmp/**/*.html nginx-tmp/nginx.conf nginx-tmp/snippets/preload.conf
replace=
-devices=(raven oriole barbet redfin bramble sunfish coral flame bonito sargo crosshatch blueline)
+devices=(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/build.html b/static/build.html
index b1a62624..7d7b784a 100644
--- a/static/build.html
+++ b/static/build.html
@@ -143,6 +143,7 @@
<p>Smartphone targets:</p>
<ul>
+ <li>bluejay (Pixel 6a) — incomplete work-in-progress</li>
<li>raven (Pixel 6 Pro)</li>
<li>oriole (Pixel 6)</li>
<li>barbet (Pixel 5a)</li>
diff --git a/static/js/releases.js b/static/js/releases.js
index d0a2f83f..1e0d760f 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 = ["raven", "oriole", "barbet", "redfin", "bramble", "sunfish", "coral", "flame", "bonito", "sargo", "crosshatch", "blueline"];
+const devices = ["bluejay", "raven", "oriole", "barbet", "redfin", "bramble", "sunfish", "coral", "flame", "bonito", "sargo", "crosshatch", "blueline"];
const channels = ["stable", "beta"];
const delayMs = 1000 * 60 * 5;
diff --git a/static/js/web-install.js b/static/js/web-install.js
index 9fefe5c5..1c234eab 100644
--- a/static/js/web-install.js
+++ b/static/js/web-install.js
@@ -146,7 +146,7 @@ const qualcommDevices = ["barbet", "redfin", "bramble", "sunfish", "coral", "fla
const legacyQualcommDevices = ["sunfish", "coral", "flame", "bonito", "sargo", "crosshatch", "blueline"];
-const gs101Devices = ["raven", "oriole"];
+const gs101Devices = ["bluejay", "raven", "oriole"];
async function getLatestRelease() {
let product = await device.getVariable("product");
diff --git a/static/releases.html b/static/releases.html
index ce67869e..86b05367 100644
--- a/static/releases.html
+++ b/static/releases.html
@@ -61,6 +61,7 @@
<li>
<a href="#stable-channel">Stable channel</a>
<ul>
+ <li hidden="hidden"><a href="#bluejay-stable">Pixel 6a</a></li>
<li><a href="#raven-stable">Pixel 6 Pro</a></li>
<li><a href="#oriole-stable">Pixel 6</a></li>
<li><a href="#barbet-stable">Pixel 5a</a></li>
@@ -78,6 +79,7 @@
<li>
<a href="#beta-channel">Beta channel</a>
<ul>
+ <li hidden="hidden"><a href="#bluejay-beta">Pixel 6a</a></li>
<li><a href="#raven-beta">Pixel 6 Pro</a></li>
<li><a href="#oriole-beta">Pixel 6</a></li>
<li><a href="#barbet-beta">Pixel 5a</a></li>
@@ -301,6 +303,15 @@
<section id="stable-channel">
<h2><a href="#stable-channel">Stable channel</a></h2>
+ <section id="bluejay-stable" hidden="hidden">
+ <h3><a href="#bluejay-stable">Pixel 6a</a></h3>
+ <p>Version: <a href="https://github.com/GrapheneOS/platform_manifest/releases/tag/{{bluejay-stable-BUILD_ID}}.{{bluejay-stable-BUILD_NUMBER}}">{{bluejay-stable-BUILD_ID}}.{{bluejay-stable-BUILD_NUMBER}}</a></p>
+ <ul>
+ <li><a href="https://releases.grapheneos.org/bluejay-factory-{{bluejay-stable-BUILD_NUMBER}}.zip">bluejay-factory-{{bluejay-stable-BUILD_NUMBER}}.zip</a></li>
+ <li><a href="https://releases.grapheneos.org/bluejay-factory-{{bluejay-stable-BUILD_NUMBER}}.zip.sig">bluejay-factory-{{bluejay-stable-BUILD_NUMBER}}.zip.sig</a></li>
+ <li><a href="https://releases.grapheneos.org/bluejay-ota_update-{{bluejay-stable-BUILD_NUMBER}}.zip">bluejay-ota_update-{{bluejay-stable-BUILD_NUMBER}}.zip</a></li>
+ </ul>
+ </section>
<section id="raven-stable">
<h3><a href="#raven-stable">Pixel 6 Pro</a></h3>
<p>Version: <a href="https://github.com/GrapheneOS/platform_manifest/releases/tag/{{raven-stable-BUILD_ID}}.{{raven-stable-BUILD_NUMBER}}">{{raven-stable-BUILD_ID}}.{{raven-stable-BUILD_NUMBER}}</a></p>
@@ -414,6 +425,15 @@
<section id="beta-channel">
<h2><a href="#beta-channel">Beta channel</a></h2>
+ <section id="bluejay-beta" hidden="hidden">
+ <h3><a href="#bluejay-beta">Pixel 6a</a></h3>
+ <p>Version: <a href="https://github.com/GrapheneOS/platform_manifest/releases/tag/{{bluejay-beta-BUILD_ID}}.{{bluejay-beta-BUILD_NUMBER}}">{{bluejay-beta-BUILD_ID}}.{{bluejay-beta-BUILD_NUMBER}}</a></p>
+ <ul>
+ <li><a href="https://releases.grapheneos.org/bluejay-factory-{{bluejay-beta-BUILD_NUMBER}}.zip">bluejay-factory-{{bluejay-beta-BUILD_NUMBER}}.zip</a></li>
+ <li><a href="https://releases.grapheneos.org/bluejay-factory-{{bluejay-beta-BUILD_NUMBER}}.zip.sig">bluejay-factory-{{bluejay-beta-BUILD_NUMBER}}.zip.sig</a></li>
+ <li><a href="https://releases.grapheneos.org/bluejay-ota_update-{{bluejay-beta-BUILD_NUMBER}}.zip">bluejay-ota_update-{{bluejay-beta-BUILD_NUMBER}}.zip</a></li>
+ </ul>
+ </section>
<section id="raven-beta">
<h3><a href="#raven-beta">Pixel 6 Pro</a></h3>
<p>Version: <a href="https://github.com/GrapheneOS/platform_manifest/releases/tag/{{raven-beta-BUILD_ID}}.{{raven-beta-BUILD_NUMBER}}">{{raven-beta-BUILD_ID}}.{{raven-beta-BUILD_NUMBER}}</a></p>