From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 116763 invoked by alias); 3 May 2016 14:31:15 -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 116747 invoked by uid 89); 3 May 2016 14:31:14 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=news X-HELO: relay1.mentorg.com Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Tue, 03 May 2016 14:31:04 +0000 Received: from nat-ies.mentorg.com ([192.94.31.2] helo=SVR-IES-FEM-01.mgc.mentorg.com) by relay1.mentorg.com with esmtp id 1axbLq-0002Mf-2h from joseph_myers@mentor.com ; Tue, 03 May 2016 07:31:02 -0700 Received: from digraph.polyomino.org.uk (137.202.0.76) by SVR-IES-FEM-01.mgc.mentorg.com (137.202.0.104) with Microsoft SMTP Server id 14.3.224.2; Tue, 3 May 2016 15:31:00 +0100 Received: from jsm28 (helo=localhost) by digraph.polyomino.org.uk with local-esmtp (Exim 4.86_2) (envelope-from ) id 1axbLm-0003Nw-3l; Tue, 03 May 2016 14:30:58 +0000 Date: Tue, 03 May 2016 14:31:00 -0000 From: Joseph Myers To: Simon Marchi CC: Joel Brobecker , Subject: Re: gdb-7.11.1 re-spin update In-Reply-To: <5728B36D.6090304@ericsson.com> Message-ID: References: <20160425214951.GA4079@adacore.com> <5728B36D.6090304@ericsson.com> User-Agent: Alpine 2.20 (DEB 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" X-SW-Source: 2016-05/txt/msg00036.txt.bz2 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 -- Joseph S. Myers joseph@codesourcery.com