From 3c531b735b6403a612444045884d412fb9917cfa Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Sat, 6 Apr 2019 09:32:38 -0700 Subject: [PATCH] Fix expired key error when installing with apt Error: W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: https://packagecloud.io/github/git-lfs/ubuntu trusty InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 6B05F25D762E3157 W: http://ppa.launchpad.net/couchdb/stable/ubuntu/dists/trusty/Release.gpg: Signature by key 15866BAFD9BCC4F3C1E0DFC7D69548E1C17EAB57 uses weak digest algorithm (SHA1) W: Failed to fetch https://packagecloud.io/github/git-lfs/ubuntu/dists/trusty/InRelease The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 6B05F25D762E3157 W: Some index files failed to download. They have been ignored, or old ones used instead. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index b437efd9..bf44ee60 100644 --- a/.travis.yml +++ b/.travis.yml @@ -128,4 +128,5 @@ before_script: - if [[ "${BUILD}" != "Doc" ]]; then ${CXX} --version; fi script: + - sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 6B05F25D762E3157 - support/travis-build.py