[neon/forks/ubuntu-release-upgrader/Neon/unstable_focal] DistUpgrade: use neon's archive keyring

Harald Sitter null at kde.org
Sun May 1 01:18:28 BST 2022


Git commit f872cc56e3f407adc22e746105aa89a6963f34ca by Harald Sitter.
Committed on 01/05/2022 at 00:18.
Pushed by sitter into branch 'Neon/unstable_focal'.

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/f872cc56e3f407adc22e746105aa89a6963f34ca

diff --git a/DistUpgrade/DistUpgradeFetcherCore.py b/DistUpgrade/DistUpgradeFetcherCore.py
index 73cdc480..9453a6dc 100644
--- a/DistUpgrade/DistUpgradeFetcherCore.py
+++ b/DistUpgrade/DistUpgradeFetcherCore.py
@@ -85,7 +85,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