copr: set temporary alias from epel-8 to rhelbeta-8

See https://bugzilla.redhat.com/show_bug.cgi?id=1705912

This won't just start working after this commit. Here we just
prepare the configuration, but it will be properly read only
once we release new copr-frontend
This commit is contained in:
Jakub Kadlčík 2019-06-07 00:28:21 +02:00
parent 022ed16be9
commit aa4d5036b5

View file

@ -89,3 +89,9 @@ COPR_DIST_GIT_LOGS_URL = "https://{{ dist_git_base_url }}/per-task-logs"
BLACKLISTED_GROUPS = ['fedorabugs', 'packager', 'provenpackager']
DEFER_BUILD_SECONDS = 300
# We may have a (temporary) chroot that doesn't correspond with /etc/os-release
# 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"}