-
Notifications
You must be signed in to change notification settings - Fork 4.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Update Request]: Microsoft.Dotnet.* (update CDN urls) #202037
Comments
hello, and starting at which point of the path do i count it as a whole package? at "SDK" in that example? and use the whole link "https://builds.dotnet.microsoft.com" (and the rest of the installer path stays the same right?) |
I think you may need to create pull requests for each versions of these packages. "Sparse checkout" feature is enabled on my local clone. Sparse checkout the directory
Note It's easy using IDEs or editors to perform a string replacement and submitting them via a single PR. But it's hard (wasting time accurately) creating 585 for each of them. 😞 |
okay, i understand, thank you! so i can be sure that all the paths exist at the new domain? not that i'd have to test that too :D |
Neither can't I. I've just tested one URL and it's valid. There might need a script for automatically checking these URLs. |
Checklist for all DotNet "Subpackages"
I've started with SDK 3_1 as a test (because I can be sure that nobody else is editing that manifest) but I'll do all 8/9/Preview Manifests first :) |
@a-mnich , is this due January 15 2025 ? https://learn.microsoft.com/en-us/azure/cdn/edgio-retirement-faq this FAQ says the following:
|
@flo7000 I don't have any additional insight. Therefore I would stick to the information from the FAQ. |
check microsoft#202037 for more info
@a-mnich what packages are you gonna update? not that we do something double and how do you update them all with a bot? :O |
@flo7000 Since you worked on it first I don't want to “take anything away” from you and we always appreciate new contributors for maintaining the packages. :) I's quite easy for me to create bulk package upgrades like this as I've implemented an automation for such jobs. I will open up the PRs for:
Then there's |
What type of update are you requesting?
Something else not listed
Current Package Identifier
Microsoft.Dotnet.*
Package Version
multiple
Please describe the changes you would like to see
As announced in dotnet/core#9671 the hoster of the CDNs
https://dotnetcli.azureedge.net/
andhttps://dotnetbuilds.azureedge.net/
will soon seize operations due to bankrupcy.It is recommended that users switch to the new CDN domains as quickly as possible.
While a majority of the newest versions
Microsoft.Dotnet.*
packages has already been switched to the new CDN by @mthalman (e.g. in PR #200316) there are still a lot of packages with the old domains remaining.https://dotnetcli.azureedge.net/
gets results in 620 files within this repository.https://dotnetbuilds.azureedge.net/
isn't used withinwinget-pkgs
Action steps:
Open PRs to switch the installer domain from
https://dotnetcli.azureedge.net/
tobuilds.dotnet.microsoft.com
for all packages found in the GitHub search.The text was updated successfully, but these errors were encountered: