Use comps-eln.xml instead of comps-rawhide.xml.

Signed-off-by: Jan Kaluza <jkaluza@redhat.com>
This commit is contained in:
Jan Kaluza 2020-10-08 20:26:58 +02:00
parent c518711afc
commit 621047615f

View File

@ -10,8 +10,8 @@ RELEASE_VERSION_XYZ = "%s.%s.%s" % (RELEASE_VERSION_X, RELEASE_VERSION_Y, RELEAS
COMPS_REPO = "https://pagure.io/fedora-comps.git"
COMPS_BRANCH = "master"
COMPS_FILE = "comps-rawhide.xml"
COMPS_COMMAND = "make comps-rawhide.xml"
COMPS_FILE = "comps-eln.xml"
COMPS_COMMAND = "make comps-eln.xml"
MODULE_DEFAULTS_REPO = "https://pagure.io/releng/fedora-module-defaults.git"