diff options
author | Xavier Claessens <xavier.claessens@collabora.com> | 2022-05-06 11:06:02 -0400 |
---|---|---|
committer | Xavier Claessens <xavier.claessens@collabora.com> | 2022-10-11 15:54:59 -0400 |
commit | aaabd6224f8fbba80840e598e67d4d16a19ae3ec (patch) | |
tree | f1ea7cb8989b53a23e0316deddcbb775d535c037 /docs/markdown/Commands.md | |
parent | cd82804533d2b858564d960576f126c044849cb3 (diff) | |
download | meson-aaabd6224f8fbba80840e598e67d4d16a19ae3ec.zip meson-aaabd6224f8fbba80840e598e67d4d16a19ae3ec.tar.gz meson-aaabd6224f8fbba80840e598e67d4d16a19ae3ec.tar.bz2 |
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.
Diffstat (limited to 'docs/markdown/Commands.md')
-rw-r--r-- | docs/markdown/Commands.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/markdown/Commands.md b/docs/markdown/Commands.md index 11ca6e0..c328461 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 |