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/snippets/update_wrapdb.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 docs/markdown/snippets/update_wrapdb.md (limited to 'docs/markdown/snippets') 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. -- cgit v1.1