d3e50e9a5d
Now that we have the jigdoset in `Requires`, let's make a hard switch to using it and drop the jigdoset from the jigdoRPM data. One lingering concern here is that the `Requires` are not quite as strict as what we had before; for example one apparently can't add a `Requires:` that refers to an architecture (x86_64 vs noarch). And a lot more strongly than that we had the repodata checksums in the old format. I'm still thinking of a way to use those. But moving on, this allows us to rework the client side to do a lot more up-front calculation before downloading the jigdoRPM. In the spirit of that, at the same time let's add a `Provides: rpmostree-jigdo-commit(e7bdb7443d8...)` so that we can determine ahead of time whether or not we have the actual commit. A major change we could now take would be to download the jigdoRPM in parallel with the jigdo set, but doing that would require driving a lot more of the jigdo logic into the core; it'd need to know to specially handle the jigdoRPM download. Closes: #1140 Approved by: jlebon |
||
---|---|---|
.github | ||
api-doc | ||
buildutil | ||
ci | ||
design | ||
docs | ||
libdnf@022365553a | ||
libglnx@e627524af9 | ||
man | ||
packaging | ||
scripts | ||
src | ||
tests | ||
vagrant | ||
.dir-locals.el | ||
.editorconfig | ||
.gitmodules | ||
.papr.yml | ||
.vimrc | ||
autogen.sh | ||
configure.ac | ||
CONTRIBUTING.md | ||
COPYING | ||
git.mk | ||
HACKING.md | ||
LICENSE | ||
Makefile-daemon.am | ||
Makefile-decls.am | ||
Makefile-lib-defines.am | ||
Makefile-lib.am | ||
Makefile-libdnf.am | ||
Makefile-libpriv.am | ||
Makefile-man.am | ||
Makefile-rpm-ostree.am | ||
Makefile-tests.am | ||
Makefile.am | ||
mkdocs.yml | ||
README.md | ||
TODO | ||
Vagrantfile |
rpm-ostree Overview
rpm-ostree is a hybrid image/package system. It uses OSTree as a base image format, and supports RPM on both the client and server side using libdnf.
For more information, see the online manual: Read The Docs (rpm-ostree)
Features:
- Atomic upgrades and rollback for host system updates
- A server side tool to consume RPMs and commit them to an OSTree repository
- A system daemon to consume OSTree commits as updates
Projects using rpm-ostree
Project Atomic uses rpm-ostree to provide a minimal host for Docker formatted Linux containers. Replicating a base immutable OS, then using Docker for applications.
Manual
For more information, see the online manual: Read The Docs (rpm-ostree)