diff options
author | Kyle Stone <kyle.stone@is4s.com> | 2020-01-28 17:06:02 -0500 |
---|---|---|
committer | Kyle Stone <kyle.stone@is4s.com> | 2020-01-28 19:00:39 -0500 |
commit | c89dca8c70cfa9a5abe67ef80f51f152d971526c (patch) | |
tree | a68c302f6cc677d8b10e60566e882af51094d02f /docs/markdown | |
parent | f9a31a25db5a9a08a5b102c6289029beddc7b07a (diff) | |
download | meson-c89dca8c70cfa9a5abe67ef80f51f152d971526c.zip meson-c89dca8c70cfa9a5abe67ef80f51f152d971526c.tar.gz meson-c89dca8c70cfa9a5abe67ef80f51f152d971526c.tar.bz2 |
Add ability to specify project branch to install
Diffstat (limited to 'docs/markdown')
-rw-r--r-- | docs/markdown/fallback-wraptool.md | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/markdown/fallback-wraptool.md b/docs/markdown/fallback-wraptool.md index ebf8b91..9f4814b 100644 --- a/docs/markdown/fallback-wraptool.md +++ b/docs/markdown/fallback-wraptool.md @@ -17,11 +17,15 @@ To list all available wraps: To install a wrap, go to your source root, make sure that the `subprojects` directory exists and run this command: - ghwt.py install <projectname> + ghwt.py install <projectname> [<branchname>] This will stage the subproject ready to use. If you have multiple subprojects you need to download them all manually. +Specifying branch name is optional. If not specified, the list +of potential branches is sorted alphabetically and the last branch is +used. + *Note* The tool was added in 0.32.0, for versions older than that you need to delete the `foo.wrap` file to work around this issue. |