diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2025-04-15 15:54:15 -0400 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2025-04-15 15:55:26 -0400 |
| commit | 04b88b8e74f70642e62f07f05c4f26db25ae05d2 (patch) | |
| tree | 056d7977edd2920c10a2fa489ec515a7955106e9 /static | |
| parent | a9d25dfe030552630f7d0f3a9d08ae0852d94154 (diff) | |
handle separate release branches explicitly
Diffstat (limited to 'static')
| -rw-r--r-- | static/releases.html | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/static/releases.html b/static/releases.html index e12f1a19..cb13d9a3 100644 --- a/static/releases.html +++ b/static/releases.html @@ -489,7 +489,7 @@ <section id="devices"> <h2><a href="#devices">Devices</a></h2> - {% with codename="tegu", name="Pixel 9a (experimental)" %} + {% with codename="tegu", name="Pixel 9a (experimental)", split=True %} {% include "device.html" %} {% endwith %} {% with codename="comet", name="Pixel 9 Pro Fold" %} @@ -537,22 +537,22 @@ {% with codename="oriole", name="Pixel 6" %} {% include "device.html" %} {% endwith %} - {% with codename="barbet", name="Pixel 5a (legacy extended support)" %} + {% with codename="barbet", name="Pixel 5a (legacy extended support)", split=True %} {% include "device.html" %} {% endwith %} - {% with codename="redfin", name="Pixel 5 (legacy extended support)" %} + {% with codename="redfin", name="Pixel 5 (legacy extended support)", split=True %} {% include "device.html" %} {% endwith %} - {% with codename="bramble", name="Pixel 4a (5G) (legacy extended support) " %} + {% with codename="bramble", name="Pixel 4a (5G) (legacy extended support) ", split=True %} {% include "device.html" %} {% endwith %} - {% with codename="sunfish", name="Pixel 4a (legacy extended support)", install="factory" %} + {% with codename="sunfish", name="Pixel 4a (legacy extended support)", install="factory", split=True %} {% include "device.html" %} {% endwith %} - {% with codename="coral", name="Pixel 4 XL (legacy extended support)", install="factory" %} + {% with codename="coral", name="Pixel 4 XL (legacy extended support)", install="factory", split=True %} {% include "device.html" %} {% endwith %} - {% with codename="flame", name="Pixel 4 (legacy extended support)", install="factory" %} + {% with codename="flame", name="Pixel 4 (legacy extended support)", install="factory", split=True %} {% include "device.html" %} {% endwith %} </section> |
