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

Track whether a repo is pinned or unpinned by explicit attr #1204

Merged
merged 3 commits into from
Jul 26, 2024

Commits on Jul 23, 2024

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

Commits on Jul 24, 2024

  1. Track whether a repo is pinned or unpinned by explicit attr

    Doing this by performing string interpretation on the repo name is a bit
    brittle. And it works less well under Bzlmod where the unpinned repo
    name is going to look something like
    `rules_jvm_external~~maven~unpinned_maven`.
    
    After this change, the lockfile pinning script, `@maven//:pin` will use the local
    machine's Coursier cache (`~/Library/Caches/Coursier` on MacOS) even under
    Bzlmod. A populated cache makes version resolutions substantially faster to obtain.
    plobsing committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    1afeb6a View commit details
    Browse the repository at this point in the history
  2. Fix errant tab in indentation

    Tab added by misconfigured editor.
    plobsing committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    58b716f View commit details
    Browse the repository at this point in the history