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

vendoring: split sync and update make targets #89

Merged
merged 2 commits into from
Mar 12, 2021

Commits on Mar 12, 2021

  1. vendoring: split sync and update make targets

    The sync target previously regenerated the poetry.lock for vendored
    packages, causing larger than necessary change set for patches. This
    change introduces the update target to specifically handle lock file
    updates, lock target to regenerate the lock file and repurpose the sync
    target to only sync as expected.
    abn committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    d621444 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    95c91e0 View commit details
    Browse the repository at this point in the history