mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-30 21:41:53 +08:00
sync up koji prod->stg sync script with koji admins in stg
This commit is contained in:
@@ -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}}'),
|
||||
|
||||
Reference in New Issue
Block a user