Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug: Quickget lists only outdated bazzite releases #1306

Closed
lj3954 opened this issue Jun 25, 2024 · 0 comments
Closed

bug: Quickget lists only outdated bazzite releases #1306

lj3954 opened this issue Jun 25, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@lj3954
Copy link
Member

lj3954 commented Jun 25, 2024

The last release of Bazzite to include ISOs in the GitHub releases is v2.2.0, from January. The latest releases are only downloadable through their website to the best of my knowledge.

The workflow they use for building ISOs is located here: https://raw.githubusercontent.com/ublue-os/bazzite/main/.github/workflows/build_iso.yml. It contains all of the editions available, although most should be filtered out (NVIDIA, ASUS, Ally). The editions not specifying a DE are KDE plasma.

Download URL: "https://download.bazzite.gg/{EDITION}-stable.iso"
Checksum URL: "${URL}-CHECKSUM"

An example of how this could be implemented is in this commit to my quickget_ci project: lj3954/quickemu-rs@19b6af0. Keep in mind that bash quickget probably doesn't need to download & parse editions from the workflow each time (i.e. instead, echo plasma gnome plasma-deck gnome-deck); I've only done that because dynamic release/edition detection has no real cost for a project run in CI only, and I've implemented some form of it for every distro I've added thus far.

@lj3954 lj3954 changed the title bug: Latest bazzite releases are not listed bug: Quickget lists only outdated bazzite releases Jun 25, 2024
flexiondotorg added a commit that referenced this issue Jun 25, 2024


Add the option to choose KDE or GNOME editions.
@flexiondotorg flexiondotorg added the bug Something isn't working label Jun 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants