-
Notifications
You must be signed in to change notification settings - Fork 1.8k
[ci] Don't use the short url for install script #28591
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
Conversation
/backport to inflight/current |
Started backporting to inflight/current: https://github.com/dotnet/maui/actions/runs/14039450256 |
/backport to inflight/candidate |
Started backporting to inflight/candidate: https://github.com/dotnet/maui/actions/runs/14039462744 |
/backport to release/9.0.1xx-sr5 |
/backport to release/9.0.1xx-sr6 |
Started backporting to release/9.0.1xx-sr5: https://github.com/dotnet/maui/actions/runs/14062625477 |
Started backporting to release/9.0.1xx-sr6: https://github.com/dotnet/maui/actions/runs/14062629602 |
@rmarinho an error occurred while backporting to "release/9.0.1xx-sr6", please check the run log for details! Error: The specified backport target branch "release/9.0.1xx-sr6" wasn't found in the repo. |
/backport to release/9.0.1xx-sr4 |
Started backporting to release/9.0.1xx-sr4: https://github.com/dotnet/maui/actions/runs/14062691188 |
@rmarinho backporting to "release/9.0.1xx-sr4" failed, the patch most likely resulted in conflicts: $ git am --3way --empty=keep --ignore-whitespace --keep-non-patch changes.patch
Applying: [ci] Don't use the short url for install script
Using index info to reconstruct a base tree...
M src/DotNet/DotNet.csproj
Falling back to patching base and 3-way merge...
Auto-merging src/DotNet/DotNet.csproj
CONFLICT (content): Merge conflict in src/DotNet/DotNet.csproj
error: Failed to merge in the changes.
hint: Use 'git am --show-current-patch=diff' to see the failed patch
hint: When you have resolved this problem, run "git am --continue".
hint: If you prefer to skip this patch, run "git am --skip" instead.
hint: To restore the original branch and stop patching, run "git am --abort".
hint: Disable this message with "git config set advice.mergeConflict false"
Patch failed at 0001 [ci] Don't use the short url for install script
Error: The process '/usr/bin/git' failed with exit code 128 Please backport manually! |
@rmarinho can we get this one on the |
Description of Change
We are hitting some issues with the url for downloading the dotnet install script . Trying to see if this helps.