[sysadmin/neon-tooling] nci/lib: match against job-name needs to be neon_settings

Carlos De Maine <[email protected]>
Newsgroups gmane.comp.kde.cvs
Message-ID <[email protected]>
Git commit 3e7df07c1f96abc0b6edf84ddf31f4c7b082fff0 by Carlos De Maine.
Committed on 21/07/2026 at 04:50.
Pushed by carlosdem into branch 'master'.

match against job-name needs to be neon_settings

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

https://invent.kde.org/sysadmin/neon-tooling/-/commit/3e7df07c1f96abc0b6edf84ddf31f4c7b082fff0

diff --git a/nci/lib/setup_repo.rb b/nci/lib/setup_repo.rb
index 0407e148..21cc42b9 100644
--- a/nci/lib/setup_repo.rb
+++ b/nci/lib/setup_repo.rb
@@ -61,7 +61,7 @@ module NCI
 
     deps = %w[pkg-kde-tools debhelper cmake quilt dh-python dh-translations]
     deps << 'pkg-kde-tools-neon' if setup_repo_codename == 'noble'
-    unless ENV.fetch('JOB_NAME').match?(/kde-keyring|neon-settings/)
+    unless ENV.fetch('JOB_NAME').match?(/kde-keyring|neon_settings/)
       deps << 'kde-release-keyring neon-settings-2'
     end
     raise 'failed to install deps' unless Apt.install(deps)
@@ -169,7 +169,7 @@ APT::Default-Release "#{setup_repo_codename}";
         puts "lines: #{lines.join('\n')}"
         @file_path = "/etc/apt/sources.list.d/neon_src_#{dist}.list"
         old_string = "deb http:"
-        new_contents = File.read(@file_path).gsub(old_string, 'deb [ signed-by=/etc/apt/keyrings/444D_ABCF_3667_D028_3F89__4EDD_E6D4_7362_5575_1E5D.asc ] http:')
+        new_contents = File.read(@file_path).gsub(old_string, '# deb [ signed-by=/etc/apt/keyrings/444D_ABCF_3667_D028_3F89__4EDD_E6D4_7362_5575_1E5D.asc ] http:')
         File.write(@file_path, new_contents)
       end
       disable_all_src
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.