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

Make repos defined in project.yml implicitly allowed #575

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

andrzej-kaczmarek
Copy link
Contributor

Repositories defined in project.yml should be allowed by default (even if omitted on allowed list) unless ignored explicitly.

@andrzej-kaczmarek
Copy link
Contributor Author

With this fix, if you only want to allow repositories in project.yml you only need to include e.g. apache-mynewt-core on the list and all other repos will be allowed implicitly. The single entry is required as otherwise empty allowed list will allow all repos.

Alternatively if you want to allow some extra repos not included in project.yml (e.g. defined by packages) its enough to only include those repos on the list as repos defined in project.yml will be added implicitly anyway.

@andrzej-kaczmarek andrzej-kaczmarek force-pushed the update-implicit-allowed branch 2 times, most recently from b1cc422 to b48b874 Compare October 25, 2024 16:17
Repositories defined in project.yml should be allowed by default (even
if omitted on allowed list) unless ignored explicitly.
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.

1 participant