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

Fix rpi image creation broken since to #6087 #6123

Merged
merged 2 commits into from
Jan 1, 2024

Conversation

viraniac
Copy link
Collaborator

@viraniac viraniac commented Jan 1, 2024

Description

The raspberry pi images were broken since #6087 as armbian.list was no longer available to install the required packages. As the description for #6087 mentioned that the change was just to remove the dormant armbian.list.disabled file, this PR does the same simply by removing the file if its present after image-late.

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Please also note any relevant details for your test configuration.

  • Tested creating Raspberry pi images and also verifying that there is no leftover armbian.list.disabled file.

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
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • Any dependent changes have been merged and published in downstream modules

@viraniac viraniac requested a review from a team as a code owner January 1, 2024 17:43
@github-actions github-actions bot added the size/small PR with less then 50 lines label Jan 1, 2024
@igorpecovnik igorpecovnik added Ready to merge Reviewed, tested and ready for merge 02 Milestone: First quarter release labels Jan 1, 2024
@igorpecovnik
Copy link
Member

It fixes the bug, so lets merge and deal with related firmware mess some other day.

@igorpecovnik igorpecovnik merged commit fbad168 into armbian:main Jan 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
02 Milestone: First quarter release Ready to merge Reviewed, tested and ready for merge size/small PR with less then 50 lines
Development

Successfully merging this pull request may close these issues.

2 participants