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

Stop copy-paste, use git properly #108

Open pinkwah opened 4 years ago

pinkwah commented 4 years ago

A major problem that plagues komodo is that we keep multiple versions of every package and release, requiring us to copy-paste a non-insignificant amount of text every time we want to add a new version or komodo release.

I propose that we instead use git branches and stop having duplicate versions of releases.

Changes:

This proposal will solve at least the following problems of komodo:

markusdregi commented 4 years ago

I think this is an interesting and sound idea :)