aboutsummaryrefslogtreecommitdiffstats
path: root/modules/bugzilla/templates
diff options
context:
space:
mode:
authorDexter Morgan <dmorgan@mageia.org>2011-02-15 00:40:57 +0000
committerDexter Morgan <dmorgan@mageia.org>2011-02-15 00:40:57 +0000
commit1ecefb7e713c7748503ae5408d0f8dbc485643ae (patch)
treeb664ee8679ff0a4bfab216858bc87316f65c9087 /modules/bugzilla/templates
parent5e51f5c28064635eb657c89b32504b651aee781e (diff)
downloadpuppet-1ecefb7e713c7748503ae5408d0f8dbc485643ae.tar
puppet-1ecefb7e713c7748503ae5408d0f8dbc485643ae.tar.gz
puppet-1ecefb7e713c7748503ae5408d0f8dbc485643ae.tar.bz2
puppet-1ecefb7e713c7748503ae5408d0f8dbc485643ae.tar.xz
puppet-1ecefb7e713c7748503ae5408d0f8dbc485643ae.zip
Add bugs@ml as globalwatcher
This way this ML will receive a mail for each bugreports
Diffstat (limited to 'modules/bugzilla/templates')
-rw-r--r--modules/bugzilla/templates/params2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/bugzilla/templates/params b/modules/bugzilla/templates/params
index a16cd10f..bf60aebb 100644
--- a/modules/bugzilla/templates/params
+++ b/modules/bugzilla/templates/params
@@ -42,7 +42,7 @@
'emailregexp' => '^[\\w\\.\\+\\-=]+@[\\w\\.\\-]+\\.[\\w\\-]+$',
'emailregexpdesc' => 'A legal address must contain exactly one \'@\', and at least one \'.\' after the @.',
'emailsuffix' => '',
- 'globalwatchers' => '',
+ 'globalwatchers' => 'bugs@ml.mageia.org',
'inbound_proxies' => '',
'insidergroup' => '',
'letsubmitterchoosemilestone' => 0,