Skip to content

Conversation

@m-gorecki
Copy link
Contributor

This in addition to ignored repositories list allows to specify a list of repositories that will be upgraded. The list should be placed inside project.yml and look for example like this:

project.repositories.allowed:
- apache-mynewt-core
- apache-mynewt-nimble
- apache-mynewt-mcumgr
- mcuboot
- arm-CMSIS_5
- nordic-nrfx
- mbedtls

If the same repository will be placed on both lists, it will be ignored by newt.

IMPORTANT NOTE: Ignored repositories will be ignored even if they were previously downloaded. So if repo was downloaded by newt upgrade and then added to ignored list,
targets that depend on this repo won't build.

This in addition to ignored repositories list allows to specify
a list of repositories that will be upgraded. The list should be
placed inside project.yml and look for example like this:

project.repositories.allowed:
    - apache-mynewt-core
    - apache-mynewt-nimble
    - apache-mynewt-mcumgr
    - mcuboot
    - arm-CMSIS_5
    - nordic-nrfx
    - mbedtls

If the same repository will be placed on both lists, it will be
ignored by newt.

IMPORTANT NOTE: Ignored repositories will be ignored even if
they were previously downloaded. So if repo was downloaded
by newt upgrade and then added to ignored list,
targets that depend on this repo won't build.
@andrzej-kaczmarek andrzej-kaczmarek merged commit 90d22b7 into apache:master Oct 24, 2024
73 checks passed
@m-gorecki m-gorecki deleted the allow-repos branch November 28, 2024 13:22
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