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
This uses the same logic as apt::keyring itself, and what I think would
be the least surprising logic:
1. Passing both `dir` and `filename`: you have provided the full path,
so that is used in the signed-by setting.
2. Passing just the `filename` means you want to use the default dir,
/etc/apt/keyrings.
3. Passing just the `dir` means you want to use the given directory, and
the `name` attribute as the filename.
4. Passing only `name` means use `name` with the default dir.
0 commit comments