ostree.doap: Update description based on docs.
This commit is contained in:
parent
16c36fbc34
commit
6a8e9d7151
14
ostree.doap
14
ostree.doap
|
|
@ -8,13 +8,15 @@
|
||||||
<name>ostree</name>
|
<name>ostree</name>
|
||||||
<shortname>ostree</shortname>
|
<shortname>ostree</shortname>
|
||||||
|
|
||||||
<shortdesc xml:lang="en">Linux-based operating system develop/build/deploy tool</shortdesc>
|
<shortdesc xml:lang="en">Git for operating system binaries</shortdesc>
|
||||||
|
|
||||||
<description xml:lang="en">OSTree is a tool for developing,
|
<description xml:lang="en">
|
||||||
building, and deploying Linux-based operating systems. It is most
|
OSTree is best summarized in a single sentence as "git for
|
||||||
similar to tools like dpkg and rpm in "Linux
|
operating system binaries". At its core architecture is a
|
||||||
distributions". However, it is not a package system (though one
|
userspace content-addressed filesystem, and layered on top of
|
||||||
could be built on top).</description>
|
that is an administrative layer that is designed to atomically
|
||||||
|
parallel install multiple bootable Unix-like operating systems.
|
||||||
|
</description>
|
||||||
|
|
||||||
<homepage rdf:resource="http://live.gnome.org/OSTree" />
|
<homepage rdf:resource="http://live.gnome.org/OSTree" />
|
||||||
<license rdf:resource="http://usefulinc.com/doap/licenses/lgpl" />
|
<license rdf:resource="http://usefulinc.com/doap/licenses/lgpl" />
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue