summaryrefslogtreecommitdiffstats
path: root/src/plugins
diff options
context:
space:
mode:
authorDenys Vlasenko <dvlasenk@redhat.com>2011-03-16 12:56:27 +0100
committerDenys Vlasenko <dvlasenk@redhat.com>2011-03-16 12:56:27 +0100
commit9aae7a7b9a6d7d3c67827bda3b8ac1e57f0f48dd (patch)
treed05f67fc5140c600a053a060b9b8f8d2a99acbd7 /src/plugins
parent9fc4f555d025019fd3961af5ba6155ec5152dd75 (diff)
downloadabrt-9aae7a7b9a6d7d3c67827bda3b8ac1e57f0f48dd.tar.gz
abrt-9aae7a7b9a6d7d3c67827bda3b8ac1e57f0f48dd.tar.xz
abrt-9aae7a7b9a6d7d3c67827bda3b8ac1e57f0f48dd.zip
save "exitcode 0" messages in event_log for "silent" actions; tweak .xml a bit
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
Diffstat (limited to 'src/plugins')
-rw-r--r--src/plugins/analyze_LocalGDB.xml2
-rw-r--r--src/plugins/analyze_RetraceServer.xml2
-rw-r--r--src/plugins/report_Bugzilla.xml44
3 files changed, 23 insertions, 25 deletions
diff --git a/src/plugins/analyze_LocalGDB.xml b/src/plugins/analyze_LocalGDB.xml
index 351f4d09..cf6064f2 100644
--- a/src/plugins/analyze_LocalGDB.xml
+++ b/src/plugins/analyze_LocalGDB.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" ?>
<event>
<name>Local GNU Debugger</name>
- <description>Downloads required debuginfo packages and analyzes core dump using local gdb</description>
+ <description>Download debuginfo packages and generate backtrace locally using GDB</description>
</event>
diff --git a/src/plugins/analyze_RetraceServer.xml b/src/plugins/analyze_RetraceServer.xml
index 9e9cc6ec..ee5e225f 100644
--- a/src/plugins/analyze_RetraceServer.xml
+++ b/src/plugins/analyze_RetraceServer.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" ?>
<event>
<name>Retrace Server</name>
- <description>Sends core dumps to remote retrace server for analysis</description>
+ <description>Send core dump to remote retrace server for analysis</description>
<options>
<option type="text" name="RETRACE_SERVER_URL">
<label>Retrace server URL</label>
diff --git a/src/plugins/report_Bugzilla.xml b/src/plugins/report_Bugzilla.xml
index bf1dd82a..34a05447 100644
--- a/src/plugins/report_Bugzilla.xml
+++ b/src/plugins/report_Bugzilla.xml
@@ -1,30 +1,28 @@
<?xml version="1.0" encoding="UTF-8" ?>
<event>
<name>Bugzilla</name>
- <description>Report to Red Hat bug tracker</description>
+ <description>Report to Bugzilla bug tracker</description>
<options>
<option type="text" name="Bugzilla_BugzillaURL">
- <label>Bugzilla URL</label>
- <allow-empty>no</allow-empty>
- <description>Address of the bugzilla server</description>
- <default-value>https://bugzilla.redhat.com</default-value>
- <property>Address of the bugzilla server</property>
- <notused1>blahblahblah</notused1>
- </option>
- <option type="text" name="Bugzilla_Login">
- <label>User name</label>
- <allow-empty>no</allow-empty>
- <description>Username to use to log into your bugzilla account</description>
- </option>
- <option type="password" name="Bugzilla_Password">
- <label>Password</label>
- <allow-empty>no</allow-empty>
- <description>Password for your bugzilla account</description>
- </option>
- <option type="bool" name="Bugzilla_SSLVerify">
- <label>SSL Verify</label>
- <description>Check the ssl key validity</description>
- <default-value>yes</default-value>
- </option>
+ <label>Bugzilla URL</label>
+ <allow-empty>no</allow-empty>
+ <description>Address of Bugzilla server</description>
+ <default-value>https://bugzilla.redhat.com</default-value>
+ </option>
+ <option type="text" name="Bugzilla_Login">
+ <label>User name</label>
+ <allow-empty>no</allow-empty>
+ <description>Bugzilla account user name</description>
+ </option>
+ <option type="password" name="Bugzilla_Password">
+ <label>Password</label>
+ <allow-empty>no</allow-empty>
+ <description>Bugzilla account password</description>
+ </option>
+ <option type="bool" name="Bugzilla_SSLVerify">
+ <label>Verify SSL</label>
+ <description>Check SSL key validity</description>
+ <default-value>yes</default-value>
+ </option>
</options>
</event>