treewide: add version check overrides#29428
Merged
GeorgeSapkin merged 11 commits intoMay 17, 2026
Merged
Conversation
ea0852b to
62b186d
Compare
7167cd9 to
140aeb6
Compare
Contributor
|
Noticed a couple of typos and commented. Hope it helps. |
40fb9d6 to
4b5ff7c
Compare
5b493ce to
e8fd3b2
Compare
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
e8fd3b2 to
c380456
Compare
Contributor
|
Let's move It looks like there are some older packaging issues there |
c380456 to
0a4eb58
Compare
Contributor
|
I've tried some of these commits on my PR. Did not completely solve things. |
Member
Author
|
Looks like more stuff needs overrides. I'll have a look. |
Move existing version checks into override and add explicit package checks. Signed-off-by: George Sapkin <george@sapk.in>
Skip version checks as none of the executables seem to report their versions. Signed-off-by: George Sapkin <george@sapk.in>
Fixes: 12b01ba ("libcap-ng-bin: add test-version.sh to skip version check") Signed-off-by: George Sapkin <george@sapk.in>
Add explicit ftdi_eeprom version and a matching version check override. Signed-off-by: George Sapkin <george@sapk.in>
Skip version checks as none of the executables seem to report their versions. Signed-off-by: George Sapkin <george@sapk.in>
0a4eb58 to
d5a129e
Compare
Add source packages and library to version check overrides. Fixes: b5d3a38 ("python3: move version checks to override") Signed-off-by: George Sapkin <george@sapk.in>
Fixes: ac212e0 ("python-pyserial: add hostbuild") Signed-off-by: George Sapkin <george@sapk.in>
Skip version checks as none of the executables seem to report their versions. Signed-off-by: George Sapkin <george@sapk.in>
Skip version checks as none of the executables seem to report their versions. Signed-off-by: George Sapkin <george@sapk.in>
Add version check override script. Signed-off-by: George Sapkin <george@sapk.in>
Move existing version checks into override and add explicit package checks. Signed-off-by: George Sapkin <george@sapk.in>
d5a129e to
518668e
Compare
| @@ -0,0 +1,15 @@ | |||
| #!/bin/sh | |||
|
|
|||
| # shellckeck shell=busybox | |||
Contributor
There was a problem hiding this comment.
Is shellckeck a typo?
This file contains hidden or 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
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.
Maintainer:
Description:
Add manual version checks or skip version checks where appropriate.
Depends on:
✅ Formalities