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

Add allowed repositories list #562

Merged
merged 2 commits into from
Oct 24, 2024
Merged

Commits on Jun 27, 2024

  1. Add allowed repositories list

    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.
    m-gorecki committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    bc267ce View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. Configuration menu
    Copy the full SHA
    1bcadf4 View commit details
    Browse the repository at this point in the history