-
-
Notifications
You must be signed in to change notification settings - Fork 636
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[internal] Rename
./pants lock
to ./pants generate-user-lockfile
…
…and `./pants tool-lock` to `./pants generate-lockfiles` (#12641) We currently have separate goals for user lockfiles vs tool lockfiles because the implementations are different right now, e.g. specs being different. It's easier to keep separate while iterating. We will unify them, but are not yet ready. We want to release tool lockfiles as stable in Pants 2.7, so it should be using the final proper name of `./pants generate-lockfiles` rather than `./pants tool-lock`. Once user lockfiles are stable in 2.8, we will kill `generate-user-lockfile` in favor of a unified `generate-lockfiles` goal. ## `generate-lockfiles` vs. `lock` vs `resolve` vs. something else See #12641 (comment) for why I went with `generate-lockfiles`, and the above thread for alternative proposals. [ci skip-rust] [ci skip-build-wheels]
- Loading branch information
1 parent
c485581
commit 86bc802
Showing
4 changed files
with
32 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters