From 6021c1782dadcced05beb83c9d349447bd72e6ef Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Mon, 21 Jun 2021 12:05:01 +0200 Subject: [PATCH] copr-fe: s/whitelist/allowlist/ Related to https://pagure.io/copr/copr/c/e44fec2afee66c90468d3c9610c18ccf104564a8 --- roles/copr/frontend-cloud/templates/copr.conf | 2 +- roles/copr/frontend/templates/copr.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/copr/frontend-cloud/templates/copr.conf b/roles/copr/frontend-cloud/templates/copr.conf index 8c7e359a5e..ac9b72ba56 100644 --- a/roles/copr/frontend-cloud/templates/copr.conf +++ b/roles/copr/frontend-cloud/templates/copr.conf @@ -114,7 +114,7 @@ DISCOURSE_URL = "https://discussion.fedoraproject.org/" CHROOT_NAME_RELEASE_ALIAS = {"epel-8": "rhelbeta-8"} {% if whitelist_emails is defined %} -WHITELIST_EMAILS = [ +ALLOWLIST_EMAILS = [ {% for recipient in whitelist_emails %} "{{ recipient }}", {% endfor %} diff --git a/roles/copr/frontend/templates/copr.conf b/roles/copr/frontend/templates/copr.conf index 0b5f10d4b3..b0b0c6e11e 100644 --- a/roles/copr/frontend/templates/copr.conf +++ b/roles/copr/frontend/templates/copr.conf @@ -73,7 +73,7 @@ DISCOURSE_URL = "https://discussion.fedoraproject.org/" CHROOT_NAME_RELEASE_ALIAS = {"epel-8": "rhelbeta-8"} {% if whitelist_emails is defined %} -WHITELIST_EMAILS = [ +ALLOWLIST_EMAILS = [ {% for recipient in whitelist_emails %} "{{ recipient }}", {% endfor %}