[sysadmin/neon-tooling] nci/lib: point the deb sources at the ci archive signing key

Carlos De Maine <[email protected]>
Newsgroups gmane.comp.kde.cvs
Message-ID <[email protected]>
Git commit 16a93f2cacafc1ff8a5f507d8969d3a7325df11d by Carlos De Maine.
Committed on 19/07/2026 at 22:17.
Pushed by carlosdem into branch 'master'.

point the deb sources at the ci archive signing key

M  +4    -4    nci/lib/setup_repo.rb

https://invent.kde.org/sysadmin/neon-tooling/-/commit/16a93f2cacafc1ff8a5f507d8969d3a7325df11d

diff --git a/nci/lib/setup_repo.rb b/nci/lib/setup_repo.rb
index b0f3ae2b..167823a8 100644
--- a/nci/lib/setup_repo.rb
+++ b/nci/lib/setup_repo.rb
@@ -190,11 +190,11 @@ APT::Default-Release "#{setup_repo_codename}";
       repo = type_to_repo(type, dist)
 
       if NCI.divert_repo?(repo)
-        return format('deb http://archive.neon.kde.org/tmp/%<repo>s %<dist>s main',
+        return format('deb [signed-by=/etc/apt/keyrings/444D_ABCF_3667_D028_3F89__4EDD_E6D4_7362_5575_1E5D.gpg] http://archive.neon.kde.org/tmp/%<repo>s %<dist>s main',
                       repo: repo, dist: dist)
       end
 
-      format('deb http://archive.neon.kde.org/%<repo>s %<dist>s main',
+      format('deb [signed-by=/etc/apt/keyrings/444D_ABCF_3667_D028_3F89__4EDD_E6D4_7362_5575_1E5D.gpg] http://archive.neon.kde.org/%<repo>s %<dist>s main',
              repo: repo, dist: dist)
     end
 
@@ -202,11 +202,11 @@ APT::Default-Release "#{setup_repo_codename}";
       repo = type_to_repo(type, dist)
 
       if NCI.divert_repo?(repo)
-        return format('deb-src http://archive.neon.kde.org/tmp/%<repo>s %<dist>s main',
+        return format('deb-src [signed-by=/etc/apt/keyrings/444D_ABCF_3667_D028_3F89__4EDD_E6D4_7362_5575_1E5D.gpg] http://archive.neon.kde.org/tmp/%<repo>s %<dist>s main',
                       repo: repo, dist: dist)
       end
 
-      format('deb-src http://archive.neon.kde.org/%<repo>s %<dist>s main',
+      format('deb-src [signed-by=/etc/apt/keyrings/444D_ABCF_3667_D028_3F89__4EDD_E6D4_7362_5575_1E5D.gpg] http://archive.neon.kde.org/%<repo>s %<dist>s main',
              repo: repo, dist: dist)
     end
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.