-
Notifications
You must be signed in to change notification settings - Fork 116
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
ignore insignificant licence change in baseline-check #1587
Conversation
Change-Id: I3667aef7789dc8d94c97ee685787c54a0982b8a7 Signed-off-by: Fred Bricon <[email protected]>
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.
See #1478 (comment) , I think we should favor other solutions.
I will not go over dozens of manifests and pom files to fix it |
<ignore>jars/*.jar</ignore> | ||
<ignore>Eclipse-SourceReferences</ignore> |
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.
Actually, even those shouldn't be ignored as they're supposed to be stable across rebuilds. And if they're not stable, then they should be made stable.
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.
Unfortunately they are not stable since they contain the ID of the commit from which the bundle was build.
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.
If configured correctly, the referenced commit is the last commit that has affected the particular module; which is stable as long as the bundle is not changed.
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.
That's a point.
But I likely added this because it failed the build, but if it would work without ignoring that, it would be even better.
CI ignores the directive anyway. Fuck it. |
The proper fix is just to bump bundle version as they now have different content. |
Change-Id: I3667aef7789dc8d94c97ee685787c54a0982b8a7
Signed-off-by: Fred Bricon [email protected]