-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Framework: disable armbian repository while generating rootfs cache #7123
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
github-actions
bot
added
size/small
PR with less then 50 lines
Framework
Framework components
labels
Aug 22, 2024
igorpecovnik
force-pushed
the
disable-armbian-repo-rootfscache
branch
from
August 22, 2024 14:36
1652325
to
71a6a13
Compare
igorpecovnik
added
Bugfix
Pull request is fixing a bug
08
Milestone: Third quarter release
Needs review
Seeking for review
and removed
Work in progress
Unfinished / work in progress
labels
Aug 22, 2024
4 tasks
adeepn
approved these changes
Aug 22, 2024
I'm still having the downgrade problem, on |
I see. Something else is still a problem. |
6 tasks
rpardini
added a commit
to armsurvivors/armbian-build
that referenced
this pull request
Sep 30, 2024
… pipelines and CLI; fixes armbian#7123 - Fixes: 7129643 -- which only set `SKIP_ARMBIAN_REPO=yes` when `rootfs` cli shortcut used - GHA artifact pipelines are generic across all artifacts, and don't use the cli shortcuts - instead, they use the `artifact` shortcut, with the `WHAT=rootfs` parameter - so in GHA pipelines `SKIP_ARMBIAN_REPO=yes` was not taking effect - rootfs artifact itself now enforces `SKIP_ARMBIAN_REPO` to be `yes` and makes it readonly - also add `SKIP_ARMBIAN_REPO` to the general change-tracking for more clarity about configs and hooks etc
rpardini
added a commit
to armsurvivors/armbian-build
that referenced
this pull request
Sep 30, 2024
… pipelines and CLI; fixes armbian#7123 - Fixes: 7129643 -- which only set `SKIP_ARMBIAN_REPO=yes` when `rootfs` cli shortcut used - GHA artifact pipelines are generic across all artifacts, and don't use the cli shortcuts - instead, they use the `artifact` shortcut, with the `WHAT=rootfs` parameter - so in GHA pipelines `SKIP_ARMBIAN_REPO=yes` was not taking effect - rootfs artifact itself now enforces `SKIP_ARMBIAN_REPO` to be `yes` and makes it readonly - also add `SKIP_ARMBIAN_REPO` to the general change-tracking for more clarity about configs and hooks etc - add change tracking calls before/after generic artifact config adapter for even more clarity
rpardini
added a commit
to armsurvivors/armbian-build
that referenced
this pull request
Sep 30, 2024
… pipelines and CLI; fixes armbian#7123 - Fixes: 7129643 -- which only set `SKIP_ARMBIAN_REPO=yes` when `rootfs` cli shortcut used - GHA artifact pipelines are generic across all artifacts, and don't use the cli shortcuts - instead, they use the `artifact` shortcut, with the `WHAT=rootfs` parameter - so in GHA pipelines `SKIP_ARMBIAN_REPO=yes` was not taking effect - rootfs artifact itself now enforces `SKIP_ARMBIAN_REPO` to be `yes` and makes it readonly - also add `SKIP_ARMBIAN_REPO` to the general change-tracking for more clarity about configs and hooks etc - add change tracking calls before/after generic artifact config adapter for even more clarity
rpardini
added a commit
to rpardini/armbian-build
that referenced
this pull request
Sep 30, 2024
… pipelines and CLI; fixes armbian#7123 - Fixes: 7129643 -- which only set `SKIP_ARMBIAN_REPO=yes` when `rootfs` cli shortcut used - GHA artifact pipelines are generic across all artifacts, and don't use the cli shortcuts - instead, they use the `artifact` shortcut, with the `WHAT=rootfs` parameter - so in GHA pipelines `SKIP_ARMBIAN_REPO=yes` was not taking effect - rootfs artifact itself now enforces `SKIP_ARMBIAN_REPO` to be `yes` and makes it readonly - also add `SKIP_ARMBIAN_REPO` to the general change-tracking for more clarity about configs and hooks etc - add change tracking calls before/after generic artifact config adapter for even more clarity
igorpecovnik
pushed a commit
that referenced
this pull request
Sep 30, 2024
… pipelines and CLI; fixes #7123 - Fixes: 7129643 -- which only set `SKIP_ARMBIAN_REPO=yes` when `rootfs` cli shortcut used - GHA artifact pipelines are generic across all artifacts, and don't use the cli shortcuts - instead, they use the `artifact` shortcut, with the `WHAT=rootfs` parameter - so in GHA pipelines `SKIP_ARMBIAN_REPO=yes` was not taking effect - rootfs artifact itself now enforces `SKIP_ARMBIAN_REPO` to be `yes` and makes it readonly - also add `SKIP_ARMBIAN_REPO` to the general change-tracking for more clarity about configs and hooks etc - add change tracking calls before/after generic artifact config adapter for even more clarity
2 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
08
Milestone: Third quarter release
Bugfix
Pull request is fixing a bug
Framework
Framework components
Needs review
Seeking for review
size/small
PR with less then 50 lines
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Rootfs cache was designed to contain clean package base without any Armbian packages. Since we are providing our own base-files (also via repository) cache file is upgraded from, if repository is present. We don't want that.
This caused several problems: #7048 AR-2350 AR-2454
How Has This Been Tested?
Checklist: