Closed frenzymadness closed 1 year ago
I guess, we have to create a new config file called centos-stream.yaml
with different id. I Does it make sense?
Similar to this one https://github.com/devexp-db/distgen/blob/main/distgen/distconf/lib/centos.yaml
There already is a file for centos stream but it inherits the id from centos, see: https://github.com/devexp-db/distgen/blob/main/distgen/distconf/centos-stream-9-x86_64.yaml
In S2I Python container, we have some conditions based on
config.os.id
and I've discovered that Centos stream has the same id as Centos. I believe that those systems are very different and therefore they should have different ids in distgen.Am I wrong?
Cc: @phracek