gbp-export-origgbp-export-orig — Export upstream tarballs from a Git repository |
gbp export-orig
[--verbose
] [--color=
[auto|on|off]] [--color-scheme
=COLOR_SCHEME
] [--upstream-branch=
BRANCH_NAME
] [--[no-]submodules
] [--upstream-tag=
tag-format
] [--upstream-tree=
[TAG|BRANCH|TREEISH]
] [--tarball-dir=
DIRECTORY
] [--force-create
] [--compression=
TYPE
] [--compression-level=
LEVEL
] [--component=
component
...] [--[no-]pristine-tar
] [--[no-]pristine-tar-commit
] [--upstream-signatures=
[auto|on|off]]
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.
|
verbose execution |
|
Whether to use colored output. |
|
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). |
|
Branch to build the orig tarball from if
|
|
Include git submodules in the orig tarball. |
|
Use this tag format when looking for tags of upstream versions,
default is |
|
Force creation of an orig tarball (overwriting a pre-existing one if present). |
|
How to find the upstream sources used to generate the tarball.
Other values are interpreted as treeishs.
This doesn't have any effect if |
|
Search for original tarballs in |
|
Specifies the upstream tarball compression type. This will be used to
locate and build the upstream tarball if necessary. The default is
|
|
Specifies the upstream tarball compression level if an upstream tarball needs to be built. |
|
When generating tarballs create an additional original
tarball of directory This is considered an experimental feature and might change incompatibly. |
|
Use pristine-tar when generating the upstream tarball if it doesn't exist. |
|
Commit the pristine-tar delta to the pristine-tar branch if a new tarball was generated and the pristine-tar data isn't already there. |
|
Whether to export with upstream signatures. |
Generate an upstream tarball of the version currently referenced in the changelog using pristine-tar:
gbp export-orig --pristine-tar
Same as above but generate and additional tarball for
directory foo
.
gbp export-orig --pristine-tar --component=foo
Several gbp.conf
files are parsed
to set defaults for the above command-line arguments. See the
gbp.conf(5) manpage for details.
gbp-buildpackage(1), gbp-import-orig(1), gbp-pristine-tar(1), gbp.conf(5), debuild(1), git(1), pristine-tar(1), The Git-Buildpackage Manual