-
Notifications
You must be signed in to change notification settings - Fork 17
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
falter-berlin-autoupdate: Add error prompt for board-json #378
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Noki
approved these changes
May 7, 2023
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.
looks good to me
that one was too quick
Noki
requested changes
May 7, 2023
Akira25
force-pushed
the
add_error_prompt_autoupdate
branch
from
June 4, 2023 07:55
ede7457
to
36276fe
Compare
Akira25
force-pushed
the
add_error_prompt_autoupdate
branch
2 times, most recently
from
June 4, 2023 08:23
b3a0116
to
1c207b8
Compare
Noki
approved these changes
Jun 4, 2023
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.
looks good to me
When there was no board-json on the firmware selector autoupdate responded with a too generic error message. Thus we get more specific here. Fixes #376 Signed-off-by: Martin Hübner <martin.hubner@web.de>
Shellcheck found some minor issues left, that were fixed with this commit. Signed-off-by: Martin Hübner <martin.hubner@web.de>
Add a notice that autoupdate is licensed under GPL. Signed-off-by: Martin Hübner <martin.hubner@web.de>
Akira25
force-pushed
the
add_error_prompt_autoupdate
branch
from
June 5, 2023 13:44
1c207b8
to
c3e52c3
Compare
Merging due to approval. |
cherry-picked -x to 22.03 and 23.05 branches. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
When there was no board-json on the firmware selector autoupdate responded with a too generic error message. Thus we get more specific here.
Fixes #376
Please cherry-pick -x to 22.03 and 21.02