[sysadmin-bin] Add post-receive-notify-l10n in rotation and remove the procmail based notification system



commit c7624f0f36756224370870ccf612cec64aef6dfd
Author: Andrea Veri <averi redhat com>
Date:   Fri Sep 13 14:39:59 2019 +0200

    Add post-receive-notify-l10n in rotation and remove the procmail based notification system

 git/gnome-post-receive          | 1 +
 git/post-receive-notify-updates | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/git/gnome-post-receive b/git/gnome-post-receive
index f8a6b07..90a867f 100755
--- a/git/gnome-post-receive
+++ b/git/gnome-post-receive
@@ -29,6 +29,7 @@ fi
 tee >($BINDIR/log-push 1>&2) \
     >($BINDIR/post-receive-update-description 1>&2) \
     >($BINDIR/post-receive-notify-updates 1>&2) \
+    >($BINDIR/post-receive-notify-l10n 1>&2) \
     >($BINDIR/post-receive-notify-ostree 1>&2) \
     >($BINDIR/post-receive-notify-kgb 1>&2) \
     >($BINDIR/post-receive-github 1>&2) \
diff --git a/git/post-receive-notify-updates b/git/post-receive-notify-updates
index 3d0e5a4..5b065a8 100755
--- a/git/post-receive-notify-updates
+++ b/git/post-receive-notify-updates
@@ -39,7 +39,7 @@ from git import *
 from util import die, strip_string as s, start_email, end_email
 
 # These addresses always get notified
-ALL_MODULE_RECIPIENTS = [ "gnomeweb socket gnome org" ]
+ALL_MODULE_RECIPIENTS = []
 
 BRANCH_RE = re.compile(r'^refs/heads/(.*)$')
 def get_branch_name(refname):


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]