From 2e18151fba446ec72225ddcbc0e16f5b07dc9c2b Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 15 Jun 2016 16:30:49 +0000 Subject: [PATCH] sync up koji prod->stg sync script with koji admins in stg --- playbooks/manual/staging-sync/templates/koji-reset-staging.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/manual/staging-sync/templates/koji-reset-staging.sql b/playbooks/manual/staging-sync/templates/koji-reset-staging.sql index f07e7e64ef..5e601bc700 100644 --- a/playbooks/manual/staging-sync/templates/koji-reset-staging.sql +++ b/playbooks/manual/staging-sync/templates/koji-reset-staging.sql @@ -103,7 +103,7 @@ insert into host_channels (host_id, channel_id) values ( -- Add some people to be admins, only in staging. Feel free to grow this list.. -{% for username in ['ralph', 'imcleod', 'mizdebsk'] %} +{% for username in ['ralph', 'imcleod', 'mizdebsk', 'lkocman', 'psabata'] %} select now() as time, 'adding staging admin {{username}}' as msg; insert into user_perms (user_id, perm_id, active, creator_id) values ( (select id from users where name='{{username}}'),