mirror of
https://github.com/ostreedev/ostree.git
synced 2024-12-22 17:35:55 +03:00
Operating system and container binary deployment and upgrades
2d6374822b
This has a very basic level of functionality (deltas can be generated, and applied offline). There is only some stubbed out pull code to fetch them via HTTP. But, better to commit this now and improve it from a known starting point, rather than have it languish in a branch. |
||
---|---|---|
doc | ||
embedded-dependencies | ||
packaging | ||
src | ||
tests | ||
.gitignore | ||
.gitmodules | ||
autogen.sh | ||
configure.ac | ||
COPYING | ||
Makefile-boot.am | ||
Makefile-decls.am | ||
Makefile-libostree-defines.am | ||
Makefile-libostree.am | ||
Makefile-ostree.am | ||
Makefile-otutil.am | ||
Makefile-switchroot.am | ||
Makefile-tests.am | ||
Makefile.am | ||
Makefile.dist-packaging | ||
ostree.doap | ||
README-historical.md | ||
README.md | ||
TODO |
OSTree is a tool for managing bootable, immutable, versioned filesystem trees. While it takes over some of the roles of tradtional "package managers" like dpkg and rpm, it is not a package system; nor is it a tool for managing full disk images. Instead, it sits between those levels, offering a blend of the advantages (and disadvantages) of both.
For more information, see: