From 6a8e9d71516ee4321a95c142f71d17df6e52c573 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Mon, 19 Aug 2013 09:01:20 -0400 Subject: [PATCH] ostree.doap: Update description based on docs. --- ostree.doap | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/ostree.doap b/ostree.doap index 38365f2d..c6415fed 100644 --- a/ostree.doap +++ b/ostree.doap @@ -8,13 +8,15 @@ ostree ostree - Linux-based operating system develop/build/deploy tool + Git for operating system binaries - OSTree is a tool for developing, - building, and deploying Linux-based operating systems. It is most - similar to tools like dpkg and rpm in "Linux - distributions". However, it is not a package system (though one - could be built on top). + + OSTree is best summarized in a single sentence as "git for + operating system binaries". At its core architecture is a + userspace content-addressed filesystem, and layered on top of + that is an administrative layer that is designed to atomically + parallel install multiple bootable Unix-like operating systems. +