From 621047615fe986daab22e287f47581536463458c Mon Sep 17 00:00:00 2001 From: Jan Kaluza Date: Oct 08 2020 18:26:58 +0000 Subject: Use comps-eln.xml instead of comps-rawhide.xml. Signed-off-by: Jan Kaluza --- diff --git a/fedora/variables.conf b/fedora/variables.conf index f4b5f7b..49323a7 100644 --- a/fedora/variables.conf +++ b/fedora/variables.conf @@ -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"