tarantool / rws

The Repository Web Service is designed to interact with the repository via HTTP.
Other
2 stars 2 forks source link

Automatically create related repositories in "modules" when new dist version support is added #52

Open LeonidVas opened 2 years ago

LeonidVas commented 2 years ago

When the user adds the tarantool repositories according to instruction, he also adds the "modules" repositories (according to the distribution version of the added repository) as a bonus. When we add support of yet one new distribution version, needs automatically add related repositories to "modules".

Script used for adding repositories.

LeonidVas commented 2 years ago

In fact, we want that such repositories to be created for all supported distribution versions, including old ones(if there are no such repositories yet).

LeonidVas commented 2 years ago

One way to do it: push "noarch" package to new "modules" repos.

Totktonada commented 2 years ago

In fact, we want that such repositories to be created for all supported distribution versions, including old ones(if there are no such repositories yet).

And, maybe, initialize old repositories with metadata for new distros. Just for consistency.