/orquestra-manifest

Repo that allows us to control Orquestra versions with simple manifest

Primary LanguagePythonApache License 2.0Apache-2.0

Orquestra Manifest

Enforce some sense of order to the Orquestra. We use a simple manifest.json file to specify all the goods.

Find the official project manifest file here:

repos/manifest.json

The repositories get downloaded in repos/ as well, but in principle, they could be located anywhere.

You can find more details in docs/.

Why not just use some other tool?

  • We want a simple tool that is easy to understand.
  • We want to use a JSON format for manifest.json
  • We want simple tests
  • We want to leverage modern tools like GitPython and Pathlib

Installation

In order to install morq you can just run make install from the root directory.