This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[glibc(refs/meta/config)] Send email for all branch updates


https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=f9e050f75fd8638b46a251621b2083c0db795145

commit f9e050f75fd8638b46a251621b2083c0db795145
Author: Florian Weimer <fweimer@redhat.com>
Date:   Thu May 16 09:57:52 2019 +0200

    Send email for all branch updates
    
    Bugzilla updates are now filtered out in a wrapper script.

Diff:
---
 project.config | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/project.config b/project.config
index 5b38723..00af489 100644
--- a/project.config
+++ b/project.config
@@ -22,9 +22,6 @@
         # notification email, and also copy sent to the file-commit-cmd.
         commit-url = "https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=%(rev)s"
 
-        # Only send emails for master and release branches.
-        no-emails = refs/heads/(?!master|release.*)
-
         # Allow rebasing private branches.
         allow-non-fast-forward = (?!master|release.*)
 
@@ -34,7 +31,10 @@
         style-checker = /git/glibc.git/hooks-bin/style_checker
 
         # Send a copy to bugzilla if a commit has a PR number in it.
-        file-commit-cmd = "/sourceware/infra/bin/email-to-bugzilla -G 'glibc'"
-        # The script that calls the irker (IRC notification of new
+	# The script is a wrapper around
+	# /sourceware/infra/bin/email-to-bugzilla.
+        file-commit-cmd = "/git/glibc.git/hooks-bin/email-to-bugzilla-filtered"
+
+	# The script that calls the irker (IRC notification of new
         # commits).  Only master and release branches apply.
         post-receive-hook = /git/glibc.git/hooks-bin/post-receive


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]