From 91dbc2e1007400d9abd381ed0562d95208ed136f Mon Sep 17 00:00:00 2001 From: Jakub Kadlcik Date: Wed, 18 May 2022 04:49:10 -0400 Subject: [PATCH] copr use sha256 hash for all active chroots except for EPEL7 --- roles/copr/backend/templates/copr-be.conf.j2 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/roles/copr/backend/templates/copr-be.conf.j2 b/roles/copr/backend/templates/copr-be.conf.j2 index 3503cf395d..92ed6ac8e6 100644 --- a/roles/copr/backend/templates/copr-be.conf.j2 +++ b/roles/copr/backend/templates/copr-be.conf.j2 @@ -92,6 +92,9 @@ aws_cloudfront_distribution={{ aws_cloudfront_distribution }} # log_level=info # log_format=[%(asctime)s][%(levelname)6s][PID:%(process)d][%(name)10s][%(filename)s:%(funcName)s:%(lineno)d] %(message)s +# Use sha256 hash for all active chroots except for EPEL7 +gently_gpg_sha256 = False + [builder] # default is 1800, this probably has no effect! timeout=108000