Fix containerbuild on koji stg sync
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
55f0063a36
commit
7f0c8479cc
1 changed files with 2 additions and 1 deletions
|
@ -153,7 +153,8 @@ insert into user_perms (user_id, perm_id, active, creator_id) values (
|
||||||
-- Fix krb principals for some users
|
-- Fix krb principals for some users
|
||||||
{% for username, principal in [('releng', 'compose/koji.stg.fedoraproject.org'),
|
{% for username, principal in [('releng', 'compose/koji.stg.fedoraproject.org'),
|
||||||
('koschei', 'koschei/koschei-backend01.stg.phx2.fedoraproject.org'),
|
('koschei', 'koschei/koschei-backend01.stg.phx2.fedoraproject.org'),
|
||||||
('hotness', 'hotness/hotness01.stg.phx2.fedoraproject.org')] %}
|
('hotness', 'hotness/hotness01.stg.phx2.fedoraproject.org'),
|
||||||
|
('containerbuild', 'osbs/osbs.stg.fedoraproject.org@STG.FEDORAPROJECT.ORG')] %}
|
||||||
update users set krb_principal='{{principal}}@STG.FEDORAPROJECT.ORG' where username='{{username}}';
|
update users set krb_principal='{{principal}}@STG.FEDORAPROJECT.ORG' where username='{{username}}';
|
||||||
{% endfir %}
|
{% endfir %}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue