Skip to content
Snippets Groups Projects
Verified Commit f23897f3 authored by kwadronaut's avatar kwadronaut :speech_balloon:
Browse files

Bug: jessies apt needs her keys inside /etc/apt/trusted.gpg.d

This branch won't be relevant anymore after dropping jessie support.

- Fixes #8862
parent 0c1a1c25
Branches jessie
No related tags found
No related merge requests found
keyrings/*.gpg usr/share/keyrings keyrings/*.gpg etc/apt/trusted.gpg.d
...@@ -19,13 +19,8 @@ if [ -e /etc/apt/trusted.gpg ] && which gpg >/dev/null; then ...@@ -19,13 +19,8 @@ if [ -e /etc/apt/trusted.gpg ] && which gpg >/dev/null; then
gpg --batch --no-tty --no-default-keyring --keyring /etc/apt/trusted.gpg --delete-key 0xCE433F407BAB443AFEA196C1837C1AD5367429D9 2>/dev/null || true gpg --batch --no-tty --no-default-keyring --keyring /etc/apt/trusted.gpg --delete-key 0xCE433F407BAB443AFEA196C1837C1AD5367429D9 2>/dev/null || true
fi fi
# Remove the leap keyrings from apt-key, they are being placed in # For jessie we still need to put the apt keys into /etc/apt/trusted.gpg.d/ and use the fingerprint instead of the filepath
# /usr/share/keyrings and /etc/apt/sources.list.d/leap.list is being generated # https://wiki.debian.org/DebianRepository/UseThirdParty#Jessie_configurations
# to have signed-by lines such as: #deb [signed-by=1E453B2CE87BEE2F7DFE99661E34A1828E207901] http://deb.leap.se/platform jessie master
#
#deb [signed-by /usr/share/keyrings/leap-experimental-archive.gpg] http://deb.leap.se/platform snapshots main
apt-key del 1E453B2CE87BEE2F7DFE99661E34A1828E207901 || true
apt-key del CE433F407BAB443AFEA196C1837C1AD5367429D9 || true
#DEBHELPER# #DEBHELPER#
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment