begin adding Pixel 6a (bluejay) support

This commit is contained in:
Daniel Micay 2022-07-28 04:56:09 -04:00
parent 564c8d5f2f
commit 6c400ba47f
5 changed files with 24 additions and 3 deletions

View File

@ -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

View File

@ -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>

View File

@ -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;

View File

@ -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");

View File

@ -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>