fix factory images links for legacy devices
This commit is contained in:
parent
98fe0df34b
commit
984c78a85a
@ -508,13 +508,13 @@
|
||||
{% with codename="bramble", name="Pixel 4a (5G) (legacy extended support) " %}
|
||||
{% include "device.html" %}
|
||||
{% endwith %}
|
||||
{% with codename="sunfish", name="Pixel 4a (legacy extended support)" %}
|
||||
{% with codename="sunfish", name="Pixel 4a (legacy extended support)", install="factory" %}
|
||||
{% include "device.html" %}
|
||||
{% endwith %}
|
||||
{% with codename="coral", name="Pixel 4 XL (legacy extended support)" %}
|
||||
{% with codename="coral", name="Pixel 4 XL (legacy extended support)", install="factory" %}
|
||||
{% include "device.html" %}
|
||||
{% endwith %}
|
||||
{% with codename="flame", name="Pixel 4 (legacy extended support)" %}
|
||||
{% with codename="flame", name="Pixel 4 (legacy extended support)", install="factory" %}
|
||||
{% include "device.html" %}
|
||||
{% endwith %}
|
||||
</section>
|
||||
|
@ -11,8 +11,8 @@
|
||||
<td><a href="#[[{{codename}}-stable-BUILD_NUMBER]]">[[{{codename}}-stable-BUILD_NUMBER]]</a></td>
|
||||
<td>
|
||||
<ul>
|
||||
<li><a href="https://releases.grapheneos.org/{{codename}}-install-[[{{codename}}-stable-BUILD_NUMBER]].zip">Install zip</a></li>
|
||||
<li><a href="https://releases.grapheneos.org/{{codename}}-install-[[{{codename}}-stable-BUILD_NUMBER]].zip.sig">Install zip signature</a></li>
|
||||
<li><a href="https://releases.grapheneos.org/{{codename}}-{{install | default("install")}}-[[{{codename}}-stable-BUILD_NUMBER]].zip">Install zip</a></li>
|
||||
<li><a href="https://releases.grapheneos.org/{{codename}}-{{install | default("install")}}-[[{{codename}}-stable-BUILD_NUMBER]].zip.sig">Install zip signature</a></li>
|
||||
<li><a href="https://releases.grapheneos.org/{{codename}}-ota_update-[[{{codename}}-stable-BUILD_NUMBER]].zip">Signed update package</a></li>
|
||||
</ul>
|
||||
</td>
|
||||
@ -22,8 +22,8 @@
|
||||
<td><a href="#[[{{codename}}-beta-BUILD_NUMBER]]">[[{{codename}}-beta-BUILD_NUMBER]]</a></td>
|
||||
<td>
|
||||
<ul>
|
||||
<li><a href="https://releases.grapheneos.org/{{codename}}-install-[[{{codename}}-beta-BUILD_NUMBER]].zip">Install zip</a></li>
|
||||
<li><a href="https://releases.grapheneos.org/{{codename}}-install-[[{{codename}}-beta-BUILD_NUMBER]].zip.sig">Install zip signature</a></li>
|
||||
<li><a href="https://releases.grapheneos.org/{{codename}}-{{install | default("install")}}-[[{{codename}}-beta-BUILD_NUMBER]].zip">Install zip</a></li>
|
||||
<li><a href="https://releases.grapheneos.org/{{codename}}-{{install | default("install")}}-[[{{codename}}-beta-BUILD_NUMBER]].zip.sig">Install zip signature</a></li>
|
||||
<li><a href="https://releases.grapheneos.org/{{codename}}-ota_update-[[{{codename}}-beta-BUILD_NUMBER]].zip">Signed update package</a></li>
|
||||
</ul>
|
||||
</td>
|
||||
@ -33,8 +33,8 @@
|
||||
<td><a href="#[[{{codename}}-alpha-BUILD_NUMBER]]">[[{{codename}}-alpha-BUILD_NUMBER]]</a></td>
|
||||
<td>
|
||||
<ul>
|
||||
<li><a href="https://releases.grapheneos.org/{{codename}}-install-[[{{codename}}-alpha-BUILD_NUMBER]].zip">Install zip</a></li>
|
||||
<li><a href="https://releases.grapheneos.org/{{codename}}-install-[[{{codename}}-alpha-BUILD_NUMBER]].zip.sig">Install zip signature</a></li>
|
||||
<li><a href="https://releases.grapheneos.org/{{codename}}-{{install | default("install")}}-[[{{codename}}-alpha-BUILD_NUMBER]].zip">Install zip</a></li>
|
||||
<li><a href="https://releases.grapheneos.org/{{codename}}-{{install | default("install")}}-[[{{codename}}-alpha-BUILD_NUMBER]].zip.sig">Install zip signature</a></li>
|
||||
<li><a href="https://releases.grapheneos.org/{{codename}}-ota_update-[[{{codename}}-alpha-BUILD_NUMBER]].zip">Signed update package</a></li>
|
||||
</ul>
|
||||
</td>
|
||||
|
Loading…
x
Reference in New Issue
Block a user