diff options
Diffstat (limited to 'src/plugins')
| -rw-r--r-- | src/plugins/Bugzilla.xml | 29 | ||||
| -rw-r--r-- | src/plugins/Makefile.am | 5 |
2 files changed, 34 insertions, 0 deletions
diff --git a/src/plugins/Bugzilla.xml b/src/plugins/Bugzilla.xml new file mode 100644 index 00000000..b8bd6e7a --- /dev/null +++ b/src/plugins/Bugzilla.xml @@ -0,0 +1,29 @@ +<?xml version="1.0" encoding="UTF-8" ?> +<event> + <name>Bugzilla</name> + <action>_Report this problem to the Red Hat bug tracker</action> + <options> + <option type="text" name="Bugzilla_BugzillaURL"> + <label>Bugzilla URL</label> + <allow-empty>no</allow-empty> + <description>Address of the bugzilla server</description> + <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> + </option> + </options> +</event> + diff --git a/src/plugins/Makefile.am b/src/plugins/Makefile.am index 59e0f1a4..0a409463 100644 --- a/src/plugins/Makefile.am +++ b/src/plugins/Makefile.am @@ -38,6 +38,11 @@ dist_pluginsconf_DATA = \ RHTSupport.conf \ Upload.conf +eventsdir = $(EVENTS_DIR) + +dist_events_DATA = \ + Bugzilla.xml + eventsconfdir = $(EVENTS_CONF_DIR) dist_eventsconf_DATA = \ |
