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

whippet deps install should check that it's pulling from the correct repo #113

Open
mallorydxw opened this issue Jun 20, 2017 · 1 comment
Labels

Comments

@mallorydxw
Copy link
Contributor

At the moment, whippet deps install can fail if the source in whippet.lock is changed.

Example:

  1. Run whippet deps install to install plugin/foobar from git@a:wordpress-plugins/foobar
  2. Pull the repo, to a revision where whippet.lock contains a git URL like this: git@b:wordpress-plugins/foobar
  3. Run whippet deps install and it will attempt to pull from the existing repo (git@a) when it should be pulling from the new repo (git@b)
@snim2
Copy link
Contributor

snim2 commented Sep 25, 2023

I'm not sure that this is really a bug, if the JSON and the lockfile are out of sync, we probably shouldn't install without updating first?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants