From f2153739f0b2f53ba30ad5181da9f6195465d6ea Mon Sep 17 00:00:00 2001 From: Michal Konecny Date: Mon, 29 Jan 2024 16:24:07 +0100 Subject: [PATCH] Add required permissions Add required permissions to steps in troubleshooting guide. Signed-off-by: Michal Konecny --- modules/sysadmin_guide/pages/pagure.adoc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/sysadmin_guide/pages/pagure.adoc b/modules/sysadmin_guide/pages/pagure.adoc index 39953c6..241c163 100644 --- a/modules/sysadmin_guide/pages/pagure.adoc +++ b/modules/sysadmin_guide/pages/pagure.adoc @@ -116,6 +116,8 @@ users re-create the projects as they wish. + The repositories could be found on `/srv/git/repositories/` and inside each you can check `refs/pull/` directory. +For checking the permissions you don't need any special permissions, but +if you need to adjust anything you need to root permissions. . Close the PR using `requests` repository + @@ -137,6 +139,7 @@ Use `git log` for that . Removing the PR from project + This should be last resort when everything others fails. +You need to have root access to `pagure02`. + .. Log in to PostgreSQL db on `pagure02` +