copr-fe: s/whitelist/allowlist/

Related to https://pagure.io/copr/copr/c/e44fec2afee66c90468d3c9610c18ccf104564a8
This commit is contained in:
Pavel Raiskup 2021-06-21 12:05:01 +02:00
parent 3e91f8fdf4
commit 6021c1782d
2 changed files with 2 additions and 2 deletions

View file

@ -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 %}

View file

@ -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 %}