/
githubmirror
/
libreport
Обзор
Документация
Войти
/
githubmirror
/
libreport
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/plugins/report_Kerneloops.xml.in
34 строки
1 KB
Jakub Filak
add the proxy options to the addvanced section of event configurations
07 мар 2013, 19:05
07 мар 2013, 19:05
b96935c
Код
Авторство
О чём код?
<?xml version="1.0" encoding="UTF-8" ?> <event> <_name>Kerneloops.org</_name> <_description>Send to kernel oops tracker</_description> <requires-items>backtrace</requires-items> <exclude-items-by-default></exclude-items-by-default> <exclude-items-always>*</exclude-items-always> <exclude-binary-items>yes</exclude-binary-items> <include-items-by-default></include-items-by-default> <minimal-rating>0</minimal-rating> <gui-review-elements>yes</gui-review-elements> <options> <option type="text" name="KerneloopsReporter_SubmitURL"> <_label>Kerneloops URL</_label> <allow-empty>no</allow-empty> <_description>Oops server url</_description> <default-value>http://oops.kernel.org/submitoops.php</default-value> </option> <advanced-options> <option type="text" name="http_proxy"> <_label>HTTP Proxy</_label> <allow-empty>yes</allow-empty> <_note-html>Sets the proxy server to use for HTTP</_note-html> </option> <option type="text" name="HTTPS_PROXY"> <_label>HTTPS Proxy</_label> <allow-empty>yes</allow-empty> <_note-html>Sets the proxy server to use for HTTPS</_note-html> </option> </advanced-options> </options> </event>