diff options
author | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2024-04-22 15:50:27 +0200 |
---|---|---|
committer | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2024-04-23 12:47:11 +0200 |
commit | 72d8bb2c3bf74f24e5def6b16c932c9c0165c6ee (patch) | |
tree | 2f40406c2fb2cfbe79e815479a8c14bdf048ce70 /INSTALL.md | |
parent | 66ee4bff8d5d54e63517f89ec1a2927e9c29638d (diff) | |
download | justbuild-72d8bb2c3bf74f24e5def6b16c932c9c0165c6ee.tar.gz |
tutorial: Update outputs and other improvements
When tutorial docs were changed to showcase running commands with
just-mr instead of just, the outputs were not changed. This is now
fixed to showcase the results run with current master just-mr (and
just), together with other small improvements and fixes.
Diffstat (limited to 'INSTALL.md')
-rw-r--r-- | INSTALL.md | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -149,3 +149,21 @@ ${BUILDDIR}/out/bin/just install \ -c ${BUILDDIR}/build-conf.json \ -o ${BUILDDIR}/out/ 'installed just-mr' ``` + +# Installing `just-import-git` + +The file `bin/just-import-git.py` is a useful Python script that allows quick +generation of a multi-repository build configuration file from a simpler +template for projects with dependencies provided by Git repositories. + +It is recommended to make this script available in your `$PATH` as +`just-import-git`. Running it requires, of course, a Python3 interpreter. + +# Installing `just-deduplicate-repos` + +The file `bin/just-deduplicate-repos.py` is a useful Python script that +removes duplicates from a multi-repository configuration by merging +indistinguishable repositories. + +It is recommended to make this script available in your `$PATH` as +`just-deduplicate-repos`. Running it requires, of course, a Python3 interpreter. |