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

BSP: Expand distribution status with possible upgrade information #7303

Merged
merged 2 commits into from
Sep 27, 2024

Conversation

igorpecovnik
Copy link
Member

@igorpecovnik igorpecovnik commented Sep 26, 2024

Description

This information is (will be) used in motd to show status and within new armbian-configng to perform upgrades.

oracular=csc;upgrade=none
buster=eos;upgrade=bullseye,bookworm,trixie,testing
bullseye=csc;upgrade=bookworm,trixie,testing
jammy=supported;upgrade=noble,oracular
focal=eos;upgrade=jammy,noble,oracular
noble=supported;upgrade=oracular
sid=csc;upgrade=none
bookworm=supported;upgrade=trixie,testing
trixie=csc;upgrade=testing

with sorting added in next commit:

buster=eos;upgrade=bullseye,bookworm,trixie,testing
focal=eos;upgrade=jammy,noble,oracular
bullseye=csc;upgrade=bookworm,trixie,testing
bookworm=supported;upgrade=trixie,testing
jammy=supported;upgrade=noble,oracular
noble=supported;upgrade=oracular
trixie=csc;upgrade=testing
oracular=csc;upgrade=none
sid=csc;upgrade=none

How Has This Been Tested?

Just storing information to BSP.

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • My changes generate no new warnings
  • Any dependent changes have been merged and published in downstream modules

@igorpecovnik igorpecovnik requested a review from a team as a code owner September 26, 2024 17:43
@github-actions github-actions bot added the size/small PR with less then 50 lines label Sep 26, 2024
@igorpecovnik igorpecovnik added 11 Milestone: Fourth quarter release Needs review Seeking for review and removed size/small PR with less then 50 lines labels Sep 26, 2024
@github-actions github-actions bot added the Framework Framework components label Sep 26, 2024
@EvilOlaf
Copy link
Member

Could mislead users that upgrades were some sort of supported.

@igorpecovnik
Copy link
Member Author

This here is only a configuration file. Perhaps replacing word "upgrade" with something else is enough? We will provide an option in the armbian-config with a proper warning. But armbian-config needs to know what is possible.

@EvilOlaf
Copy link
Member

ok

EvilOlaf
EvilOlaf previously approved these changes Sep 27, 2024
@igorpecovnik
Copy link
Member Author

Perhaps changing oracular=csc;upgrade=none -> oracular=csc;alt=none ? In case someone looks into this file to not raise questions?

@github-actions github-actions bot added the size/small PR with less then 50 lines label Sep 27, 2024
@igorpecovnik igorpecovnik merged commit aaf5332 into main Sep 27, 2024
2 checks passed
@igorpecovnik igorpecovnik deleted the distro-info branch September 27, 2024 13:08
rpardini added a commit to armsurvivors/armbian-build that referenced this pull request Oct 1, 2024
rpardini added a commit to rpardini/armbian-build that referenced this pull request Oct 1, 2024
rpardini added a commit that referenced this pull request Oct 2, 2024
igorpecovnik added a commit that referenced this pull request Nov 3, 2024
…pported. It broke down.

Since expanding distribution status with upgrade target, this condition stop working

Related: #7303
igorpecovnik added a commit that referenced this pull request Nov 3, 2024
…pported. It broke down.

Since expanding distribution status with upgrade target, this condition stop working

Related: #7303
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
11 Milestone: Fourth quarter release Framework Framework components Needs review Seeking for review size/small PR with less then 50 lines
Development

Successfully merging this pull request may close these issues.

3 participants