summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2016-04-19 13:48:49 +0200
committerAlexander Larsson <alexl@redhat.com>2016-04-19 13:53:26 +0200
commitcfd3f303b18b009a6eed5bb1d3eaf8980cdf7b64 (patch)
tree00ebf4da91fa6b2fd0db8681ae60e0c80635d7ac /doc
parent1c1bc4acca467bdb15e8c75f3ef3f802d9cafea0 (diff)
downloadxdg-app-cfd3f303b18b009a6eed5bb1d3eaf8980cdf7b64.tar.gz
Add build-import-bundle command
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.am1
-rw-r--r--doc/xdg-app-build-bundle.xml1
-rw-r--r--doc/xdg-app-build-import-bundle.xml98
-rw-r--r--doc/xdg-app.xml7
4 files changed, 107 insertions, 0 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index fa641ea..6d70e23 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -34,6 +34,7 @@ man_MANS = \
xdg-app-build-init.1 \
xdg-app-build.1 \
xdg-app-build-bundle.1 \
+ xdg-app-build-import-bundle.1 \
xdg-app-build-finish.1 \
xdg-app-build-export.1 \
xdg-app-build-update-repo.1 \
diff --git a/doc/xdg-app-build-bundle.xml b/doc/xdg-app-build-bundle.xml
index 435d293..bac719f 100644
--- a/doc/xdg-app-build-bundle.xml
+++ b/doc/xdg-app-build-bundle.xml
@@ -142,6 +142,7 @@
<citerefentry><refentrytitle>xdg-app-build-init</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
<citerefentry><refentrytitle>xdg-app-build</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
<citerefentry><refentrytitle>xdg-app-build-finish</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
+ <citerefentry><refentrytitle>xdg-app-build-import-bundle</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
<citerefentry><refentrytitle>xdg-app-repo-update</refentrytitle><manvolnum>1</manvolnum></citerefentry>
</para>
diff --git a/doc/xdg-app-build-import-bundle.xml b/doc/xdg-app-build-import-bundle.xml
new file mode 100644
index 0000000..ebc9dd9
--- /dev/null
+++ b/doc/xdg-app-build-import-bundle.xml
@@ -0,0 +1,98 @@
+<?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">
+
+<refentry id="xdg-app-build-import-bundle">
+
+ <refentryinfo>
+ <title>xdg-app build-import-bundle</title>
+ <productname>xdg-app</productname>
+
+ <authorgroup>
+ <author>
+ <contrib>Developer</contrib>
+ <firstname>Alexander</firstname>
+ <surname>Larsson</surname>
+ <email>alexl@redhat.com</email>
+ </author>
+ </authorgroup>
+ </refentryinfo>
+
+ <refmeta>
+ <refentrytitle>xdg-app build-import-bundle</refentrytitle>
+ <manvolnum>1</manvolnum>
+ </refmeta>
+
+ <refnamediv>
+ <refname>xdg-app-build-import-bundle</refname>
+ <refpurpose>Import a file bundle into a local repository</refpurpose>
+ </refnamediv>
+
+ <refsynopsisdiv>
+ <cmdsynopsis>
+ <command>xdg-app build-import-bundle</command>
+ <arg choice="opt" rep="repeat">OPTION</arg>
+ <arg choice="plain">LOCATION</arg>
+ <arg choice="plain">FILENAME</arg>
+ </cmdsynopsis>
+ </refsynopsisdiv>
+
+ <refsect1>
+ <title>Description</title>
+
+ <para>
+ Imports a bundle from a file named <arg choice="plain">FILENAME</arg>
+ into the repository at <arg choice="plain">LOCATION</arg>.
+ </para>
+ <para>
+ The format of the bundle file is that generated by build-bundle.
+ </para>
+ </refsect1>
+
+ <refsect1>
+ <title>Options</title>
+
+ <para>The following options are understood:</para>
+
+ <variablelist>
+ <varlistentry>
+ <term><option>-h</option></term>
+ <term><option>--help</option></term>
+
+ <listitem><para>
+ Show help options and exit.
+ </para></listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term><option>-v</option></term>
+ <term><option>--verbose</option></term>
+
+ <listitem><para>
+ Print debug information during command processing.
+ </para></listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term><option>--version</option></term>
+
+ <listitem><para>
+ Print version information and exit.
+ </para></listitem>
+ </varlistentry>
+ </variablelist>
+ </refsect1>
+
+ <refsect1>
+ <title>See also</title>
+
+ <para>
+ <citerefentry><refentrytitle>ostree</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
+ <citerefentry><refentrytitle>xdg-app</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
+ <citerefentry><refentrytitle>xdg-app-build-bundle</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
+ <citerefentry><refentrytitle>xdg-app-repo-update</refentrytitle><manvolnum>1</manvolnum></citerefentry>
+ </para>
+
+ </refsect1>
+
+</refentry>
diff --git a/doc/xdg-app.xml b/doc/xdg-app.xml
index 033b8b9..f5a1d0c 100644
--- a/doc/xdg-app.xml
+++ b/doc/xdg-app.xml
@@ -256,6 +256,13 @@
</para></listitem>
</varlistentry>
<varlistentry>
+ <term><citerefentry><refentrytitle>xdg-app-build-import-bundle</refentrytitle><manvolnum>1</manvolnum></citerefentry></term>
+
+ <listitem><para>
+ Import a file bundle into a local repository.
+ </para></listitem>
+ </varlistentry>
+ <varlistentry>
<term><citerefentry><refentrytitle>xdg-app-build-update-repo</refentrytitle><manvolnum>1</manvolnum></citerefentry></term>
<listitem><para>