mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-13 08:01:09 +00:00
* doc/requestsync.1: Describe environment variables used by requestsync.
(LP: #237595)
This commit is contained in:
parent
860a2181ae
commit
83040c34c4
2
debian/changelog
vendored
2
debian/changelog
vendored
@ -4,6 +4,8 @@ ubuntu-dev-tools (0.36) intrepid; urgency=low
|
|||||||
* doc/ Created new manpages for:
|
* doc/ Created new manpages for:
|
||||||
- what-patch.1.
|
- what-patch.1.
|
||||||
- dch-repeat.1.
|
- dch-repeat.1.
|
||||||
|
* doc/requestsync.1: Described variables used by requestsync in man
|
||||||
|
page. (LP: #237595)
|
||||||
|
|
||||||
-- Jonathan Patrick Davies <jpds@ubuntu.com> Sun 10 Aug 2008 11:02:55 +0100
|
-- Jonathan Patrick Davies <jpds@ubuntu.com> Sun 10 Aug 2008 11:02:55 +0100
|
||||||
|
|
||||||
|
@ -36,8 +36,8 @@ multiverse, or ubuntu-core-dev for main or restricted.
|
|||||||
.TP
|
.TP
|
||||||
.B \-k \fI<keyid>\fR
|
.B \-k \fI<keyid>\fR
|
||||||
Specifies your GPG key.
|
Specifies your GPG key.
|
||||||
Can also be set with the line `\fIexport GPGKEY=<keyid>\fR' in
|
Can also be set with the line `\fIexport GPGKEY=<keyid>\fR' in your shell's
|
||||||
.IR $HOME/.bashrc .
|
configuration (For example: \fI$HOME/.bashrc\fR).
|
||||||
This is only used if the sync request is mailed to Launchpad.
|
This is only used if the sync request is mailed to Launchpad.
|
||||||
.TP
|
.TP
|
||||||
.B \-\-lp
|
.B \-\-lp
|
||||||
@ -56,12 +56,36 @@ This should always be the latest development release of Ubuntu.
|
|||||||
In some cases, the base version (where the Ubuntu package started differing
|
In some cases, the base version (where the Ubuntu package started differing
|
||||||
from the Debian package) cannot be automatically determined.
|
from the Debian package) cannot be automatically determined.
|
||||||
Specify this option in this case.
|
Specify this option in this case.
|
||||||
|
|
||||||
|
.SH ENVIRONMENT VARIABLES
|
||||||
|
.PP
|
||||||
|
\fBrequestsync\fR uses the following variables which should be set in your
|
||||||
|
shell's configuration by adding \fIexport VARIABLE=\fR lines, where VARIABLE is
|
||||||
|
one of the following:
|
||||||
|
|
||||||
|
.TP
|
||||||
|
.B GPGKEY
|
||||||
|
Specifies your GnuPG key ID.
|
||||||
|
.TP
|
||||||
|
.B DEBEMAIL
|
||||||
|
Specifies which email should be used when sending to Launchpad.
|
||||||
|
.TP
|
||||||
|
.B DEBSMTP
|
||||||
|
Set which SMTP server to use when sending mail. If unspecified this defaults to
|
||||||
|
fioldland.ubuntu.com.
|
||||||
|
.TP
|
||||||
|
.B DEBSMTP_PORT
|
||||||
|
Sets which port of the SMTP server to use. Default is 25.
|
||||||
|
.TP
|
||||||
|
.B DEBSMTP_USER and DEBSMTP_PASS
|
||||||
|
Sets the username and password to use when authenticating to the SMTP server.
|
||||||
|
|
||||||
.SH AUTHOR
|
.SH AUTHOR
|
||||||
.PP
|
.PP
|
||||||
This manual page was pieced together by Steve Kowalik.
|
This manual page was pieced together by Steve Kowalik.
|
||||||
|
|
||||||
It was then updated by Ryan Kavanagh and Michael Bienia to reflect
|
It was then updated by Ryan Kavanagh, Michael Bienia, and Jonathan Patrick
|
||||||
additional features.
|
Davies to reflect additional features.
|
||||||
.SH SEE ALSO
|
.SH SEE ALSO
|
||||||
.PP
|
.PP
|
||||||
.BR rmadison (1)
|
.BR rmadison (1)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user