diff options
author | Byron Jones <bjones@mozilla.com> | 2013-03-07 08:30:34 +0100 |
---|---|---|
committer | Byron Jones <bjones@mozilla.com> | 2013-03-07 08:30:34 +0100 |
commit | 9cdb10fea57341f992041a97d0d89f04c6ced85e (patch) | |
tree | 11bba21daa0ef6328eb757f1788c51f1cf9eebf3 /extensions | |
parent | 7e51e73ecba694b884e5fa10b17960df6fcdb347 (diff) | |
download | bugzilla-9cdb10fea57341f992041a97d0d89f04c6ced85e.tar.gz bugzilla-9cdb10fea57341f992041a97d0d89f04c6ced85e.tar.xz |
Update the metrics grants email
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/BMO/Extension.pm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/extensions/BMO/Extension.pm b/extensions/BMO/Extension.pm index 3624e81f9..e40e4eb15 100644 --- a/extensions/BMO/Extension.pm +++ b/extensions/BMO/Extension.pm @@ -748,11 +748,11 @@ sub field_end_of_create { push @message, ''; push @message, "The custom field '$name' has been added to the BMO database."; push @message, ''; - push @message, 'Please run the following on tp-bugs01-master01:'; - push @message, " GRANT SELECT ON `bugs`.`$name` TO 'metrics'\@'10.8.70.20_';"; - push @message, " GRANT SELECT ($name) ON `bugs`.`bugs` TO 'metrics'\@'10.8.70.20_';"; - push @message, " GRANT SELECT ON `bugs`.`$name` TO 'metrics'\@'10.8.70.21_';"; - push @message, " GRANT SELECT ($name) ON `bugs`.`bugs` TO 'metrics'\@'10.8.70.21_';"; + push @message, 'Please run the following on bugzilla1.db.scl3.mozilla.com:'; + push @message, " GRANT SELECT ON `bugs`.`$name` TO 'metrics'\@'10.22.70.20_';"; + push @message, " GRANT SELECT ($name) ON `bugs`.`bugs` TO 'metrics'\@'10.22.70.20_';"; + push @message, " GRANT SELECT ON `bugs`.`$name` TO 'metrics'\@'10.22.70.20_';"; + push @message, " GRANT SELECT ($name) ON `bugs`.`bugs` TO 'metrics'\@'10.22.70.20_';"; push @message, ''; MessageToMTA(join("\n", @message)); } |