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

Dependency mappings #4

Merged
merged 3 commits into from
Jul 17, 2020
Merged

Dependency mappings #4

merged 3 commits into from
Jul 17, 2020

Commits on Jul 15, 2020

  1. Respect dependency mappings in <platform>/dependencies/mappings.toml

    This allows users in an airgapped environment or an environment with restrictive firewall rules to map dependencies to new URIs that are accessible from the build environment
    
    Signed-off-by: Emily Casey <[email protected]>
    ekcasey committed Jul 15, 2020
    Configuration menu
    Copy the full SHA
    cab8392 View commit details
    Browse the repository at this point in the history
  2. format

    Signed-off-by: Emily Casey <[email protected]>
    ekcasey committed Jul 15, 2020
    Configuration menu
    Copy the full SHA
    884bb81 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2020

  1. Style and error handling fixes

    * Better error messages
    * Handling missing mappings file
    * Don't export entire file schema
    
    Signed-off-by: Emily Casey <[email protected]>
    ekcasey committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    0f8eb47 View commit details
    Browse the repository at this point in the history