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

Upgrade non-external repos before loading packages #533

Merged
merged 1 commit into from
Nov 24, 2023

Conversation

m-gorecki
Copy link
Contributor

Thanks to this, we will upgrade external repos to proper versions, instead of always upgrading them to versions set in pkg files from master branches of non-external repos.

I.e. if mynewt-core will be upgraded to version 1.11.0, external repos included in mynewt-core pkg.yml files are going be downloaded and upgraded as specified
in those files from mynewt_1_11_0_tag. Without this external repos included in mynewt-core would be upgraded to versions specified in pkgs from mynewt-core's
master branch, which would lead to versions mismatch and probably compilation errors

Thanks to this, we will upgrade external repos to proper versions,
instead of always upgrading them to versions set in pkg files
from master branches of non-external repos.

I.e. if mynewt-core will be upgraded to version 1.11.0,
external repos included in mynewt-core pkg.yml files
are going be downloaded and upgraded as specified
in those files from mynewt_1_11_0_tag. Without this
external repos included in mynewt-core would be upgraded
to versions specified in pkgs from mynewt-core's
master branch, which would lead to versions mismatch and
probably compilation errors
@sjanc sjanc merged commit 2728e4d into apache:master Nov 24, 2023
59 checks passed
@m-gorecki m-gorecki deleted the nonext-upgrade branch November 28, 2024 13:24
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

Successfully merging this pull request may close these issues.

2 participants