You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: use correct makepkg.conf location without silently failing
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
0 commit comments