#4285 Deprecate fedmsg and announce it
Merged 5 years ago by pingou. Opened 5 years ago by pingou.

file modified
+6
@@ -49,6 +49,12 @@ 

      if not pagure_config.get("FEDMSG_NOTIFICATIONS", True):

          return

  

+     _log.warning(

+         "fedmsg support is being deprecated in favor of fedora-messaging "

+         "you likely want to stop relying on it as it will disapear in the "

+         "future, most likely in the 6.0 release"

+     )

+ 

      # We catch Exception if we want :-p

      # pylint: disable=broad-except

      # Ignore message about fedmsg import

pretty please pagure-ci rebuild

5 years ago

rebased onto 9ddea287e66472d3e23bea3abc9334e95d275a8c

5 years ago

Pull-Request has been merged by pingou

5 years ago