copr: remove chroot alias from epel-8 to rhelbeta-8
Fix: BZ 1756632 The epel-8-* chroots are already provided by mock-core-configs and enabled in copr, so we don't have to redirect them to any other repository.
This commit is contained in:
parent
73f8540b12
commit
aae7364f8c
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ DISCOURSE_URL = "https://discussion.fedoraproject.org/"
|
|||
# on a client system, e.g. "rhelbeta-8" chroots in Copr which doesn't match to
|
||||
# any real system, instead it is a temporary alias for "epel-8". In such case,
|
||||
# set this to {"epel-8": "rhelbeta-8"}
|
||||
CHROOT_NAME_RELEASE_ALIAS = {"epel-8": "rhelbeta-8"}
|
||||
CHROOT_NAME_RELEASE_ALIAS = {}
|
||||
{% if whitelist_emails is defined %}
|
||||
|
||||
WHITELIST_EMAILS = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue