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

ci: yocto-patchreview: run blame command to get additional context #83

Merged
merged 1 commit into from
Nov 21, 2024

Conversation

ndechesne
Copy link
Contributor

When a patch is malformed, the patchreview script can run a git blame command on the patch to provide additional contextual data. The --blame command was failing, and a fix was found, now that this patch is merged in poky:

79ef781499f5 (scripts: patchreview: fix failure when running from a different folder)

we can enable --blame in our script.

When a patch is malformed, the patchreview script can run a git blame
command on the patch to provide additional contextual data. The
--blame command was failing, and a fix was found, now that this patch
is merged in poky:

79ef781499f5 (scripts: patchreview: fix failure when running from a
different folder)

we can enable --blame in our script.

Signed-off-by: Nicolas Dechesne <[email protected]>
Copy link
Contributor

@quaresmajose quaresmajose left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Contributor

@ricardosalveti ricardosalveti left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@ricardosalveti ricardosalveti merged commit ab75ac6 into qualcomm-linux:main Nov 21, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

3 participants