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

feat: support multiple archives with "priority" field #160

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Oct 3, 2024

  1. feat: support multiple archives with "priority" field (#12)

    This commit adds support for fetching packages from multiple archives.
    It introduces a new field `archives.<archive-name>.priority` which
    takes in a signed integer and specifies the priority of a certain
    archive. A package is fetched from the archive with highest priority.
    
    It also deprecates the concept of default archive in chisel.yaml.
    However, the field can still be present and it will be parsed but
    IGNORED.
    
    DEPRECATED: "archives.<archive>.default" field in chisel.yaml.
    ---------
    
    Co-authored-by: Alberto Carretero <[email protected]>
    rebornplusplus and letFunny authored Oct 3, 2024
    Configuration menu
    Copy the full SHA
    64d1e74 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

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