diff options
author | Mark Wielaard <mark@klomp.org> | 2021-05-06 03:05:02 +0200 |
---|---|---|
committer | Luca Boccassi <luca.boccassi@microsoft.com> | 2021-05-06 14:50:21 +0200 |
commit | 4f90b052e5a643884ae2d78d99940b818605752f (patch) | |
tree | 61ae4b17833c6dac7c00cb3f36738516775751ed /docs/COREDUMP_PACKAGE_METADATA.md | |
parent | test: drop default ACL from $TESTDIR (diff) | |
download | systemd-4f90b052e5a643884ae2d78d99940b818605752f.tar.xz systemd-4f90b052e5a643884ae2d78d99940b818605752f.zip |
docs/COREDUMP_PACKAGE_METADATA.md: Add debuginfod key
Signed-off-by: Mark Wielaard <mark@klomp.org>
Diffstat (limited to 'docs/COREDUMP_PACKAGE_METADATA.md')
-rw-r--r-- | docs/COREDUMP_PACKAGE_METADATA.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/COREDUMP_PACKAGE_METADATA.md b/docs/COREDUMP_PACKAGE_METADATA.md index ab7c4596de..6ef746f246 100644 --- a/docs/COREDUMP_PACKAGE_METADATA.md +++ b/docs/COREDUMP_PACKAGE_METADATA.md @@ -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/", } ``` |