Branch: refs/heads/master Author: Enrico Tröger enrico.troeger@uvena.de Committer: Enrico Tröger enrico.troeger@uvena.de Date: Sun, 29 May 2022 13:19:16 UTC Commit: c8f404264a26fd5901c363702125a6a01e742249 https://github.com/geany/infrastructure/commit/c8f404264a26fd5901c363702125a...
Log Message: ----------- Remove debug code
Oops, sorry.
Modified Paths: -------------- scripts/git_hooks/github_commit_mail.py
Modified: scripts/git_hooks/github_commit_mail.py 23 lines changed, 11 insertions(+), 12 deletions(-) =================================================================== @@ -61,18 +61,17 @@ EMAIL_RECIPIENT_MAP = { # repository: email address # geany - 'geany/geany': 'enrico.troeger@uvena.de', - # ~'geany/geany': 'commits@lists.geany.org', - # ~'geany/talks': 'commits@lists.geany.org', - # ~'geany/infrastructure': 'commits@lists.geany.org', - # ~'geany/www.geany.org': 'commits@lists.geany.org', - # ~'geany/geany-themes': 'commits@lists.geany.org', - # ~'geany/geany-osx': 'commits@lists.geany.org', - # ~# plugins - # ~'geany/geany-plugins': 'plugins-commits@lists.geany.org', - # ~'geany/plugins.geany.org': 'plugins-commits@lists.geany.org', - # ~# newsletter - # ~'geany/newsletter': 'newsletter-commits@lists.geany.org', + 'geany/geany': 'commits@lists.geany.org', + 'geany/talks': 'commits@lists.geany.org', + 'geany/infrastructure': 'commits@lists.geany.org', + 'geany/www.geany.org': 'commits@lists.geany.org', + 'geany/geany-themes': 'commits@lists.geany.org', + 'geany/geany-osx': 'commits@lists.geany.org', + # plugins + 'geany/geany-plugins': 'plugins-commits@lists.geany.org', + 'geany/plugins.geany.org': 'plugins-commits@lists.geany.org', + # newsletter + 'geany/newsletter': 'newsletter-commits@lists.geany.org', }
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).