diff --git a/modules/sysadmin_guide/pages/koschei.adoc b/modules/sysadmin_guide/pages/koschei.adoc index 0c06e1a..8ebedb7 100644 --- a/modules/sysadmin_guide/pages/koschei.adoc +++ b/modules/sysadmin_guide/pages/koschei.adoc @@ -208,3 +208,13 @@ koschei-admin branch-collection f27 f28 -d 'Fedora 27' -t f28 --bugzilla-version Then you can optionally verify that the collection configuration is correct by visiting https://apps.fedoraproject.org/koschei/collections and examining the configuration of the newly branched collection. + +== Edit Koschei group to make it global + +Koschei runs in an openshift instance. Connect to the openshift control vm using `ssh` and run the following commands: + +.... +oc project koschei +oc rsh +koschei-admin edit-group myuser/mygroup --make-global --new-name mygroup +.... \ No newline at end of file