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
What version of Dalec was this in? This seems to be working for me right now on latest, we should have logic for filling in permissions for HTTP sources that are nested under gpg keys:
To further clarify here, the issue was when extra_repos was nested under target-specific dependencies, since the targets section of the spec wasn't getting defaults fully filled before #481
Expected Behavior
Specifying a repo key should not require explicitly setting permissions on the key file(s).
Actual Behavior
Keys must have the correct permissions already set (or defined in the source type).
Steps To Reproduce
Building a spec with the above
extra_repos
on any apt-based distro will error with an unrelated error due toapt
not being able to read the key.Are you willing to submit PRs to contribute to this bug fix?
The text was updated successfully, but these errors were encountered: