aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2008-06-04 07:13:30 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2008-06-04 07:13:30 +0000
commit9492026d6576b3976680fee039aaa05a7d998074 (patch)
treefada5437b69ba07d276c21fded9ed2029c1634e8 /bugzilla.rb
parentMore functions for defaults. (diff)
downloadrbot-bugzilla-9492026d6576b3976680fee039aaa05a7d998074.tar.gz
rbot-bugzilla-9492026d6576b3976680fee039aaa05a7d998074.tar.bz2
rbot-bugzilla-9492026d6576b3976680fee039aaa05a7d998074.zip
Include name for zilla instances.
Diffstat (limited to 'bugzilla.rb')
-rw-r--r--bugzilla.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/bugzilla.rb b/bugzilla.rb
index 1a2f102..6837726 100644
--- a/bugzilla.rb
+++ b/bugzilla.rb
@@ -44,7 +44,7 @@ class BugzillaPlugin < Plugin
VALID_RESO = ['FIXED', 'INVALID', 'WONTFIX', 'LATER', 'REMIND', 'DUPLICATE', 'WORKSFORME', 'CANTFIX', 'NEEDINFO', 'TEST-REQUEST', 'UPSTREAM']
# Each zilla instance may have these parameters
- OPTIONS = [ 'baseurl', 'dataurl', 'showbugurl', 'reporturl' ]
+ OPTIONS = [ 'name', 'baseurl', 'dataurl', 'showbugurl', 'reporturl' ]
# Exception class to raise when requesting information about an
# unknown zilla instance.