From 72d8bb2c3bf74f24e5def6b16c932c9c0165c6ee Mon Sep 17 00:00:00 2001 From: Paul Cristian Sarbu Date: Mon, 22 Apr 2024 15:50:27 +0200 Subject: 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. --- INSTALL.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'INSTALL.md') diff --git a/INSTALL.md b/INSTALL.md index 15c3acf2..a266168a 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -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. -- cgit v1.2.3