gather: fix missing qubes groups when creating iso repo

This commit is contained in:
Frédéric Pierret (fepitre) 2019-12-17 23:48:22 +01:00
parent 22070f43a7
commit 127b27d292
No known key found for this signature in database
GPG Key ID: 484010B5CDC576E2

View File

@ -85,7 +85,7 @@ iso-prepare:
iso-installer-gather:
mkdir -p $(BASE_DIR)/os/Packages
umask 022; $(PUNGI) $(PUNGI_OPTS) --config $(INSTALLER_KICKSTART) --download-to=$(BASE_DIR)/os/Packages
pushd $(BASE_DIR)/os/ && $(CREATEREPO) -q .
pushd $(BASE_DIR)/os/ && $(CREATEREPO) -q -g $(INSTALLER_DIR)/conf/comps-qubes.xml .
iso-installer-lorax:
sed -e "s/%FCREL%/$(DIST_VER)/g" $(INSTALLER_DIR)/conf/dnf-lorax.repo.in > $(INSTALLER_DIR)/conf/dnf-lorax.repo