/
githubmirror
/
libreport
Обзор
Документация
Войти
/
githubmirror
/
libreport
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/plugins/centos_report_event.conf
38 строк
2 KB
Julius Milan
reporter-mantisbt: read configuration from user's home
05 дек 2017, 19:16
05 дек 2017, 19:16
80f0637
Код
Авторство
О чём код?
EVENT=report_CentOSBugTracker type=xorg reporter-mantisbt EVENT=report_CentOSBugTracker type=Kerneloops reporter-mantisbt EVENT=report_CentOSBugTracker type=vmcore reporter-mantisbt EVENT=report_CentOSBugTracker type=Python component!=anaconda test -f component || abrt-action-save-package-data reporter-mantisbt \ -F /etc/libreport/plugins/mantisbt_format.conf \ -A /etc/libreport/plugins/mantisbt_formatdup.conf EVENT=report_CentOSBugTracker type=Python3 component!=anaconda test -f component || abrt-action-save-package-data reporter-mantisbt \ -F /etc/libreport/plugins/mantisbt_format.conf \ -A /etc/libreport/plugins/mantisbt_formatdup.conf EVENT=report_CentOSBugTracker type=CCpp duphash!= test -f component || abrt-action-save-package-data component="`cat component`" format="mantisbt_format.conf" test -f "/etc/libreport/plugins/mantisbt_format_$component.conf" \ && format="mantisbt_format_$component.conf" formatdup="mantisbt_formatdup.conf" test -f "/etc/libreport/plugins/mantisbt_formatdup_$component.conf" \ && formatdup="mantisbt_formatdup_$component.conf" reporter-mantisbt \ -F "/etc/libreport/plugins/$format" \ -A "/etc/libreport/plugins/$formatdup" EVENT=report_CentOSBugTracker analyzer=libreport reporter-mantisbt \ -F /etc/libreport/plugins/mantisbt_format_analyzer_libreport.conf \ -A /etc/libreport/plugins/mantisbt_formatdup_analyzer_libreport.conf