diff options
Diffstat (limited to 'docs/markdown')
-rw-r--r-- | docs/markdown/Commands.md | 3 | ||||
-rw-r--r-- | docs/markdown/snippets/update_wrapdb.md | 8 |
2 files changed, 11 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 diff --git a/docs/markdown/snippets/update_wrapdb.md b/docs/markdown/snippets/update_wrapdb.md new file mode 100644 index 0000000..a4e4f27 --- /dev/null +++ b/docs/markdown/snippets/update_wrapdb.md @@ -0,0 +1,8 @@ +## Update all wraps from WrapDB with `meson wrap update` command + +The command `meson wrap update`, with no extra argument, will now update all wraps +that comes from WrapDB to the latest version. The extra `--force` argument will +also replace wraps that do not come from WrapDB if one is available. + +The command `meson subprojects update` will not download new wrap files from +WrapDB any more. |