[neon/neon/settings/Neon/unstable] 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:12 BST 2024


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

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

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

https://invent.kde.org/neon/neon/settings/-/commit/32a2a7e1678c5c78bac6105e1fbb39fd1e2936ae

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