From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10317 invoked by alias); 28 Apr 2015 13:33:19 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 9192 invoked by uid 89); 28 Apr 2015 13:33:18 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.3 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-Spam-User: qpsmtpd, 3 recipients X-HELO: mail-oi0-f42.google.com Received: from mail-oi0-f42.google.com (HELO mail-oi0-f42.google.com) (209.85.218.42) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Tue, 28 Apr 2015 13:33:08 +0000 Received: by oica37 with SMTP id a37so116038902oic.0; Tue, 28 Apr 2015 06:33:06 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.202.208.1 with SMTP id h1mr13329696oig.74.1430227986638; Tue, 28 Apr 2015 06:33:06 -0700 (PDT) Received: by 10.76.54.14 with HTTP; Tue, 28 Apr 2015 06:33:06 -0700 (PDT) In-Reply-To: <20150428132617.GB4994@adacore.com> References: <20150428132617.GB4994@adacore.com> Date: Tue, 28 Apr 2015 15:12:00 -0000 Message-ID: Subject: Re: Git email hook stopped working after bugzilla update From: "H.J. Lu" To: Joel Brobecker , GNU C Library Cc: Binutils , GDB Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2015-04/txt/msg01046.txt.bz2 On Tue, Apr 28, 2015 at 6:26 AM, Joel Brobecker wrote: >> Git email hook stopped working after bugzilla update: >> >> https://sourceware.org/bugzilla/show_bug.cgi?id=18330 > > It should not be specific to git; We're configured to use the same > script as before git-hooks transition to email the updates. Here is > the command we use: > > /sourceware/infra/bin/email-to-bugzilla -G 'gdb binutils' > > (the contents of the email is piped via stdin) > > I suspect either authentication, or schema changes causing > the breakage (total guess, though). Adding glibc. -- H.J.