Introduce abrt-addon-python3 package
Signed-off-by: Matej Habrnal <mhabrnal@redhat.com>
This commit is contained in:
parent
8949b9e40d
commit
69165ba9cc
187 changed files with 360360 additions and 0 deletions
76
1003-doc-add-translated-abrt-python3.conf.5-man-page.patch
Normal file
76
1003-doc-add-translated-abrt-python3.conf.5-man-page.patch
Normal file
|
|
@ -0,0 +1,76 @@
|
|||
From ec7270483cfaad69a757094e8655d8a4677ab7d4 Mon Sep 17 00:00:00 2001
|
||||
From: Matej Habrnal <mhabrnal@redhat.com>
|
||||
Date: Thu, 22 Jun 2017 11:33:27 +0200
|
||||
Subject: [PATCH] doc: add translated abrt-python3.conf.5 man page
|
||||
|
||||
Signed-off-by: Matej Habrnal <mhabrnal@redhat.com>
|
||||
---
|
||||
doc/abrt-python3.conf.5 | 56 +++++++++++++++++++++++++++++++++++++++++++++++++
|
||||
1 file changed, 56 insertions(+)
|
||||
create mode 100644 doc/abrt-python3.conf.5
|
||||
|
||||
diff --git a/doc/abrt-python3.conf.5 b/doc/abrt-python3.conf.5
|
||||
new file mode 100644
|
||||
index 0000000..c67cbb2
|
||||
--- /dev/null
|
||||
+++ b/doc/abrt-python3.conf.5
|
||||
@@ -0,0 +1,56 @@
|
||||
+'\" t
|
||||
+.\" Title: abrt-python3.conf
|
||||
+.\" Author: [see the "AUTHORS" section]
|
||||
+.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
|
||||
+.\" Date: 06/22/2017
|
||||
+.\" Manual: ABRT Manual
|
||||
+.\" Source: abrt 2.1.11.48.el7.5.g49a76.dirty
|
||||
+.\" Language: English
|
||||
+.\"
|
||||
+.TH "ABRT\-PYTHON3\&.CONF" "5" "06/22/2017" "abrt 2\&.1\&.11\&.48\&.el7\&.5" "ABRT Manual"
|
||||
+.\" -----------------------------------------------------------------
|
||||
+.\" * Define some portability stuff
|
||||
+.\" -----------------------------------------------------------------
|
||||
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
+.\" http://bugs.debian.org/507673
|
||||
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
|
||||
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
+.ie \n(.g .ds Aq \(aq
|
||||
+.el .ds Aq '
|
||||
+.\" -----------------------------------------------------------------
|
||||
+.\" * set default formatting
|
||||
+.\" -----------------------------------------------------------------
|
||||
+.\" disable hyphenation
|
||||
+.nh
|
||||
+.\" disable justification (adjust text to left margin only)
|
||||
+.ad l
|
||||
+.\" -----------------------------------------------------------------
|
||||
+.\" * MAIN CONTENT STARTS HERE *
|
||||
+.\" -----------------------------------------------------------------
|
||||
+.SH "NAME"
|
||||
+abrt-python3.conf \- Configuration file for ABRT\*(Aqs python 3 crash hook
|
||||
+.SH "DESCRIPTION"
|
||||
+.sp
|
||||
+Currently, only one item exists:
|
||||
+.PP
|
||||
+RequireAbsolutePath = \fIyes\fR / \fIno\fR \&...
|
||||
+.RS 4
|
||||
+If set to
|
||||
+\fIno\fR, unhandled python 3 exceptions will be caught and saved even in scripts which are run without full path in sys\&.argv[0]\&. Default is
|
||||
+\fIyes\fR: do not save them\&.
|
||||
+.RE
|
||||
+.SH "SEE ALSO"
|
||||
+.sp
|
||||
+abrt\&.conf(5)
|
||||
+.SH "AUTHORS"
|
||||
+.sp
|
||||
+.RS 4
|
||||
+.ie n \{\
|
||||
+\h'-04'\(bu\h'+03'\c
|
||||
+.\}
|
||||
+.el \{\
|
||||
+.sp -1
|
||||
+.IP \(bu 2.3
|
||||
+.\}
|
||||
+ABRT team
|
||||
+.RE
|
||||
--
|
||||
1.8.3.1
|
||||
|
||||
Reference in a new issue