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

ubuntu-make in scripts + Updates to Visual Studio #126

Closed
thagabe opened this issue Jul 21, 2015 · 1 comment
Closed

ubuntu-make in scripts + Updates to Visual Studio #126

thagabe opened this issue Jul 21, 2015 · 1 comment

Comments

@thagabe
Copy link

thagabe commented Jul 21, 2015

Can we include an auto-accept flag to umake in such a way that umake can be easily included in scripts? Another thing I wanted to bring up to your attention is the release of Visual Studio 2015 and will ubuntu-make be updated to include this new release? Or while skimming through the code it might be that whenever you install (or reinstall) Visual Studio it will pull down the latest release by Microsoft?

Thanks!
Continue with the great work!

P.S. Any updated on the ubuntu-make updates? haha

@didrocks
Copy link
Member

Hey thagabe! The good news is that this flag already exist. For instance, in the visual-studio-code case:
$ bin/umake web visual-studio-code --help
usage: umake web visual-studio-code [-h] [-r] [--accept-license] [destdir]

positional arguments:
destdir If the default framework name isn't provided, destdir
should contain a /

optional arguments:
-h, --help show this help message and exit
-r, --remove Remove framework if installed
--accept-license Accept license without prompting

This --accept-license option only appears on framework asking for license signing. So, something like this should work in a script:
$ umake web visual-studio-code ~/tools/vcs --accept-license
should install it automatically from a script!

On the update question, we let generally what upstream is using, there are some discussion on bug #74 and #122 on how to deal with those, like VSC that don't have their own mecanism. Do not hesitate to share your though on those!
You are correct that everytime you install VS or any other framework, we always try to grab and install latest stable release.

Finally, on the update for ubuntu-make, I should be able to cut a release today (bringing some fixes and arduino support) ;)

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

No branches or pull requests

2 participants