nix-tools/docbook/buildtree.xml

111 lines
3.2 KiB
XML
Raw Normal View History

<?xml version='1.0'?> <!--*-nxml-*-->
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
2016-09-30 18:34:55 +02:00
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
<!--
2016-09-30 18:34:55 +02:00
This file is part of manjaro-tools.
2016-09-30 18:34:55 +02:00
Copyright 2015 Manjaro Developers
2016-09-30 18:34:55 +02:00
manjaro-tools 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.1 of the License, or
(at your option) any later version.
2016-09-30 18:34:55 +02:00
manjaro-tools 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.
2016-09-30 18:34:55 +02:00
You should have received a copy of the GNU Lesser General Public License
along with systemd; If not, see <http://www.gnu.org/licenses/>.
-->
<refentry id="buildtree" xmlns:xi="http://www.w3.org/2001/XInclude">
2016-09-30 18:34:55 +02:00
<refentryinfo>
<title>buildtree-+</title>
<productname>manjaro-tools</productname>
<authorgroup>
<author>
<contrib></contrib>
<firstname></firstname>
<surname></surname>
<email></email>
</author>
</authorgroup>
</refentryinfo>
2016-09-30 18:34:55 +02:00
<refmeta>
<refentrytitle>buildtree</refentrytitle>
<manvolnum>1</manvolnum>
</refmeta>
2016-09-30 18:34:55 +02:00
<refnamediv>
<refname>buildtree</refname>
<refpurpose>buildtree is used to sync the manjaro and arch package build tree. </refpurpose>
</refnamediv>
2016-09-30 18:34:55 +02:00
<refsynopsisdiv>
<cmdsynopsis>
<command>buildtree</command>
<arg choice="opt" rep="repeat">OPTIONS</arg>
</cmdsynopsis>
</refsynopsisdiv>
2016-09-30 18:34:55 +02:00
<refsect1>
<title>Description</title>
2015-06-05 14:48:52 +02:00
2016-09-30 18:34:55 +02:00
<para><command>buildtree</command> is used to sync package trees. </para>
2015-06-05 14:48:52 +02:00
2016-09-30 18:34:55 +02:00
<para>With buildtree, you can sync the manjaro and arch linux packae build trees.</para>
2015-06-05 14:48:52 +02:00
2016-09-30 18:34:55 +02:00
</refsect1>
2015-06-05 14:48:52 +02:00
2016-09-30 18:34:55 +02:00
<refsect1>
<title>Options</title>
2015-06-05 14:48:52 +02:00
2016-09-30 18:34:55 +02:00
<para>The following options are understood:</para>
2015-06-05 14:48:52 +02:00
2016-09-30 18:34:55 +02:00
<variablelist>
<varlistentry>
<term><option>-s</option></term>
2015-06-05 14:48:52 +02:00
2016-09-30 18:34:55 +02:00
<listitem><para>Sync Manjaro linux tree.</para></listitem>
</varlistentry>
2015-06-05 14:48:52 +02:00
2016-09-30 18:34:55 +02:00
<varlistentry>
<term><option>-a</option></term>
2015-06-05 14:48:52 +02:00
2016-09-30 18:34:55 +02:00
<listitem><para>Sync Arch linux tree.</para></listitem>
</varlistentry>
2015-06-05 14:48:52 +02:00
2016-09-30 18:34:55 +02:00
<varlistentry>
<term><option>-c</option></term>
2015-06-05 14:48:52 +02:00
2016-09-30 18:34:55 +02:00
<listitem><para>Clean package trees.</para></listitem>
</varlistentry>
2015-06-05 14:48:52 +02:00
2016-09-30 18:34:55 +02:00
<varlistentry>
<term><option>-q</option></term>
2015-06-05 14:48:52 +02:00
2016-09-30 18:34:55 +02:00
<listitem><para>Query settings.</para></listitem>
</varlistentry>
2015-06-05 14:48:52 +02:00
2016-09-30 18:34:55 +02:00
<varlistentry>
<term><option>-h</option></term>
2015-06-05 14:48:52 +02:00
2016-09-30 18:34:55 +02:00
<listitem><para>Help.</para></listitem>
</varlistentry>
</variablelist>
2015-06-05 14:48:52 +02:00
2016-09-30 18:34:55 +02:00
</refsect1>
2015-06-05 14:48:52 +02:00
2016-09-30 18:34:55 +02:00
<refsect1>
<title>See Also</title>
<para>
<citerefentry project='manjaro-tools'><refentrytitle>manjaro-tools.conf</refentrytitle><manvolnum>5</manvolnum></citerefentry>,
</para>
</refsect1>
</refentry>