Go to file
Jonathan Lebon c92ff926f6 app/status: cleaner diff output for replaced pkgs
I suspect a common pattern with local replacement overrides is to
simultaneously replace a group of packages that depend on each other in
one shot, as is the case with docker, docker-common, and
docker-rhel-push-plugin currently in Fedora Atomic Host. In such cases,
we can print a cleaner diff in the status to make it easier to grok.

Before:

     ReplacedBasePackages: strace 4.18-1.fc26 -> 4.19-1.fc26, docker-common 2:1.13.1-22.gitb5e3294.fc26 -> 2:1.13.1-21.git27e468e.fc26, docker 2:1.13.1-22.gitb5e3294.fc26 -> 2:1.13.1-21.git27e468e.fc26, docker-rhel-push-plugin 2:1.13.1-22.gitb5e3294.fc26 -> 2:1.13.1-21.git27e468e.fc26

After:

     ReplacedBasePackages: docker-common docker docker-rhel-push-plugin 2:1.13.1-22.gitb5e3294.fc26 -> 2:1.13.1-21.git27e468e.fc26, strace 4.18-1.fc26 -> 4.19-1.fc26

Closes: #1004
Approved by: cgwalters
2017-09-27 16:22:50 +00:00
.github
api-doc
buildutil
ci ci: Reduce metadata expiration for rdgo 2017-09-26 19:41:08 +00:00
design
docs Rework treecompose kernel processing 2017-09-12 14:26:44 +00:00
libdnf@022365553a libdnf: bump for metadata_expire fix 2017-08-22 19:49:55 +00:00
libglnx@627d4e2f15 Update libglnx, do some fstatat-noent porting 2017-09-07 22:30:34 +00:00
man
packaging
scripts bwrap: Don't use --unshare-net in nspawn by default 2017-03-10 17:27:56 +00:00
src app/status: cleaner diff output for replaced pkgs 2017-09-27 16:22:50 +00:00
tests app/status: cleaner diff output for replaced pkgs 2017-09-27 16:22:50 +00:00
vagrant Vagrantfile: specify full path to using_sshfs 2016-12-21 20:00:43 +00:00
.dir-locals.el .dir-locals.el: Global Emacs style settings 2017-01-12 16:09:16 +00:00
.gitmodules
.papr.yml ci: Sync with ostree 2017-09-24 13:32:00 +00:00
autogen.sh
configure.ac Release 2017.9 2017-09-25 15:39:57 +00:00
CONTRIBUTING.md
COPYING
git.mk
HACKING.md hacking: make it easier to use a custom tree 2017-09-01 19:58:55 +00:00
LICENSE
Makefile-daemon.am
Makefile-decls.am
Makefile-lib-defines.am lib: Add version macros and version checking function 2017-07-21 20:35:26 +00:00
Makefile-lib.am
Makefile-libdnf.am
Makefile-libpriv.am
Makefile-man.am
Makefile-rpm-ostree.am app: spawn polkit authentication agent 2017-07-27 17:10:41 +00:00
Makefile-tests.am tests: Skip running introspection tests if built with ASAN 2017-09-24 13:32:00 +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)