-
Notifications
You must be signed in to change notification settings - Fork 7
Description
Some of our products supported from our sumatoolbox, as an example:
https://mirrors.rockylinux.org/mirrorlist?repo=BaseOS-9&arch=x86_64
Are returning a mirror list. And we handle them properly from our Uyuni/SUMA server when repo-syncing.
But when we want to use a Minima mirror in between, we are forced to select specifically one of the mirrors and minima don't support the URL (with parameters) above. After that, in order to synchronize it properly with SUMA/Uyuni we are forced yet again to tweak the path of the folders downloaded by minima and create a symlink that match the URL passed to sumatoolbox, so again /mirrors.rockylinux.org/mirrorlist/<...>
.
To make our solution more elegant, it will be great that minima can parse the kind of URL provided in sumatoolbox, those that returns a mirror_list text file, and select the most appropriate URL for it. We will then take care of having the mirror and the server at same location to avoid using different paths.