Go to file
Colin Walters 60b279ce48 compose: Move the passwd/group migration code to passwd-util
Pure code motion; no functional changes.  Trying to get all of the
passwd/group code in the same place so I can fix bugs in the
interaction between them more easily.
2015-01-07 17:52:07 -05:00
buildutil tests: Enable glib-tap.mk 2014-12-19 10:47:55 -05:00
design design/package-layering: New file 2014-06-18 08:48:03 -04:00
doc compose: Support "preserve-passwd" option (enabled by default) 2014-12-23 16:28:53 -05:00
man docs: Fix a typo 2014-10-08 23:01:53 -04:00
packaging packaging: Update BRs 2014-11-14 18:07:47 -05:00
scripts compose: Add check-passwd/group JSON options, fails compose if uids/gids change 2014-12-18 16:59:33 -05:00
src compose: Move the passwd/group migration code to passwd-util 2015-01-07 17:52:07 -05:00
tests tests/jsonutil: New test 2014-12-19 10:47:55 -05:00
.gitignore
autogen.sh
configure.ac compose: Use *at() relative lookups for xattrs 2015-01-05 08:02:07 -05:00
COPYING
Makefile-decls.am
Makefile-man.am
Makefile-rpm-ostree.am Merge pull request #77 from mbarnes/pull-progress 2014-12-18 23:02:26 -05:00
Makefile-tests.am tests/jsonutil: New test 2014-12-19 10:47:55 -05:00
Makefile.am Show capability list with --version option 2014-11-26 14:09:15 -05:00
README.md doc: More updates, note atomic status, flesh out tradeoffs 2014-11-01 10:33:39 -04:00
TODO

rpm-ostree, aka /usr/bin/atomic

An 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.

Contents