equinor / komodo

Komodo is a software distribution system used internally in Equinor
GNU Affero General Public License v3.0
5 stars 22 forks source link

Add more build tool information to releases #211

Open pinkwah opened 2 years ago

pinkwah commented 2 years ago

Today, each komodo release has a YAML file with its contents as a key-value map.

In addition to this, we should add a separate file (eg. build-tools.yml) which contain at least the following information:

  1. The repository and branch of komodo that was used
  2. The repository and branch of komodo-releases

This is to allow for reproducible builds when we change komodo or komodo-releases for a future release.

markusdregi commented 2 years ago

I think this would be a really good idea 👍🏻