From c6211bbb8e8b5c8e99e509ea4c79b1e45e1d99a0 Mon Sep 17 00:00:00 2001 From: Clement Verna Date: Tue, 4 Feb 2020 19:23:06 +0100 Subject: [PATCH] koji stg sync: make sure the prod sync does not break robosignatory in stg. Fixes https://pagure.io/fedora-infrastructure/issue/8611 Signed-off-by: Clement Verna --- playbooks/manual/staging-sync/templates/koji-reset-staging.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/playbooks/manual/staging-sync/templates/koji-reset-staging.sql b/playbooks/manual/staging-sync/templates/koji-reset-staging.sql index 4265c0f072..830cfb2ac9 100644 --- a/playbooks/manual/staging-sync/templates/koji-reset-staging.sql +++ b/playbooks/manual/staging-sync/templates/koji-reset-staging.sql @@ -124,6 +124,7 @@ insert into cg_users (cg_id, user_id, creator_id) values ( ('3139', 'hotness/hotness01.stg.phx2.fedoraproject.org'), ('3538', 'osbs/osbs.stg.fedoraproject.org'), ('428', 'bodhi/bodhi.stg.fedoraproject.org'), + ('3638', 'autosign/autosign01.stg.phx2.fedoraproject.org'), ('129', 'kojira/koji.stg.fedoraproject.org')] %} update user_krb_principals set krb_principal='{{principal}}@STG.FEDORAPROJECT.ORG' where user_id='{{user_id}}'; {% endfor %}