/
githubmirror
/
libreport
Обзор
Документация
Войти
/
githubmirror
/
libreport
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
doc/report_Bugzilla.conf.txt
51 строка
2 KB
Michal Srb
[reporter-bugzilla] Use API key for authentication
21 фев 2022, 17:40
21 фев 2022, 17:40
7c3c5d1
Код
Авторство
О чём код?
report_Bugzilla.conf(5) ===================== NAME ---- report_Bugzilla.conf - libreport's configuration file for 'report_Bugzilla' events. DESCRIPTION ----------- This configuration file contains values for options defined in /usr/share/libreport/events/report_Bugzilla.xml Configuration file lines should have 'PARAM = VALUE' format. The parameters are: 'Bugzilla_APIKey':: API key for authentication to Bugzilla account. 'Bugzilla_BugzillaURL':: Bugzilla HTTP(S) address. (default: https://bugzilla.redhat.com) 'Bugzilla_SSLVerify':: Use yes/true/on/1 to verify server's SSL certificate. (default: yes) 'Bugzilla_Product':: Product bug field value. Useful if you needed different product than specified in /etc/os-release 'Bugzilla_ProductVersion':: Version bug field value. Useful if you needed different product version than specified in /etc/os-release 'Bugzilla_PrivateGroups':: List of Bugzilla group names that will be set to the new bug if Bugzilla_CreatePrivate equals 'yes' 'Bugzilla_CreatePrivate':: Use yes/no to control whether the new bug should have set groups listed in Bugzilla_PrivateGroups 'Bugzilla_DontMatchComponents':: Comma-separated list of package components (e.g. selinux-policy, anaconda) for which reporter-bugzilla should not use Bugzilla component match when searching for duplicate bug reports. 'http_proxy':: the proxy server to use for HTTP 'HTTPS_PROXY':: the proxy server to use for HTTPS SEE ALSO -------- report_event.conf(5), reporter-bugzilla(1), bugzilla_event.conf(5) AUTHOR ------ * ABRT team