This repository has been archived by the owner on Jan 6, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 17
Home
Patrick McCarty edited this page Nov 28, 2016
·
19 revisions
The swupd-server project provides a reference implementation of a software update server-side component that generates update content consumable by a software update client (swupd-client). Update 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.
To see what is required to start using swupd-server, see the getting started guide.
SWUPD permits introduction of breaking changes into an OS update stream. For details see this page.
See Glossary.
The client-side component of SWUPD lives in a separate repo, with documentation located here.
See Reporting-bugs.