-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
241: Add a `dependencies` command, which dumps the list of dependencies r=duckinator a=nbraud This is useful for automating things like installing only a project's dependencies. The specific usecase I just ran into, was generating container images for CI with all dependencies preinstalled. Obviously, this doesn't work well with pipelines that trigger actions if a file changed in the source repo, but it's still much better than nothing. Co-authored-by: nicoo <nicoo@mur.at>
- Loading branch information
Showing
3 changed files
with
15 additions
and
0 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