mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-16 01:21:07 +00:00
Man page update
This commit is contained in:
parent
620f3fb25a
commit
36f7f7729f
@ -94,6 +94,13 @@ the default of "production".
|
|||||||
Do not read any configuration files, or configuration from environment
|
Do not read any configuration files, or configuration from environment
|
||||||
variables.
|
variables.
|
||||||
.SH ENVIRONMENT
|
.SH ENVIRONMENT
|
||||||
|
.TP
|
||||||
|
.BR DEBFULLNAME ", " DEBEMAIL ", " UBUMAIL
|
||||||
|
Used to determine the uploader (if not supplied as options).
|
||||||
|
See
|
||||||
|
.BR ubuntu\-dev\-tools (5)
|
||||||
|
for details.
|
||||||
|
.P
|
||||||
All of the \fBCONFIGURATION VARIABLES\fR below are also supported as
|
All of the \fBCONFIGURATION VARIABLES\fR below are also supported as
|
||||||
environment variables.
|
environment variables.
|
||||||
Variables in the environment take precedence to those in configuration
|
Variables in the environment take precedence to those in configuration
|
||||||
|
@ -121,6 +121,7 @@ The default value for \fB--lpinstance\fR.
|
|||||||
|
|
||||||
.SH SEE ALSO
|
.SH SEE ALSO
|
||||||
.BR rmadison (1),
|
.BR rmadison (1),
|
||||||
|
.BR syncpackage (1),
|
||||||
.BR ubuntu\-dev\-tools (5)
|
.BR ubuntu\-dev\-tools (5)
|
||||||
|
|
||||||
.SH AUTHOR
|
.SH AUTHOR
|
||||||
|
@ -12,7 +12,8 @@ primary archive or PPA starting from a pristine Debian package.
|
|||||||
Debian ones, as the common script used by Ubuntu archive administrators does,
|
Debian ones, as the common script used by Ubuntu archive administrators does,
|
||||||
this way you can preserve source files integrity between the two distributions.
|
this way you can preserve source files integrity between the two distributions.
|
||||||
.PP
|
.PP
|
||||||
\fBsyncpackage\fR will detect source tarballs with mismatching checksums and will automatically create fake syncs instead.
|
\fBsyncpackage\fR will detect source tarballs with mismatching checksums
|
||||||
|
and will automatically create fake syncs instead.
|
||||||
.SH WARNING
|
.SH WARNING
|
||||||
The use of \fBsyncpackage\fR is discouraged by the Ubuntu Archive
|
The use of \fBsyncpackage\fR is discouraged by the Ubuntu Archive
|
||||||
Administrators, as it introduces an unnecessary window for error.
|
Administrators, as it introduces an unnecessary window for error.
|
||||||
@ -40,12 +41,15 @@ Specify the version to sync from.
|
|||||||
Specify the component to sync from.
|
Specify the component to sync from.
|
||||||
.TP
|
.TP
|
||||||
\fB\-v\fR, \fB\-\-verbose\fR
|
\fB\-v\fR, \fB\-\-verbose\fR
|
||||||
print more information
|
Display more progress information.
|
||||||
.TP
|
.TP
|
||||||
\fB\-n\fI UPLOADER\fR, \fB\-\-uploader\fR=\fIUPLOADER\fR
|
\fB\-n\fI UPLOADER_NAME\fR, \fB\-\-uploader\-name\fR=\fIUPLOADER_NAME\fR
|
||||||
Use UPLOADER as the name and email address of the
|
Use UPLOADER_NAME as the name of the maintainer for this upload instead
|
||||||
maintainer for this upload instead of evaluating
|
of evaluating DEBFULLNAME and UBUMAIL.
|
||||||
DEBFULLNAME and DEBEMAIL.
|
.TP
|
||||||
|
\fB\-e\fI UPLOADER_EMAIL\fR, \fB\-\-uploader\-email\fR=\fIUPLOADER_EMAIL\fR
|
||||||
|
Use UPLOADER_EMAIL as the email address of the maintainer for this
|
||||||
|
upload instead of evaluating DEBEMAIL and UBUMAIL.
|
||||||
.TP
|
.TP
|
||||||
\fB\-k\fI KEYID\fR, \fB\-\-key\fR=\fIKEYID\fR
|
\fB\-k\fI KEYID\fR, \fB\-\-key\fR=\fIKEYID\fR
|
||||||
Specify the key ID to be used for signing.
|
Specify the key ID to be used for signing.
|
||||||
@ -55,7 +59,49 @@ Do not sign the upload.
|
|||||||
.TP
|
.TP
|
||||||
\fB\-b\fI BUG\fR, \fB\-\-bug\fR=\fIBUG\fR
|
\fB\-b\fI BUG\fR, \fB\-\-bug\fR=\fIBUG\fR
|
||||||
Mark a Launchpad bug as being fixed by this upload.
|
Mark a Launchpad bug as being fixed by this upload.
|
||||||
.PP
|
.TP
|
||||||
|
.B \-d \fIDEBIAN_MIRROR\fR, \fB\-\-debian\-mirror\fR=\fIDEBIAN_MIRROR\fR
|
||||||
|
Use the specified mirror.
|
||||||
|
Should be in the form \fBhttp://ftp.debian.org/debian\fR.
|
||||||
|
If the package isn't found on this mirror, \fBsyncpackage\fR will fall
|
||||||
|
back to the default mirror.
|
||||||
|
.TP
|
||||||
|
.B \-s \fIUBUNTU_MIRROR\fR, \fB\-\-debsec\-mirror\fR=\fIUBUNTU_MIRROR\fR
|
||||||
|
Use the specified Debian security mirror.
|
||||||
|
Should be in the form \fBhttp://archive.ubuntu.com/ubuntu\fR.
|
||||||
|
If the package isn't found on this mirror, \fBsyncpackage\fR will fall
|
||||||
|
back to the default mirror.
|
||||||
|
.TP
|
||||||
|
.B \-\-no\-conf
|
||||||
|
Do not read any configuration files, or configuration from environment
|
||||||
|
variables.
|
||||||
|
.SH ENVIRONMENT
|
||||||
|
.TP
|
||||||
|
.BR DEBFULLNAME ", " DEBEMAIL ", " UBUMAIL
|
||||||
|
Used to determine the uploader (if not supplied as options).
|
||||||
|
See
|
||||||
|
.BR ubuntu\-dev\-tools (5)
|
||||||
|
for details.
|
||||||
|
.P
|
||||||
|
All of the \fBCONFIGURATION VARIABLES\fR below are also supported as
|
||||||
|
environment variables.
|
||||||
|
Variables in the environment take precedence to those in configuration
|
||||||
|
files.
|
||||||
|
.SH CONFIGURATION VARIABLES
|
||||||
|
The following variables can be set in the environment or in
|
||||||
|
.BR ubuntu\-dev\-tools (5)
|
||||||
|
configuration files.
|
||||||
|
In each case, the script\-specific variable takes precedence over the
|
||||||
|
package\-wide variable.
|
||||||
|
.TP
|
||||||
|
.BR SYNCPACKAGE_DEBIAN_MIRROR ", " UBUNTUTOOLS_DEBIAN_MIRROR
|
||||||
|
The default value for \fB\-\-debian\-mirror\fR.
|
||||||
|
.TP
|
||||||
|
.BR SYNCPACKAGE_UBUNTU_MIRROR ", " UBUNTUTOOLS_DEBSEC_MIRROR
|
||||||
|
The default value for \fB\-\-ubuntu\-mirror\fR.
|
||||||
|
.SH SEE ALSO
|
||||||
|
.BR requestsync (1),
|
||||||
|
.BR ubuntu\-dev\-tools (5)
|
||||||
.SH AUTHOR
|
.SH AUTHOR
|
||||||
\fBsyncpackage\fR was written by Martin Pitt <martin.pitt@canonical.com> and Benjamin Drung <bdrung@ubuntu.com>.
|
\fBsyncpackage\fR was written by Martin Pitt <martin.pitt@canonical.com> and Benjamin Drung <bdrung@ubuntu.com>.
|
||||||
.PP
|
.PP
|
||||||
|
@ -43,6 +43,8 @@ In addition, several scripts use the following environment variables:
|
|||||||
.B UBUMAIL
|
.B UBUMAIL
|
||||||
Overrides \fBDEBEMAIL\fR and \fBDEBFULLNAME\fR when the target is
|
Overrides \fBDEBEMAIL\fR and \fBDEBFULLNAME\fR when the target is
|
||||||
clearly Ubuntu.
|
clearly Ubuntu.
|
||||||
|
Can either contain an e-mail address or \fBFull Name
|
||||||
|
<email@example.org>\fR.
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
.BR DEBEMAIL ", " DEBFULLNAME
|
.BR DEBEMAIL ", " DEBFULLNAME
|
||||||
|
Loading…
x
Reference in New Issue
Block a user