0756708f24
hawkey and libsolv are both patched to look in `usr/share/rpm` if the db can't be found in `/var/lib/rpm`. However, librpm itself isn't. One *can* override it with a macro...which is process global. Yuck. Needs fixing. Anyways, we can just make a symlink. That's a lot easier than writing a patch for librpm and waiting a billion years to be able to use it everywhere we care about. This will help unify the librpm tempdir code with the hawkey tempdir code. |
||
---|---|---|
buildutil | ||
design | ||
doc | ||
libglnx@381ca54ee3 | ||
man | ||
packaging | ||
scripts | ||
src | ||
tests | ||
.gitignore | ||
.gitmodules | ||
autogen.sh | ||
configure.ac | ||
COPYING | ||
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, aka /usr/bin/atomic
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.