README - correct repo init command
1 file changed
tree: 3f5e065b037461a44c6e8a3e7e12cd6d4896e3dd
  1. collect-sling-repos.groovy
  2. default.xml
  3. LICENSE
  4. README.md
README.md

Apache Sling Aggregator

This module is part of the Apache Sling project.

Retrieving all Sling modules

This module allows quick checkout of all Sling modules from Git. It requires the local installation of the repo tool.

$ curl https://storage.googleapis.com/git-repo-downloads/repo > ~/bin/repo
$ chmod a+x ~/bin/repo

See the detailed instructions at https://source.android.com/source/downloading#installing-repo.

$ repo init --no-clone-bundle -u https://github.com/apache/sling-aggregator.git
$ repo sync --no-clone-bundle

The output is a flat list of all Sling modules.