On Tue, 2016-10-04 at 09:43 +0200, Bertrand Delacretaz wrote: > And tools like those listed at [1] (repo, gitslave etc.) allow for > creating a single "kitchen sink" setup to make it easy to checkout > the > whole codebase with one command.
For our 'reactor'/root repository we can setup a bootstrap.sh ( and equivalent bootstrap.cmd ) script which downloads the required tool if not present in $PATH and starts pulling in the various git modules. That should be helpful for first-time contributors. Robert