diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2020-01-30 23:31:32 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-30 23:31:32 +0200 |
commit | 5d9bc3b324d59122071fbaa92de811d4c646d3cc (patch) | |
tree | 27533a7abbed0a39cce0defebc3f21ff9c54eb99 /docs/markdown | |
parent | d8faf9b7062e2278adddb3b107ea58784fe544d4 (diff) | |
parent | c89dca8c70cfa9a5abe67ef80f51f152d971526c (diff) | |
download | meson-5d9bc3b324d59122071fbaa92de811d4c646d3cc.zip meson-5d9bc3b324d59122071fbaa92de811d4c646d3cc.tar.gz meson-5d9bc3b324d59122071fbaa92de811d4c646d3cc.tar.bz2 |
Merge pull request #6537 from UnoccupiedColonist/ghwt_fixes
ghwt: allow user to specify branch
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. |