Remove duplicate fix for koschei krb_principal
This commit is contained in:
parent
f840df0e85
commit
e613ac44c5
1 changed files with 0 additions and 3 deletions
|
@ -61,9 +61,6 @@ truncate host_channels;
|
||||||
select now() as time, 'expiring repos' as msg;
|
select now() as time, 'expiring repos' as msg;
|
||||||
update repo set state = 3 where state in (0, 1, 2);
|
update repo set state = 3 where state in (0, 1, 2);
|
||||||
|
|
||||||
-- fix krb_principal for koschei user
|
|
||||||
update users set krb_principal='koschei/koschei-backend01.stg.phx2.fedoraproject.org@STG.FEDORAPROJECT.ORG' where name='koschei';
|
|
||||||
|
|
||||||
|
|
||||||
-- add our staging builders, dynamically pulled from ansible inventory
|
-- add our staging builders, dynamically pulled from ansible inventory
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue