diffmanifests

Diff Manifests via Gitiles API


Keywords
diff, manifests, gitiles, api
License
Apache-2.0
Install
pip install diffmanifests==3.2.4

Documentation

diffmanifests

PyPI Coverage Status License

diffmanifests is a tool used to see deeper differences between manifests via Gerrit & Gitiles API.

Requirement

  • Python >= 3.7

Install

pip install diffmanifests

Update

pip install diffmanifests --upgrade

Run

diffmanifests --config-file config.json --manifest1-file manifest1.xml --manifest2-file manifest2.xml --output-file output.json

Settings

Diff Manifests parameters can be set in the directory config.

An example of configuration in config.json:

{
  "gerrit": {
    "pass": "pass",
    "url": "http://localhost:80",
    "user": "user"
  },
  "gitiles": {
    "pass": "pass",
    "retry": 1,
    "timeout": -1,
    "url": "http://localhost:80",
    "user": "user"
  }
}

Feature

Diff Manifests supports to compare commit 2 with commit 1 in diagram A/B/C.

branch

License

Project License can be found here.

Reference

git-repo/subcmds/diffmanifests