mirror of
https://github.com/clearlinux/swupd-server.git
synced 2026-08-26 01:25:47 +00:00
7758a6bb77
This patch extracts the [STATUS] field from our bundle information metadata, and stores it in groups.ini. From there we put the contents of this string verbatim into the manifest. We don't interpret, encode or convert the contents of the [STATUS] field in the manifest. Instead, we just strip non-alphanumeric characters and pass the contents on. This leaves it entirely to the client to parse and interpret the value of this field in the manifest. If the bundle file, or the groups.ini file omits any status, nothing is output to the Manifest file.