Add puiterwijk to stg koji admin

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2016-10-11 17:06:47 +00:00
parent ccf8bb4315
commit e232f18c20

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'] %}
{% for username in ['ralph', 'imcleod', 'mizdebsk', 'lkocman', 'psabata', 'puiterwijk'] %}
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}}'),