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

Dropdown contains all architectures; should be limited to current arch only #23

Open
garrett opened this issue Jul 25, 2019 · 2 comments

Comments

@garrett
Copy link
Member

garrett commented Jul 25, 2019

The dropdown should be filtered to the compatible architectures only.

It's probably correct to show only the currently booted arch, as ostrees don't have 32-bit support typically (even though it should be possible).

Here's a screenshot (it's so huge it flows off the page, which is another problem):

Screenshot_2019-07-25 Software Updates - Rain

@garrett
Copy link
Member Author

garrett commented Jul 25, 2019

For reference, here's the complete list I see:

  • fedora/27/aarch64/atomic-host
  • fedora/27/ppc64le/atomic-host
  • fedora/27/x86_64/atomic-host
  • fedora/27/x86_64/testing/workstation
  • fedora/27/x86_64/updates/workstation
  • fedora/27/x86_64/workstation
  • fedora/28/aarch64/atomic-host
  • fedora/28/aarch64/testing/atomic-host
  • fedora/28/aarch64/updates/atomic-host
  • fedora/28/ppc64le/atomic-host
  • fedora/28/ppc64le/testing/atomic-host
  • fedora/28/ppc64le/updates/atomic-host
  • fedora/28/x86_64/atomic-host
  • fedora/28/x86_64/testing/atomic-host
  • fedora/28/x86_64/testing/workstation
  • fedora/28/x86_64/updates/atomic-host
  • fedora/28/x86_64/updates/workstation
  • fedora/28/x86_64/workstation
  • fedora/29/aarch64/atomic-host
  • fedora/29/aarch64/testing/atomic-host
  • fedora/29/aarch64/updates/atomic-host
  • fedora/29/ppc64le/atomic-host
  • fedora/29/ppc64le/testing/atomic-host
  • fedora/29/ppc64le/updates/atomic-host
  • fedora/29/x86_64/atomic-host
  • fedora/29/x86_64/silverblue
  • fedora/29/x86_64/testing/atomic-host
  • fedora/29/x86_64/testing/silverblue
  • fedora/29/x86_64/updates/atomic-host
  • fedora/29/x86_64/updates/silverblue
  • fedora/30/x86_64/silverblue
  • fedora/30/x86_64/testing/silverblue
  • fedora/30/x86_64/updates/silverblue
  • fedora/rawhide/aarch64/atomic-host
  • fedora/rawhide/aarch64/silverblue
  • fedora/rawhide/ppc64le/atomic-host
  • fedora/rawhide/ppc64le/silverblue
  • fedora/rawhide/x86_64/atomic-host
  • fedora/rawhide/x86_64/silverblue
  • fedora/rawhide/x86_64/workstation
  • fedora/x86_64/coreos/testing

@garrett
Copy link
Member Author

garrett commented Jul 25, 2019

A filtered list would look like:

  • fedora/27/x86_64/atomic-host
  • fedora/27/x86_64/testing/workstation
  • fedora/27/x86_64/updates/workstation
  • fedora/27/x86_64/workstation
  • fedora/28/x86_64/atomic-host
  • fedora/28/x86_64/testing/atomic-host
  • fedora/28/x86_64/testing/workstation
  • fedora/28/x86_64/updates/atomic-host
  • fedora/28/x86_64/updates/workstation
  • fedora/28/x86_64/workstation
  • fedora/29/x86_64/atomic-host
  • fedora/29/x86_64/silverblue
  • fedora/29/x86_64/testing/atomic-host
  • fedora/29/x86_64/testing/silverblue
  • fedora/29/x86_64/updates/atomic-host
  • fedora/29/x86_64/updates/silverblue
  • fedora/30/x86_64/silverblue
  • fedora/30/x86_64/testing/silverblue
  • fedora/30/x86_64/updates/silverblue
  • fedora/rawhide/x86_64/atomic-host
  • fedora/rawhide/x86_64/silverblue
  • fedora/rawhide/x86_64/workstation
  • fedora/x86_64/coreos/testing

It would be pretty nifty to split out the version and branch too (instead of listing all the permutations), but I guess these are probably just string identifiers.

Switching versions or from silverblue to atomic-host or coreos might be successful, but switching architectures would always fail.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant