infra-docs-fpo/modules/howtos/pages/creating_groups_distgit.adoc
Nils Philippsen b4afb2f945 DC move: iad => rdu3, 10.3. => 10.16.
And remove some obsolete things.

Signed-off-by: Nils Philippsen <nils@redhat.com>
2025-07-04 16:32:42 +02:00

23 lines
841 B
Text

= How to create a group in dist-git
[NOTE]
====
You may want to read first xref:groups_in_fedora.adoc[Groups in Fedora] for information on the
different types of groups in Fedora.
====
Dist-git does not allow anyone to create groups, only admins can do it via the
`pagure-admin` CLI tool.
To create a group, you can simply run the command on pkgs01.rdu3.fedoraproject.org:
+
----
pagure-admin new-group <group_name> <username of requester> \
--description="short description" \
--display="Name used in the UI"
----
The group members are then sync upon their login in dist-git (ie: people will
have to log out and back in for their group membership to be refreshed).
How to give groups from someone to someone else can be found in xref:give_groups_dist_git.adoc[How to give a group from someone to someone else in dist-git].