From aaabd6224f8fbba80840e598e67d4d16a19ae3ec Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Fri, 6 May 2022 11:06:02 -0400 Subject: Make `meson wrap update` command update all wraps in parallel This moves the implementation into msubprojects because it has all the infrastructure to update wraps in parallel while keeping "meson wrap" UX. --- docs/markdown/Commands.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs/markdown/Commands.md') diff --git a/docs/markdown/Commands.md b/docs/markdown/Commands.md index 11ca6e07a..c3284611a 100644 --- a/docs/markdown/Commands.md +++ b/docs/markdown/Commands.md @@ -266,6 +266,9 @@ Manages subprojects of the Meson project. *Since 0.59.0* commands are run on multiple subprojects in parallel by default, use `--num-processes=1` if it is not desired. +Since *0.64.0* the `update` subcommand will not download new wrap files +from WrapDB any more. Use `meson wrap update` command for that instead. + {{ subprojects_arguments.inc }} ### test -- cgit v1.2.3