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