b6691cbdca
A few changes: - Modify the D-Bus API to include a Finish() method instead of a Start() method, the idea being the client calls Finish() to obtain the final status and optional message once the transaction indicates it's done. Calling Finish() also removes the transaction object from the bus. - Introduce Transaction class as a thin wrapper for RPMOSTreeTransaction. Stores the status info for Finish(), detects when the caller's bus name vanishes, and emits various status signals to TransactionMonitor. - Introduce TransactionMonitor as a factory class for Transactions that also handles book keeping chores like tracking the active Transaction. The Sysroot and OS interfaces share a TransactionMonitor instance. |
||
---|---|---|
buildutil | ||
design | ||
doc | ||
libglnx@0cf50c6735 | ||
man | ||
packaging | ||
scripts | ||
src | ||
tests | ||
.gitignore | ||
.gitmodules | ||
autogen.sh | ||
configure.ac | ||
COPYING | ||
Makefile-daemon.am | ||
Makefile-decls.am | ||
Makefile-lib-defines.am | ||
Makefile-lib.am | ||
Makefile-libpriv.am | ||
Makefile-man.am | ||
Makefile-rpm-ostree.am | ||
Makefile-tests.am | ||
Makefile.am | ||
README.md | ||
TODO |
rpm-ostree
A system to compose RPMs on a server side into an OSTree repository, and a client side tool to perform updates.
The project aims to bring together a hybrid of image-like upgrade features (reliable replication, atomicity), with package-like flexibility (seeing package sets inside trees, layering, partial live updates).
rpm-ostree is in beta!
While many of the underlying technologies here are stable, if you are considering using this in your organization, you should perform a careful evaluation of the whole stack. Software updates are obviously critical, and touch on many areas of concern.