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

Handle GPG updates better #53

Merged
merged 2 commits into from
Nov 29, 2023
Merged

Handle GPG updates better #53

merged 2 commits into from
Nov 29, 2023

Conversation

rimrul
Copy link
Member

@rimrul rimrul commented Nov 29, 2023

git-for-windows/git#4712 has shown us that our current handling of GPG updates is still a little bumpy.

Our current guessing is so bad that /open pr fails with
> ERROR: PKGBUILD not found or is not a file
this is because we guess the package name "gpg" when we need "gnupg" instead.
Additionally, the version number we guess is prefixed with "gnupg-" which is
undesirable. Update our heuristic to produce usefull details for GPG updates.

Signed-off-by: Matthias Aßhauer <mha1993@live.de>
Signed-off-by: Matthias Aßhauer <mha1993@live.de>
Copy link
Member

@dscho dscho left a comment

Choose a reason for hiding this comment

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

Wonderful!

@dscho dscho merged commit 7e9d912 into git-for-windows:main Nov 29, 2023
1 check passed
@rimrul rimrul deleted the gnupg branch November 29, 2023 14:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants