public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc(refs/meta/config)] Send email for all branch updates
@ 2019-05-16  8:06 Florian Weimer
  0 siblings, 0 replies; only message in thread
From: Florian Weimer @ 2019-05-16  8:06 UTC (permalink / raw)
  To: glibc-cvs

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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-05-16  8:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-16  8:06 [glibc(refs/meta/config)] Send email for all branch updates Florian Weimer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).