-
Notifications
You must be signed in to change notification settings - Fork 67
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
gpg: no valid OpenPGP data found. #207
Comments
Make sure you've done this:
You will also need to have have uploaded your own GPG key to a keyserver (ie: keyserver.ubuntu.com). gpg --full-generate-key
gpg --send-keys --keyserver keyserver.ubuntu.com ${YOUR_KEY_ID_HERE} Then I've been running: env GPG_NAME=${YOUR_KEY_ID_HERE} make |
@mmstick Worked, thanks. Getting another issue now which I will open shortly. |
The instructions exist within the readme for the distinst branch |
@mmstick Ah, did not see that. They don't seem to be mentioned in the README on master though. Is it worth adding it in there, or is the |
Yes, the distinst branch is used to build 18.04, so it will be merged soon |
Reporter info
Issue/Bug Description
On the
distinst
branch, I have executeddeps.sh
and thenmake
to begin the build. The process will run, but fails after a while with:Expected behavior
The ISO should finish building and be available in the build directory.
Other Notes
Contents of
build/pop-os/18.04/
ischroot.partial
anddebootstrap
. After the initial (failing) build, runningbuildchain.sh
gives me the same error message mentioned above. This leads me to believe that the very last part of the process is failing. I also getting the error on themaster
branch.Thanks!
The text was updated successfully, but these errors were encountered: