changelog: Support multiple repos with same name

This CL addresses the issue with having multiple repositories with the same name (but different branches) in a manifest file. It adjusts the internal parsed manifest mapping to use repository name + repository path as the key, instead of only the repository name. It also tweaks the changelog output to use repository path as the repolog key, and stores the repository name as a value.

BUG=b/160901711
TEST=unittests, run local

Change-Id: I2306111040724977a03c8d540b6a5ea462b854e3
4 files changed
tree: 7d4146e8bba9120536f55cce23a69dcbdb69d57e
  1. src/
  2. CONTRIBUTING.md
  3. go.mod
  4. go.sum
  5. LICENSE
  6. README.md
README.md

Tools for Container-Optimized OS

This is a repository of various tools developed for Container-Optimized OS. Examples include cos-gpu-installer, cos-toolbox, etc.

See CONTRIBUTING.md for how to contribute.