pagure: close pagure.io off to new projects

Signed-off-by: Ryan Lerch <rlerch@redhat.com>
This commit is contained in:
Ryan Lercho 2025-04-11 09:25:09 +10:00 committed by ryanlerch
parent 83e9619526
commit be6e3b0161

View file

@ -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',