Go to file
Colin Walters 69d8bfa042 compose-tests: Consolidate some misc options into test-misc-tweaks.sh
I was about to add another one of these but it feels like a bit
overkill to run through a recompose for trivial tweaks like turning off docs.

We can do a compose with multiple options at once and test the result as a unit,
at least for the smaller/less invasive options.

This change is prep for adding a switch to do `/tmp` as a regular dir.

Closes: #777
Approved by: jlebon
2017-05-18 13:43:15 +00:00
.github
api-doc
buildutil
ci import ci/ci-commitmessage-submodules.sh from ostree 2017-05-12 16:32:49 +00:00
design
docs docs: update linked project names and minor tweaks 2017-05-15 15:47:39 +00:00
libdnf@2086268d59
libglnx@32231fdb52 libglnx: bump and use new helpers 2017-05-12 16:32:49 +00:00
man rebase: allow rebasing to a local branch 2017-05-05 21:01:26 +00:00
packaging
scripts
src postprocess: Some porting to new code style 2017-05-18 13:43:15 +00:00
tests compose-tests: Consolidate some misc options into test-misc-tweaks.sh 2017-05-18 13:43:15 +00:00
vagrant
.dir-locals.el
.gitmodules
.redhat-ci.yml f25-build-check: install git early 2017-05-12 16:32:49 +00:00
autogen.sh
configure.ac
CONTRIBUTING.md
COPYING
git.mk
HACKING.md
LICENSE
Makefile-daemon.am Introduce ex livefs 2017-05-12 15:00:59 +00:00
Makefile-decls.am
Makefile-lib-defines.am
Makefile-lib.am
Makefile-libdnf.am
Makefile-libpriv.am
Makefile-man.am
Makefile-rpm-ostree.am Introduce ex livefs 2017-05-12 15:00:59 +00:00
Makefile-tests.am Introduce ex livefs 2017-05-12 15:00:59 +00:00
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)