Pagure-staging: remove unimplemented config for git hook message

I mistakenly thought there was a GIT_PUSH_MESSAGE option, but there is
not. so removing this from staging.

Signed-off-by: Ryan Lerch <rlerch@redhat.com>
This commit is contained in:
Ryan Lerch 2026-03-16 15:08:22 +10:00
commit 0a47333ffc

View file

@ -478,14 +478,6 @@ 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'