distgit/pagure: only show the ssh url to packager and don't allow moving git tags around

Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
Pierre-Yves Chibon 2020-05-04 11:32:45 +02:00
parent 4f569fff37
commit 48793d378d

View file

@ -109,6 +109,9 @@ EXTERNAL_COMMITTER = {
}
}
SSH_ACCESS_GROUPS = ["packager"]
ALLOW_API_UPDATE_GIT_TAGS = False
{% if env == "staging" %}
ACL_DEBUG = True