[neon/forks/ubuntu-release-upgrader/Neon/unstable_jammy] DistUpgrade: use neon's archive keyring
Harald Sitter
null at kde.org
Sun May 1 01:18:44 BST 2022
Git commit 3568a01a5e017d74d04c4c025253883b90b8a5ad by Harald Sitter.
Committed on 01/05/2022 at 00:18.
Pushed by sitter into branch 'Neon/unstable_jammy'.
use neon's archive keyring
part of the neon-keyring package. otherwise authentication fails. in
earlier versions the updater simply used the apt keyring :shrug:
M +1 -1 DistUpgrade/DistUpgradeFetcherCore.py
https://invent.kde.org/neon/forks/ubuntu-release-upgrader/commit/3568a01a5e017d74d04c4c025253883b90b8a5ad
diff --git a/DistUpgrade/DistUpgradeFetcherCore.py b/DistUpgrade/DistUpgradeFetcherCore.py
index 2eeb759a..f96fe288 100644
--- a/DistUpgrade/DistUpgradeFetcherCore.py
+++ b/DistUpgrade/DistUpgradeFetcherCore.py
@@ -113,7 +113,7 @@ class DistUpgradeFetcherCore(object):
gpg = ["apt-key"]
if not keyring:
- keyring = '/usr/share/keyrings/ubuntu-archive-keyring.gpg'
+ keyring = '/usr/share/keyrings/neon-archive-keyring.gpg'
gpg += ["--keyring", keyring]
More information about the Neon-commits
mailing list