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

Bug 1902824: fix(index): account for default channel in index add order #528

Merged

Commits on Dec 2, 2020

  1. fix(index): account for default channel in index add order

    Ensure the default channel referenced by a bundle exists, either by that
    bundle or in the package, before returning it as the next element of an
    input stream. Adding this check prevents smaller versions from breaking
    index add when the `--overwrite-latest` flag is set; e.g. if a z-stream
    bundle was originally added _after_ a larger y-stream and references a
    default channel only defined in that y-stream.
    njhale committed Dec 2, 2020
    Configuration menu
    Copy the full SHA
    abdd0f2 View commit details
    Browse the repository at this point in the history