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
|
.TH "GIT-UBUNTU-EXPORT-ORIG" "1" "2017-10-26" "Git-Ubuntu 0.4~" "Git-Ubuntu Manual"
.SH "NAME"
git-ubuntu-export-orig \- Export orig tarballs
.SH "SYNOPSIS"
.SP
.NF
\fIgit ubuntu export-orig\fR [\-\-dl-cache <dl_cache>]
[\-\-for-merge] [\-\-no-pristine-tar] [\-\-no-lxd]
[\-\-commitish <commitish>] [-- \&.\&.\&.]
.FI
.SP
.SH "DESCRIPTION"
.SP
Export orig tarballs for use by other tools\&.
Any tarballs will be generated by pristine-tar, if possible,
or downloaded from Launchpad\&.
.SP
.SH "OPTIONS"
.PP
\-\-dl-cache <dl_cache>
.RS 4
The path to use for caching downloads from Launchpad\&.
By default, downloads are cached inside the repository's GIT_DIR\&.
.RE
.PP
\-\-for-merge
.RS 4
The tarballs will be from Debian, and thus suitable for Ubuntu merge
uploads\&.
.RE
.PP
\-\-no-pristine-tar
.RS 4
Do not use pristine-tar when searching for orig tarballs\&.
This is useful to work around broken imports with missing pristine-tar
data\&.
.RE
.PP
\-\-commitish <commitish>
.RS 4
The commitish in the Git repository to obtain the orig tarballs for\&.
If not specified, HEAD will be used\&.
.RE
.SP
.SH "EXIT STATUS"
.SP
\fIgit ubuntu export-orig\fR exits with status 0 if tarballs are
successfully extracted to the parent directory\&.
\fIgit ubuntu export-orig\fR exits with nonzero exit status on errors\&.
.SP
.SH "REPORTING BUGS"
.SP
Report bugs at
.UR https://bugs.launchpad.net/git-ubuntu
.UE
\.
.SP
.SH "GIT-UBUNTU"
Part of the \fBgit-ubuntu\fR(1) suite
|