Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions man/apport-bug.1
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,14 @@ in their
or temporarily on the command line when calling
.B apport\-bug\fR.

.TP
.B APPORT_LAUNCHPAD_INSTANCE
Use the given Launchpad instance instead of \fIproduction\fR.
The supported instances are defined by python-launchpadlib.
For example: \fIproduction\fR (for https://launchpad.net/),
\fIqastaging\fR (for https://qastaging.launchpad.net/), or
\fIstaging\fR (for https://staging.launchpad.net/).

.SH FILES
apport crash files are written in to
.B /var/crash
Expand Down
8 changes: 8 additions & 0 deletions man/apport-cli.1
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,14 @@ in their
.B ~/.bashrc
or temporarily when calling the apport frontend (\-cli, \-gtk, or \-kde).

.TP
.B APPORT_LAUNCHPAD_INSTANCE
Use the given Launchpad instance instead of \fIproduction\fR.
The supported instances are defined by python-launchpadlib.
For example: \fIproduction\fR (for https://launchpad.net/),
\fIqastaging\fR (for https://qastaging.launchpad.net/), or
\fIstaging\fR (for https://staging.launchpad.net/).

.SH FILES
.TP
.B /usr/share/apport/symptoms/*.py
Expand Down
10 changes: 10 additions & 0 deletions man/apport-retrace.1
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,16 @@ specified,
.B apport\-retrace
will not check for duplicates.

.SH ENVIRONMENT

.TP
.B APPORT_LAUNCHPAD_INSTANCE
Use the given Launchpad instance instead of \fIproduction\fR.
The supported instances are defined by python-launchpadlib.
For example: \fIproduction\fR (for https://launchpad.net/),
\fIqastaging\fR (for https://qastaging.launchpad.net/), or
\fIstaging\fR (for https://staging.launchpad.net/).

.SH EXAMPLES

Reprocess recent local gedit crash report after the debug symbol packages have
Expand Down
Loading