Operating system and container binary deployment and upgrades
Go to file
Colin Walters ffb9d34671 Move basic commit API into ostree_sysroot_simple_write_deployment()
The admin commands had this shared in tool common, but we want to
encourage external programs to do this as well.
2014-03-23 11:36:09 -04:00
doc Add missing admin commands in the man pages 2014-03-22 14:18:59 -04:00
embedded-dependencies embedded-dependencies: Fix ACLOCAL_FLAGS, update for libgsystem 2012-08-19 15:05:01 -04:00
manual-tests manual-tests: New directory with custom test scripts 2014-02-14 18:16:37 -05:00
packaging Remove custom SELinux policy 2014-03-15 13:16:14 -04:00
src Move basic commit API into ostree_sysroot_simple_write_deployment() 2014-03-23 11:36:09 -04:00
tests test-sysroot: Use GSystem to spawn subprocess 2014-03-19 09:15:38 -04:00
.gitignore Update .gitignore 2014-01-19 11:33:52 -05:00
.gitmodules Add libgsystem as git external 2012-07-15 11:59:05 -04:00
autogen.sh Add gtk-doc support 2013-08-16 22:56:12 -04:00
configure.ac Release 2014.3 2014-03-21 14:54:03 -04:00
COPYING COPYING: Update to latest FSF with current address 2014-01-16 10:22:30 -05:00
Makefile-boot.am Add support for mkinitcpio 2013-10-24 14:27:49 -04:00
Makefile-decls.am build: Don't use += for ACLOCAL_AMFLAGS 2014-01-11 10:02:34 -07:00
Makefile-libostree-defines.am libostree: Split off SELinux OstreeSePolicy class 2014-02-19 08:43:45 -05:00
Makefile-libostree.am libostree: Split off SELinux OstreeSePolicy class 2014-02-19 08:43:45 -05:00
Makefile-ostree.am core: Add "admin instutil set-kargs" 2014-03-19 09:49:55 -04:00
Makefile-otutil.am Remove built in "triggers" 2013-07-07 14:37:59 -04:00
Makefile-switchroot.am Add support for mkinitcpio 2013-10-24 14:27:49 -04:00
Makefile-tests.am Revert "Disable test-sysroot.test" 2014-03-19 09:15:38 -04:00
Makefile.am Remove custom SELinux policy 2014-03-15 13:16:14 -04:00
Makefile.dist-packaging packaging: Update infrastructure 2014-01-18 04:49:17 -05:00
ostree.doap ostree.doap: Update description based on docs. 2013-08-19 10:32:08 -04:00
README-historical.md README: Just link to wiki, move most of it to README-historical.md 2014-01-20 18:00:09 -05:00
README.md README: Just link to wiki, move most of it to README-historical.md 2014-01-20 18:00:09 -05:00
TODO TODO: update 2014-03-15 19:05:52 -04:00

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:

https://live.gnome.org/Projects/OSTree