From be6e3b016138bb7c327d55c744c21415cc928471 Mon Sep 17 00:00:00 2001 From: Ryan Lerch Date: Fri, 11 Apr 2025 09:25:09 +1000 Subject: [PATCH] pagure: close pagure.io off to new projects Signed-off-by: Ryan Lerch --- roles/pagure/templates/pagure.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/pagure/templates/pagure.cfg b/roles/pagure/templates/pagure.cfg index 61ed2bed39..75806490e5 100644 --- a/roles/pagure/templates/pagure.cfg +++ b/roles/pagure/templates/pagure.cfg @@ -402,7 +402,7 @@ LOGGING_GIT_HOOKS = { }, } } -{% if env == 'pagure-staging' %} + # Setting ENABLE_UI_NEW_PROJECTS, ACLS, ADMIN_API_ACLS to stop # creation of new projects going forward on pagure.io ENABLE_UI_NEW_PROJECTS = False @@ -455,7 +455,7 @@ ADMIN_API_ACLS = [ "tag_project", "create_project", ] -{% endif %} + CROSS_PROJECT_ACLS = [ 'create_project',