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

fix: use correct makepkg.conf location without silently failing #126

Merged
merged 1 commit into from
Feb 16, 2024

Conversation

anthraxx
Copy link
Member

There was a typo when implementing the new devtools makepkg.conf location. Unfortunately the code failed silently which made it not be detected until now.
Fix this by using the correct location as well as switch to a simple fall-through approach so we can easily fail instead of silently and invisibly doing the wrong thing leading to false-negative unreproducible packages.

Fixes 63ce751

There was a typo when implementing the new devtools makepkg.conf
location. Unfortunately the code failed silently which made it not be
detected until now.
Fix this by using the correct location as well as switch to a simple
fall-through approach so we can easily fail instead of silently and
invisibly doing the wrong thing leading to false-negative unreproducible
packages.

Fixes 63ce751
@kpcyrd kpcyrd merged commit a0e0f9d into master Feb 16, 2024
3 checks passed
@kpcyrd kpcyrd deleted the fix-makepkg-conf branch February 16, 2024 12:44
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.

3 participants