mirror of
https://github.com/clearlinux/swupd-server.git
synced 2026-09-01 19:21:54 +00:00
v3.3.2
This release includes changes across various areas of server, specifically: - Fixing fallthrough detection logic to detect files and directories correctly when checking if they are "state" files. - Removing stale and unused signature creation code - Adding functional tests and enabling travis-ci integration - Create alternative input layout to save IO for some cases(backward compatible) - Update parallelism code to make it more versatile and editable - Fix log call and add logging to stdout instead of just logfiles - Honor proxy and cert checking settings - Fix extracting files with bsdtar - Enable locales in all programs Signed-off-by: Tudor Marcu <tudor.marcu@intel.com>
The swupd-server package provides a reference implementation of a software update server-side component that generates update content consumable by a software update client (swupd-client). Such content includes manifests that describe incremental changes in the OS from build to build, binary deltas, full copies of files (fullfiles) that were added/changed from a previous build, and packs composed of binary deltas and/or fullfiles.
Languages
C
69.3%
Shell
27.7%
Makefile
1.6%
M4
1.4%