-
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
Here I tried to add the installer package for the C/C++ compiler MinG… #2938
Conversation
…W, so everyone can download this package through Winget easily.
/AzurePipelines run |
Azure Pipelines successfully started running 1 pipeline(s). |
This submission has moved to manual review. |
I hope this will turn out good. I've tried out my best. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good job!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wonderful contribution!
InstallerType: EXE | ||
Url: https://osdn.net/frs/redir.php?m=xtom_us&f=mingw%2F68260%2Fmingw-get-setup.exe | ||
Sha256: a5de8c70676fdd157414e3116c7cb6f3dba48e549b5880177b10e4e6bc6c282e | ||
# Generated by https://github.com/ptorr-msft/WinGetYamlGenerator |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems a not a bad concept!
Approved! |
Greetings ritchielrez Please investigate a fix and resubmit the Pull Request. |
This pull request has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for 7 days. It will be closed if no further activity occurs within 7 days of this comment. |
I've tried to add Silent and SilentWithProgress switches but none of them worked for the setup. |
@ritchielrez I did some searching and I found a very old reference to a request to support a silent install for minGW. I'm not sure if there is a way to provide a scripted install with default options applied or not. That issue is quite old. We also don't have support for filtering or preferring silent install which is why we require silent in the community repository. Once that issue has been implemented, we may consider lifting that restriction. Users would be able to avoid interactive installers for their automated install processes like import. |
The manifest schema has also changed. This needs to be updated to the v1.0 schema. |
This pull request has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for 7 days. It will be closed if no further activity occurs within 7 days of this comment. |
I don't use Windows anymore. If anyone can resolve this issue it would be a great contribution. |
Hello @ritchielrez, Template: msftbot/validationError/installation/unattended |
…W, so everyone can download this package through Winget easily.
winget validate <manifest>
, where<manifest>
is the name of the manifest you're submitting?winget install -m <manifest>
?Microsoft Reviewers: Open in CodeFlow