From 0579c7ef7ae5df8e7ba755ad7bbe6311a5afac7a Mon Sep 17 00:00:00 2001 From: Tomas Kopecek Date: Jun 06 2017 15:33:12 +0000 Subject: document easier bootstrap for groups --- diff --git a/docs/source/server_bootstrap.rst b/docs/source/server_bootstrap.rst index f91ca07..a87b868 100644 --- a/docs/source/server_bootstrap.rst +++ b/docs/source/server_bootstrap.rst @@ -85,6 +85,14 @@ starting point for your minimal buildroot. $ koji add-group-pkg dist-foo-build build pkg1 $ koji add-group-pkg dist-foo-build build pkg2 +Maybe you want to copy complete Fedora's groups. Then it would be easier to +do it in a bulk - export Fedora's data and import it to your build tag. + +:: + + $ koji -s https://$ARCH.koji.fedoraproject.org/kojihub show-groups --comps f17-build > comps.xml + $ koji import-comps comps.xml dist-foo-build + - regenerate the repo ::