davesteele / cloudprint-service

Debian packaging for the Python cloudprint proxy utility
GNU General Public License v3.0
71 stars 4 forks source link

Debian Wheezy - error occurred during the signature verification #21

Closed hubertbanas closed 9 years ago

hubertbanas commented 9 years ago

This is the error when apt-get udpate:

W: A error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: http://davesteele.github.io cloudprintppa Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 627EBB290A817A82

W: Failed to fetch http://davesteele.github.io/cloudprint-service/repo/dists/cloudprintppa/Release

davesteele commented 9 years ago

Sorry, I updated my key with a new signing subkey, and had not placed the new information on the hosted version.

Repeat the instructions on the PPA page to get the new key, specifically:

wget http://davesteele.github.io/key-366150CE.pub.txt

sudo apt-key add key-366150CE.pub.txt

hubertbanas commented 9 years ago

All good after installing new key. Thanks