-
Notifications
You must be signed in to change notification settings - Fork 192
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
Error with DEB822 style APT sources using embedded keys #707
Comments
Strange.. I can't replicate the issue on Ubuntu 14.10. Could you tell me more about your system? |
Thanks for checking @LyzardKing Here is my system information:
The error is at the start of the command, Note that it works for You can try getting a
|
@rocha Does a normal apt update work? ubuntu-make doesn't add anything through apt. It's just used to install dependencies |
Thanks @LyzardKing Yes, my normal apt update, install, etc. works well. In the trace, there is a call to an
|
I am using Ubuntu 24.04, which supports
DEB822
style formatAPT
sources. Some of my sources use the optionSigned-By
to embed GPG public keys, for example:Unfortunately, this causes
umake
to throw an error on launch.The problem is fixed is the key is taken to a separate file and referenced in the
Signed-By
option of the correspondingAPT
source.The text was updated successfully, but these errors were encountered: