1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256
|
<refentry id="man.gbp.export.orig">
<refentryinfo>
<address>
&dhemail;
</address>
<author>
&dhfirstname;
&dhsurname;
</author>
</refentryinfo>
<refmeta><refentrytitle>gbp-export-orig</refentrytitle>
&dhsection;
</refmeta>
<refnamediv>
<refname>gbp-export-orig</refname>
<refpurpose>Export upstream tarballs from a &git; repository</refpurpose>
</refnamediv>
<refsynopsisdiv>
<cmdsynopsis>
&gbp-export-orig;
<arg><option>--verbose</option></arg>
<arg><option>--color=</option>[auto|on|off]</arg>
<arg><option>--color-scheme</option>=<replaceable>COLOR_SCHEME</replaceable></arg>
<arg><option>--upstream-branch=</option><replaceable>BRANCH_NAME</replaceable></arg>
<arg><option>--[no-]submodules</option></arg>
<arg><option>--upstream-tag=</option><replaceable>tag-format</replaceable></arg>
<arg><option>--upstream-tree=</option><replaceable>[TAG|BRANCH|TREEISH]</replaceable></arg>
<arg><option>--tarball-dir=</option><replaceable>DIRECTORY</replaceable></arg>
<arg><option>--force-create</option></arg>
<arg><option>--compression=</option><replaceable>TYPE</replaceable></arg>
<arg><option>--compression-level=</option><replaceable>LEVEL</replaceable></arg>
<arg rep='repeat'><option>--component=</option><replaceable>component</replaceable></arg>
<arg><option>--[no-]pristine-tar</option></arg>
<arg><option>--upstream-signatures=</option>[auto|on|off]</arg>
</cmdsynopsis>
</refsynopsisdiv>
<refsect1>
<title>DESCRIPTION</title>
<para>
&gbp-export-orig; is used to export upstream tarballs from a
&git; repository. Usually upstream tarballs are created by
&gbp-buildpackage; when needed but if you don't want to perform
a build you can use this command.
</para>
</refsect1>
<refsect1>
<title>OPTIONS</title>
<variablelist>
<varlistentry>
<term><option>--verbose</option>
</term>
<listitem>
<para>
verbose execution
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--color=</option>[auto|on|off]
</term>
<listitem>
<para>
Whether to use colored output.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--color-scheme</option>=<replaceable>COLOR_SCHEME</replaceable>
</term>
<listitem>
<para>
Colors to use in output (when color is enabled). The format for
COLOR_SCHEME is
'<debug>:<info>:<warning>:<error>'.
Numerical values and color names are accepted, empty fields imply
the default color. For example --color-scheme='cyan:34::' would
show debug messages in cyan, info messages in blue and other messages
in default (i.e. warning and error messages in red).
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--upstream-branch</option>=<replaceable>BRANCH_NAME</replaceable>
</term>
<listitem>
<para>
Branch to build the orig tarball from if
<option>--upstream-tree</option> is set to
<replaceable>BRANCH</replaceable>. Default is
<replaceable>upstream</replaceable>.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--[no-]submodules</option>
</term>
<listitem>
<para>
Include git submodules in the orig tarball.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--upstream-tag=</option><replaceable>TAG-FORMAT</replaceable>
</term>
<listitem>
<para>
Use this tag format when looking for tags of upstream versions,
default is <replaceable>upstream/%(version)s</replaceable>.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--force-create</option>
</term>
<listitem>
<para>
Force creation of an orig tarball (overwriting a pre-existing one if
present).
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--upstream-tree=</option><replaceable>[BRANCH|TAG|TREEISH]</replaceable>
</term>
<listitem>
<para>
How to find the upstream sources used to generate the tarball.
<replaceable>TAG</replaceable> (the default) looks at a tag corresponding to the
version in the changelog. <replaceable>BRANCH</replaceable> looks at
the upstream branch given via the
<option>--upstream-branch</option> option.
</para>
<para>
Other values are interpreted as treeishs.
</para>
<para>
This doesn't have any effect if <option>--pristine-tar</option>
is being used.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--tarball-dir=</option><replaceable>DIRECTORY</replaceable>
</term>
<listitem>
<para>
Search for original tarballs in <replaceable>DIRECTORY</replaceable>
instead of generating them.
<replaceable>DIRECTORY</replaceable> can contain a version format
substitution pattern, eg: <replaceable>foo-%(version)s</replaceable>.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--compression=</option><replaceable>TYPE</replaceable>
</term>
<listitem>
<para>
Specifies the upstream tarball compression type. This will be used to
locate and build the upstream tarball if necessary. The default is
<replaceable>auto</replaceable> which derives the compression type
from the pristine-tar branch if available and falls back to gzip
otherwise. Other options are <replaceable>gzip</replaceable>,
<replaceable>bzip2</replaceable>, <replaceable>lzma</replaceable> and
<replaceable>xz</replaceable>.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--compression-level=</option><replaceable>LEVEL</replaceable>
</term>
<listitem>
<para>
Specifies the upstream tarball compression level if an upstream
tarball needs to be built.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--component=</option><replaceable>COMPONENT</replaceable>
</term>
<listitem>
<para>
When generating tarballs create an additional original
tarball of directory <replaceable>COMPONENT</replaceable>
in the source tree. Using additional original tarballs is
a feature of the 3.0 (quilt) source format. See
the <command>dpkg-source</command> manpage for details. Note that the
<replaceable>--pristine-tar-commit</replaceable>
option is currently incompatible with this option.
</para>
<para>
This is considered an experimental feature and might
change incompatibly.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--pristine-tar</option>
</term>
<listitem>
<para>
Use pristine-tar when generating the upstream tarball if it doesn't
exist.
</para>
</listitem>
</varlistentry>
</variablelist>
<varlistentry>
<term><option>--upstream-signatures=</option>[auto|on|off]
</term>
<listitem>
<para>
Whether to export with upstream signatures.
</para>
</listitem>
</varlistentry>
</refsect1>
<refsect1>
<title>EXAMPLES</title>
<para>
Generate an upstream tarball of the version currently referenced
in the changelog using &pristine-tar;:
</para>
<screen>
&gbp-export-orig; --pristine-tar
</screen>
<para>
Same as above but generate and additional tarball for
directory <filename>foo</filename>.
</para>
<screen>
&gbp-export-orig; --pristine-tar --component=foo
</screen>
</refsect1>
<refsect1>
&man.gbp.config-files;
</refsect1>
<refsect1>
<title>SEE ALSO</title>
<para>
<xref linkend="man.gbp.buildpackage"/>,
<xref linkend="man.gbp.import.orig"/>,
<xref linkend="man.gbp.pristine.tar"/>,
<xref linkend="man.gbp.conf"/>,
&man.seealso.common;
</para>
</refsect1>
<refsect1>
<title>AUTHOR</title>
<para>
&dhusername; &dhemail;
</para>
</refsect1>
</refentry>
|