From ff75a7591b38fc7de76977b9c69c37cedeeb06e5 Mon Sep 17 00:00:00 2001 From: Anatoli Babenia Date: May 05 2018 22:57:57 +0000 Subject: [PATCH 1/2] Explain admin access to four repositoris Closes https://pagure.io/pagure/issue/3209 --- diff --git a/doc/usage/index.rst b/doc/usage/index.rst index 681eb2c..e72ff0b 100644 --- a/doc/usage/index.rst +++ b/doc/usage/index.rst @@ -7,8 +7,7 @@ which can be useful to know and that this section of the doc covers. One of the major difference with GitHub and GitLab is that for each project -on pagure, four git repositories are made available to the admins of the -project: +on pagure, four git repositories are made available: * A git repository containing the source code, displayed in the main section of the pagure project. @@ -17,10 +16,13 @@ project: * A git repository for the metadata for pull-requests +Issues and pull-requests repositories are not public and only available to +admins of the project, since they can contain private tickets. + You can find the URLs to access or clone these git repositories on the overview page of the project. On the menu on the right side, there is a menu `Source GIT URLs`, next to it is a little `more` button, by clicking on it -you will be given the URLs to the other three git repos. +as project admin you will be given the URLs to the other three git repos. Each section correspond to one of the four git repositories created for each project. From 29b106c2fff2d9e148b02d489a31e8cc191376e2 Mon Sep 17 00:00:00 2001 From: Anatoli Babenia Date: May 15 2018 01:04:44 +0000 Subject: [PATCH 2/2] Update doc/usage/index.rst with review comments Not only admins, but also committers have access to PRs and issues repos --- diff --git a/doc/usage/index.rst b/doc/usage/index.rst index e72ff0b..506d9b3 100644 --- a/doc/usage/index.rst +++ b/doc/usage/index.rst @@ -17,12 +17,12 @@ on pagure, four git repositories are made available: Issues and pull-requests repositories are not public and only available to -admins of the project, since they can contain private tickets. +admins and committers of the project, since they can contain private tickets. You can find the URLs to access or clone these git repositories on the overview page of the project. On the menu on the right side, there is a menu `Source GIT URLs`, next to it is a little `more` button, by clicking on it -as project admin you will be given the URLs to the other three git repos. +as project admin or committer you will be given the URLs to the other three git repos. Each section correspond to one of the four git repositories created for each project.