[neon/neon/seeds/Neon/stable] /: merge Neon/release

Jonathan Esk-Riddell null at kde.org
Mon Feb 26 10:09:21 GMT 2024


Git commit cdee180d176847a6d3c9af801fb129748070dc73 by Jonathan Esk-Riddell.
Committed on 26/02/2024 at 10:08.
Pushed by jriddell into branch 'Neon/stable'.

merge Neon/release

M  +12   -1    desktop
M  +1    -1    update.cfg

https://invent.kde.org/neon/neon/seeds/-/commit/cdee180d176847a6d3c9af801fb129748070dc73

diff --git a/desktop b/desktop
index 72ca5d0..711dca7 100644
--- a/desktop
+++ b/desktop
@@ -116,7 +116,7 @@ Fonts:
  * (dolphin)
  * (dolphin-plugins)
  * (konsole)
- * (kwrite)
+ * (kate)
  * (vlc)
  * (ark)
  * (print-manager)
@@ -184,6 +184,17 @@ libavcodec cannot be shipped on CDs (c.f. Ubuntu technical board resolution 2007
  * !libavcodec*
  * (!fonts-guru)
 
+== Oops handling ==
+
+Disable oops handling by default. As of kcrash 5.29 oops are automatically forwarded to handlers, which by default would be apport, which we do not want. coredumpd might be handy, but is not used right now https://phabricator.kde.org/T3891
+
+We will thus mangle the output by sedding out the following: kerneloops-daemon, whoopsie, apport.
+This happens in our ./update script!
+
+As of 2019-05-13 unstable ships with coredumpd to ensure we can easily track down crashers that are much more likely to happen on git master.
+
+ * (systemd-coredump)
+
 == Ubuntu Masking ==
 
 Ubuntu has some excessively useless deps deep in the stack. We'll "mask" them
diff --git a/update.cfg b/update.cfg
index 9e3b925..fcbef3c 100644
--- a/update.cfg
+++ b/update.cfg
@@ -6,7 +6,7 @@ seeds: desktop-ko desktop live all
 architectures: amd64 armhf arm64
 seed_base: https://git.launchpad.net/~ubuntu-core-dev/ubuntu-seeds/+git/ https://invent.kde.org/
 seed_dist: neon/neon/seeds.Neon/unstable
-archive_base/default: http://archive.ubuntu.com/ubuntu/,http://archive.neon.kde.org/user
+archive_base/default: http://archive.ubuntu.com/ubuntu/,http://archive.neon.kde.org/testing
 archive_base/ports: http://ports.ubuntu.com/ubuntu-ports/
 archive_base/armhf: %(archive_base/ports)s
 archive_base/arm64: %(archive_base/ports)s


More information about the Neon-commits mailing list