1
0
Fork 0
forked from infra/ansible

pagure-staging: add git push message for pagure.io decommissioning

Signed-off-by: Ryan Lerch <rlerch@redhat.com>
This commit is contained in:
Ryan Lerch 2026-03-16 13:42:28 +10:00
commit 50fc6d4d72

View file

@ -478,6 +478,14 @@ PRIVATE_PROJECTS = False
FEDMSG_NOTIFICATIONS = False
FEDORA_MESSAGING_NOTIFICATIONS = True
THEME = 'pagureio'
{% if env == 'pagure-staging' %}
# Message shown in terminal on git push (e.g. sunset notice)
GIT_PUSH_MESSAGE = '''===============================================================================
IMPORTANT: pagure.io is expected to be decommissioned by Flock 2026.
https://discussion.fedoraproject.org/t/decommissioning-of-pagure-io-anticipated-by-flock-2026/181997
==============================================================================='''
{% endif %}
MIRROR_SSHKEYS_FOLDER='/srv/mirror/ssh'