I had assumed I would be lazy. Let's pretend that that's true

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2017-03-23 15:14:05 +00:00
parent 7f0c8479cc
commit 46a7b9f577

View file

@ -154,7 +154,7 @@ insert into user_perms (user_id, perm_id, active, creator_id) values (
{% for username, principal in [('releng', 'compose/koji.stg.fedoraproject.org'),
('koschei', 'koschei/koschei-backend01.stg.phx2.fedoraproject.org'),
('hotness', 'hotness/hotness01.stg.phx2.fedoraproject.org'),
('containerbuild', 'osbs/osbs.stg.fedoraproject.org@STG.FEDORAPROJECT.ORG')] %}
('containerbuild', 'osbs/osbs.stg.fedoraproject.org')] %}
update users set krb_principal='{{principal}}@STG.FEDORAPROJECT.ORG' where username='{{username}}';
{% endfir %}