Alternate URLs are needed for packages too, not just winget sources #3074
Labels
Area-Manifest
This may require a change to the manifest
Issue-Feature
This is a feature request for the Windows Package Manager client.
Description of the new feature / enhancement
in pull request #2970 support was added for alternate URLs for some of winget's sources, but we also need support for alternate URLs for packages too.
e.g. LibreOffice and issue microsoft/winget-pkgs#99420
the main download URLs should be on https://download.documentfoundation.org/libreoffice/stable/ - this download repository is served via a CDN, but only contains the last 3 (or so) releases
winget seems to have decided to (ab)use the https://downloadarchive.documentfoundation.org/libreoffice/ repository because this one contains all the LibreOffice releases. The problem with this one is that the downloadarchive is NOT served via a full CDN, but most files are served directly by a single server at The Document Foundation. As a result, it is lately suffocated with download requests, to the point it has become very slow to use.
Proposed technical implementation details
It is needed some sort of "alternate url" to be able to specify for winget to use when downloading packages (LibreOffice in this sample case)
Also please add support to customize the retry counter, with a default of 3 retries.
The text was updated successfully, but these errors were encountered: