[neon/neon/settings/Neon/release] usr/lib/environment.d: add ubuntu's debuginfod as well since it'd be nice to have debug on all the library bits

Carlos De Maine null at kde.org
Thu Aug 8 17:11:34 BST 2024


Git commit c4c0bc8bfe5634450a6b781881378b591dae0713 by Carlos De Maine.
Committed on 08/08/2024 at 16:11.
Pushed by carlosdem into branch 'Neon/release'.

add ubuntu's debuginfod as well since it'd be nice to have debug on all the library bits

(cherry picked from commit 32a2a7e1678c5c78bac6105e1fbb39fd1e2936ae)

Co-authored-by: Carlos De Maine <carlosdemaine at gmail.com>

M  +1    -1    usr/lib/environment.d/90-neon-debuginfod.conf

https://invent.kde.org/neon/neon/settings/-/commit/c4c0bc8bfe5634450a6b781881378b591dae0713

diff --git a/usr/lib/environment.d/90-neon-debuginfod.conf b/usr/lib/environment.d/90-neon-debuginfod.conf
index 743fcd5..ec4e0e9 100644
--- a/usr/lib/environment.d/90-neon-debuginfod.conf
+++ b/usr/lib/environment.d/90-neon-debuginfod.conf
@@ -1,4 +1,4 @@
 # SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
 # SPDX-FileCopyrightText: 2023 Jonathan Riddell <jr at jriddell.org>
 
-DEBUGINFOD_URLS="https://debuginfod.neon.kde.org/ $DEBUGINFOD_URLS"
+DEBUGINFOD_URLS="https://debuginfod.neon.kde.org/ https://debuginfod.ubuntu.com/ $DEBUGINFOD_URLS"


More information about the Neon-commits mailing list