-
Notifications
You must be signed in to change notification settings - Fork 550
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
Pack keys in deb #6331
Pack keys in deb #6331
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great and that explains a lot
Tested the deb with keys. It doesn't download the keys and therefore doesn't take too long during initialization now. It still takes ~1 min on my machine after this log |
The key file naming convention changed and wasn't updated in
rebuild-deb.sh
causing the deb to not have any keys at all. This is probably why daemon (when run from the installed deb) gets stuck for a long time when it is run the first time. (Will confirm this once build is completed)Checklist:
Closes #0000
Closes #0000