Skip to content
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

Make upgrade install new host first, then uninstall old #60307

Merged
merged 1 commit into from Oct 12, 2021

Conversation

ericstj
Copy link
Member

@ericstj ericstj commented Oct 12, 2021

This should preserve the ordering of PATH, since the old MSI will never
remove its entry.

Requires dotnet/arcade#8025

This should preserve the ordering of PATH, since the old MSI will never
remove its entry.
@ericstj ericstj merged commit 83024a1 into dotnet:main Oct 12, 2021
Infrastructure Backlog automation moved this from In Progress to Done Oct 12, 2021
@ericstj
Copy link
Member Author

ericstj commented Oct 12, 2021

/backport to release/6.0

@github-actions
Copy link
Contributor

Started backporting to release/6.0: https://github.com/dotnet/runtime/actions/runs/1335045586

@ericstj
Copy link
Member Author

ericstj commented Oct 13, 2021

/backport to release/5.0

@github-actions
Copy link
Contributor

Started backporting to release/5.0: https://github.com/dotnet/runtime/actions/runs/1335430321

@github-actions
Copy link
Contributor

@ericstj backporting to release/5.0 failed, the patch most likely resulted in conflicts:

$ git am --3way --ignore-whitespace --keep-non-patch changes.patch

Applying: Make upgrade install new host first, then uninstall old
Using index info to reconstruct a base tree...
A	src/installer/pkg/sfx/installers/dotnet-host.proj
Falling back to patching base and 3-way merge...
CONFLICT (modify/delete): src/installer/pkg/sfx/installers/dotnet-host.proj deleted in HEAD and modified in Make upgrade install new host first, then uninstall old. Version Make upgrade install new host first, then uninstall old of src/installer/pkg/sfx/installers/dotnet-host.proj left in tree.
error: Failed to merge in the changes.
hint: Use 'git am --show-current-patch=diff' to see the failed patch
Patch failed at 0001 Make upgrade install new host first, then uninstall old
When you have resolved this problem, run "git am --continue".
If you prefer to skip this patch, run "git am --skip" instead.
To restore the original branch and stop patching, run "git am --abort".
Error: The process '/usr/bin/git' failed with exit code 128

Please backport manually!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants