You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe that automatically choosing the fastest mirror would be a nice addition to this project, in the same fashion of flexo.
I think it uses this endpoint to retrieve all the official mirrors and then ranks them.
This way the configuration file could be even simpler: the user could omit entirely the repos section and then pacoloco should probably serve packages from the root path (http://<HOSTNAME>:9129/$repo/os/$arch)
What do you think?
Apologies if this has already been asked, but I couldn't find anything like it.
The text was updated successfully, but these errors were encountered:
pacoloco implemented to handle multiple different repositories. The automatic sorting works for the default arch repository. Other repositories still need to be configured with repos.
Hello there!
I believe that automatically choosing the fastest mirror would be a nice addition to this project, in the same fashion of flexo.
I think it uses this endpoint to retrieve all the official mirrors and then ranks them.
This way the configuration file could be even simpler: the user could omit entirely the
repos
section and thenpacoloco
should probably serve packages from theroot
path (http://<HOSTNAME>:9129/$repo/os/$arch
)What do you think?
Apologies if this has already been asked, but I couldn't find anything like it.
The text was updated successfully, but these errors were encountered: