debcrafters-packages team mailing list archive
-
debcrafters-packages team
-
Mailing list archive
-
Message #03906
[Bug 2116732] Re: Common data format for issue reports
** Changed in: systemd (Ubuntu)
Importance: Undecided => Wishlist
--
You received this bug notification because you are a member of
Debcrafters packages, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/2116732
Title:
Common data format for issue reports
Status in apport package in Ubuntu:
New
Status in systemd package in Ubuntu:
New
Bug description:
It would be useful to have a common data format for issue reports.
Currently Apport uses a DEB822 problem report format. systemd-coredump
stores its report in the journal.
My idea is to have a common data format for issue reports that can be
used across distributions and bug tracker platforms.
Ideas for the data format:
* FlatBuffers
* Concise Binary Object Representation (CBOR)
Discarded formats:
* DEB822: it's only used in Debian land
* JSON: There is no need for a text format. User can use a tool to format the binary format
* MessagePack: CBOR seems to be better
* Protocol Buffers: FlatBuffers supports random access reads
Whats your opinion on that idea?
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apport/+bug/2116732/+subscriptions
References