From 127b27d2929ddb1cdcba6c880aaba9c82673b0e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Pierret=20=28fepitre=29?= Date: Tue, 17 Dec 2019 23:48:22 +0100 Subject: [PATCH] gather: fix missing qubes groups when creating iso repo --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 01204e2..a901656 100644 --- a/Makefile +++ b/Makefile @@ -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