From 0a47333ffc24644ce05b3191bff870595c59980d Mon Sep 17 00:00:00 2001 From: Ryan Lerch Date: Mon, 16 Mar 2026 15:08:22 +1000 Subject: [PATCH] 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 --- roles/pagure/templates/pagure.cfg | 8 -------- 1 file changed, 8 deletions(-) diff --git a/roles/pagure/templates/pagure.cfg b/roles/pagure/templates/pagure.cfg index a45075c1fd..e999b7b887 100644 --- a/roles/pagure/templates/pagure.cfg +++ b/roles/pagure/templates/pagure.cfg @@ -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'