From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26104 invoked by alias); 12 Jan 2015 05:05:55 -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 26072 invoked by uid 89); 12 Jan 2015 05:05:52 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.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, 2 recipients X-HELO: mail-oi0-f48.google.com Received: from mail-oi0-f48.google.com (HELO mail-oi0-f48.google.com) (209.85.218.48) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Mon, 12 Jan 2015 05:05:50 +0000 Received: by mail-oi0-f48.google.com with SMTP id u20so19057963oif.7; Sun, 11 Jan 2015 21:05:48 -0800 (PST) MIME-Version: 1.0 X-Received: by 10.202.174.198 with SMTP id x189mr15294582oie.78.1421039148628; Sun, 11 Jan 2015 21:05:48 -0800 (PST) Received: by 10.76.185.7 with HTTP; Sun, 11 Jan 2015 21:05:48 -0800 (PST) In-Reply-To: <20150112045849.GW5445@adacore.com> References: <20141128135756.GK548@adacore.com> <20141207142138.GJ7899@adacore.com> <20141213165103.GA26944@adacore.com> <20141214204731.GA15244@adacore.com> <20141221224607.GN12884@adacore.com> <20150105041322.GB23617@adacore.com> <20150110065853.GS5445@adacore.com> <20150112045849.GW5445@adacore.com> Date: Mon, 12 Jan 2015 05:05:00 -0000 Message-ID: Subject: Re: ANNOUNCEMENT: we have now switched to new git hooks (was: "Re: RFC: using AdaCore's git hooks for binutils-gdb.git ...") From: "H.J. Lu" To: Joel Brobecker Cc: GDB , Binutils Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2015-01/txt/msg00290.txt.bz2 On Sun, Jan 11, 2015 at 8:58 PM, Joel Brobecker wrote: >> This checkin: >> >> https://sourceware.org/ml/binutils-cvs/2015-01/msg00074.html >> >> didn't update the bugzilla. > > OK - I think I found the source of the problem (configuration issue), > and I suspect that only binutils was affected (ie, GDB PRs would have > been updated). > > It should be fixed, now, but we should keep our eyes peeled for > the next commit with a PR number, for both binutils and GDB, just > to be sure. > The bugzilla entry doesn't show which branch the commit was applied into. I committed the fix into both master and 2.25 branches. There is only one bugzilla entry for my commits. -- H.J.