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:
parent
50fc6d4d72
commit
0a47333ffc
1 changed files with 0 additions and 8 deletions
|
|
@ -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'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue