2014-03-31 03:32:50 +04:00
<?xml version='1.0'?> <!-- * - nxml - * -->
< !DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
<!--
Copyright 2014 Colin Walters <walters @ v e r b u m . o r g >
2018-01-30 22:26:26 +03:00
SPDX-License-Identifier: LGPL-2.0+
2014-03-31 03:32:50 +04:00
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the
Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA.
-->
<refentry id= "ostree.repo" >
<refentryinfo >
<title > ostree.repo</title>
<productname > OSTree</productname>
<authorgroup >
<author >
<contrib > Developer</contrib>
<firstname > Colin</firstname>
<surname > Walters</surname>
<email > walters@verbum.org</email>
</author>
</authorgroup>
</refentryinfo>
<refmeta >
<refentrytitle > ostree.repo</refentrytitle>
<manvolnum > 5</manvolnum>
</refmeta>
<refnamediv >
<refname > ostree.repo</refname>
<refpurpose > OSTree repository configuration and layout</refpurpose>
</refnamediv>
<refsect1 >
<title > Description</title>
<para >
An OSTree repository is structurally similar to a
git repository; it is a content-addressed object
store containing filesystem trees. However, unlike
git, ostree is designed to store operating system
binaries. It records the Unix uid and gid,
permissions, as well as extended attributes.
</para>
2016-11-30 18:41:38 +03:00
2014-03-31 03:32:50 +04:00
<para >
2016-11-30 18:41:38 +03:00
A repository can be in one of three modes;
2014-03-31 03:32:50 +04:00
<literal > bare</literal> , which is designed as a hard
2016-11-30 18:41:38 +03:00
link source for operating system checkouts,
<literal > bare-user</literal> , which is like
<literal > bare</literal> but works on systems that
run as non-root as well as non-root containers, and
2014-03-31 03:32:50 +04:00
<literal > archive-z2</literal> , which is designed for
static HTTP servers.
</para>
<para >
There is a system repository located at
<filename > /ostree/repo</filename> . If no repository
2015-02-19 18:30:25 +03:00
is specified -- either by a command-line option or the
<envar > OSTREE_REPO</envar> environment variable --
the <command > ostree</command> as well as many API
calls will use it by default.
2014-03-31 03:32:50 +04:00
</para>
</refsect1>
<refsect1 >
<title > Components of a repository</title>
<para >
The only user-editable component is the
<filename > config</filename> file. For more
information, see <citerefentry > <refentrytitle > ostree.repo-config</refentrytitle> <manvolnum > 5</manvolnum> </citerefentry> .
</para>
</refsect1>
<refsect1 >
<title > See Also</title>
<para >
<citerefentry > <refentrytitle > ostree</refentrytitle> <manvolnum > 1</manvolnum> </citerefentry> , <citerefentry > <refentrytitle > ostree.repo-config</refentrytitle> <manvolnum > 1</manvolnum> </citerefentry>
</para>
</refsect1>
</refentry>