]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
docs/COREDUMP_PACKAGE_METADATA.md: Add debuginfod key
authorMark Wielaard <mark@klomp.org>
Thu, 6 May 2021 01:05:02 +0000 (03:05 +0200)
committerLuca Boccassi <luca.boccassi@microsoft.com>
Thu, 6 May 2021 12:50:21 +0000 (13:50 +0100)
Signed-off-by: Mark Wielaard <mark@klomp.org>
docs/COREDUMP_PACKAGE_METADATA.md

index ab7c4596de12bf328f1d45a1633ab8730a2f1e62..6ef746f2465b56992115727669c8ab62093ef3a3 100644 (file)
@@ -39,6 +39,9 @@ Implementers working on build tools should strive to use the same key names, for
 consistency. The most common will be listed here. When corresponding to the content of
 os-release, the values should match, again for consistency.
 
+If available, the metadata should also include the debuginfod server URL that can provide
+the original executable, debuginfo and sources, to further facilitate debugging.
+
 * Section header
 
 ```
@@ -58,6 +61,7 @@ Value: a JSON string with the structure described below
      "name":"coreutils",
      "version": "4711.0815.fc13.arm32",
      "osCpe":               # A CPE name for the operating system, `CPE_NAME` from os-release is a good default
+     "debugInfoUrl": "https://debuginfod.fedoraproject.org/",
 }
 ```