copr-fe: s/whitelist/allowlist/
Related to https://pagure.io/copr/copr/c/e44fec2afee66c90468d3c9610c18ccf104564a8
This commit is contained in:
parent
3e91f8fdf4
commit
6021c1782d
2 changed files with 2 additions and 2 deletions
|
@ -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 %}
|
||||
|
|
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue