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

Extract self_update code into a crate #678

Open
brson opened this Issue Aug 23, 2016 · 1 comment

Comments

2 participants
@brson
Copy link
Contributor

brson commented Aug 23, 2016

@mitsuhiko mentioned a need for it.

The module has a lot of rustup-specific stuff in it so it'll take some refactoring.

@Boddlnagg

This comment has been minimized.

Copy link
Contributor

Boddlnagg commented Aug 23, 2016

The MSI installer will allow us to remove much, if not all, of the Windows specific stuff in self_update, because self update and self uninstall will just delegate to msiexec. I don't know how that would influence the maintenance an external crate, whose Windows functionality is then not actually used by rustup.

@Diggsey Diggsey added this to Testing & infrastructure in Issue Categorisation May 4, 2017

@Diggsey Diggsey moved this from Testing to Build & Infrastructure in Issue Categorisation May 4, 2017

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.