From f60aff38a9f47f99652789622b06e7ab49c7151f Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Tue, 17 Nov 2015 19:35:08 -0500 Subject: Revert "Bug 1224912: Fix test regressions introduced by changes in bug 1224649 (fix the fix)" This reverts commit 199190cf8fc177a99d05f151893c0e8e69614d6e. --- docker/scripts/generate_bmo_data.pl | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'docker/scripts') diff --git a/docker/scripts/generate_bmo_data.pl b/docker/scripts/generate_bmo_data.pl index fa2c9fe4c..10a9436df 100755 --- a/docker/scripts/generate_bmo_data.pl +++ b/docker/scripts/generate_bmo_data.pl @@ -325,13 +325,6 @@ for my $product (@products) { # Create Groups ########################################################################## my @groups = ( - { - name => 'core-security', - description => ' Security-Sensitive Core Bug', - no_admin => 1, - bug_group => 1, - all_products => 1, - }, { name => 'core-security-release', description => 'Release-track Client Security Bug', @@ -394,7 +387,7 @@ foreach my $group (@groups) { } # 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' }); if ($default_security_group) { $dbh->do('UPDATE products SET security_group_id = ? WHERE security_group_id IS NULL', undef, $default_security_group->id); -- cgit v1.2.3-24-g4f1b