diff options
author | Dylan Hardison <dylan@mozilla.com> | 2015-11-02 15:51:41 +0100 |
---|---|---|
committer | Dylan Hardison <dylan@mozilla.com> | 2015-11-02 15:51:41 +0100 |
commit | 2c083757e24bfefa716c113531bd67e3f75839c6 (patch) | |
tree | 1a2c43bcb17708b6c2b42ba1dbc884b0e859cd64 /qa/config | |
parent | 5852295860d51040f69bbaf957cc8ed6bfd7358b (diff) | |
download | bugzilla-2c083757e24bfefa716c113531bd67e3f75839c6.tar.gz bugzilla-2c083757e24bfefa716c113531bd67e3f75839c6.tar.xz |
Bug 1207721 - change the insider group from core-security to core-security-release
Diffstat (limited to 'qa/config')
-rw-r--r-- | qa/config/generate_test_data.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/config/generate_test_data.pl b/qa/config/generate_test_data.pl index 824464967..ea4b7479f 100644 --- a/qa/config/generate_test_data.pl +++ b/qa/config/generate_test_data.pl @@ -564,7 +564,7 @@ $dbh->do('INSERT INTO group_group_map VALUES (?, ?, 0)', undef, $editbugs->id, $canconfirm->id); # BMO: Update default security group settings for new products -my $default_security_group = Bugzilla::Group->new({ name => 'core-security' }); +my $default_security_group = Bugzilla::Group->new({ name => 'core-security-release' }); $default_security_group ||= Bugzilla::Group->new({ name => 'Master' }); if ($default_security_group) { $dbh->do('UPDATE products SET security_group_id = ? WHERE security_group_id IS NULL', |