Update the list of stg koji admins.

This commit is contained in:
Ralph Bean 2017-01-12 14:10:28 +00:00
parent ce641a1a7a
commit 4d60856504

View file

@ -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', 'lkocman', 'psabata', 'puiterwijk'] %}
{% for username in ['modularity', 'ralph', 'psabata', 'puiterwijk', 'jkaluza', 'fivaldi', 'mprahl'] %}
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}}'),