From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 115040 invoked by alias); 3 May 2016 15:01: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 115021 invoked by uid 89); 3 May 2016 15:01:54 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:1061, news X-HELO: usplmg20.ericsson.net Received: from usplmg20.ericsson.net (HELO usplmg20.ericsson.net) (198.24.6.45) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Tue, 03 May 2016 15:01:47 +0000 Received: from EUSAAHC006.ericsson.se (Unknown_Domain [147.117.188.90]) by usplmg20.ericsson.net (Symantec Mail Security) with SMTP id 94.4B.09012.4D5B8275; Tue, 3 May 2016 16:29:41 +0200 (CEST) Received: from [142.133.110.144] (147.117.188.8) by smtp-am.internal.ericsson.com (147.117.188.92) with Microsoft SMTP Server id 14.3.248.2; Tue, 3 May 2016 11:01:44 -0400 Subject: Re: gdb-7.11.1 re-spin update To: Joseph Myers References: <20160425214951.GA4079@adacore.com> <5728B36D.6090304@ericsson.com> CC: Joel Brobecker , From: Simon Marchi Message-ID: <5728BD57.20909@ericsson.com> Date: Tue, 03 May 2016 15:01:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2016-05/txt/msg00038.txt.bz2 On 16-05-03 10:30 AM, Joseph Myers wrote: > On Tue, 3 May 2016, Simon Marchi wrote: > >> I think that this particular problem could be efficiently solved with scripting. >> Apparently, Bugzilla now has an API [1], although I can't find how to use it on >> the sourceware BZ, maybe it's too old. >> >> If that API was accessible, it should be easy to write a script that prints a >> nicely formatted list of all issues with target milestone == 7.11.1, ready to >> copy paste in the email. It could also tell which issues are still open and warn >> if any of these doesn't have an assignee. So it could give you a quick overview >> of the state of the release. > > The REST API definitely works for sourceware Bugzilla; we use it for glibc > to generate a list of fixed bugs for the NEWS file. > > https://sourceware.org/git/?p=glibc.git;a=blob;f=scripts/list-fixed-bugs.py;h=51f3c36e693a67978ba58706499db132fefe1e4e;hb=HEAD Thanks, I'll have a look! Just glancing at it quickly, it very much looks like what I was describing :).