From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from esa3.mentor.iphmx.com (esa3.mentor.iphmx.com [68.232.137.180]) by sourceware.org (Postfix) with ESMTPS id B79D3394D8B1; Wed, 11 Mar 2020 21:36:04 +0000 (GMT) IronPort-SDR: FTZwtyYSMqu3C3LKqbp1vHcPMgVx5QaIhtXZoR/v867lTKp53ETrZuvAri7Km1fOUMamMuE7Cx 3/o9rHC84mBFw6xvhvdXhJph/wU2K3A14tpReVOms2zveJTWPMRQDe5EnVX7tWc+2UevjFrtxE VJJu23KBJdf8HHe8qM9sP0uTwx6rO8qoSE7BO4/ydD+AtezDcAC2Y+vSplYabaUmf7iuX667TQ dvvo51E35ar8RGsck7LRBz6u43KyOiaXcs29KeHsr1zDQCIEeei/eTgU3PMdE9OKpdNPVTrl3u /Y0= X-IronPort-AV: E=Sophos;i="5.70,542,1574150400"; d="scan'208";a="46641900" Received: from orw-gwy-02-in.mentorg.com ([192.94.38.167]) by esa3.mentor.iphmx.com with ESMTP; 11 Mar 2020 13:36:03 -0800 IronPort-SDR: 7vRH6YOSHAq4h9IRuAGI555KE3woDWgTG1Jdvlt5KTqBlbaOsUfZ9MJ9eZmIB/xrxiYkjMbAoE y7Ax2R0AeQSDbZO5OyK9ydWrbUS1dP4AB7BJ4PIBQLzZGjafbgaMJoY87TBH99hG8gLvHZvowN v+VZsvycT4zvciuzhZ+SyyoLBMqh7fmhWofWLft/QACkssv2uRv2DzlDI+y6sui2mcAPpnoyUV E3OkR+vSebq5cu1BFVWno/om7frDayWZvGeuKb1wzYQecBJ9bAlTtLzsXM+y46Q4Vm34qSYgQP Qoc= Date: Wed, 11 Mar 2020 21:17:17 +0000 From: Joseph Myers X-X-Sender: jsm28@digraph.polyomino.org.uk To: "Frank Ch. Eigler" CC: Overseers mailing list , , GCC Development Subject: Re: GCC bugzilla: REST API In-Reply-To: <20200311184124.GA683@redhat.com> Message-ID: References: <55783f9d-0368-77e0-3091-f7cfc69eaa39@suse.cz> <20200311184124.GA683@redhat.com> User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" X-Originating-IP: [137.202.0.90] X-ClientProxiedBy: SVR-IES-MBX-03.mgc.mentorg.com (139.181.222.3) To SVR-IES-MBX-03.mgc.mentorg.com (139.181.222.3) X-Spam-Status: No, score=-1.7 required=5.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS, SPF_HELO_NONE, SPF_PASS autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: gcc@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Mar 2020 21:36:05 -0000 On Wed, 11 Mar 2020, Frank Ch. Eigler via Gcc wrote: > Hi - > > > I'm working on a script that will catch the missing email into > > Bugzilla that are triggered by git commits mentioning a PR. > > For that I would need the enablement of REST API that was enabled > > in previous bugzilla instance. > > Just for clarity, which REST API was this? Have a test URL we can > useto smoke-test? Here's anm example for sourceware bugzilla, where it's also broken, but used to work. https://sourceware.org/bugzilla/rest.cgi/bug?product=glibc&resolution=FIXED&target_milestone=2.32&include_fields=id,component,summary (as used in the list-fixed-bugs.py script to generate a list of bugs that goes in the glibc NEWS file at release time). /www/gcc/bugzilla/Bugzilla/Install/Requirements.pm has a list of perl modules required by various Bugzilla features. It appears new-sourceware is missing at least JSON::RPC and Test::Taint required for the REST API. Likely the other features people report are missing are the result of other such missing modules. Some of those were in what's now the lib.rhel6-obsolete directory in both GCC and sourceware Bugzilla (going through the modules there to see what features they might cause to be missing may be a good idea), but you may want to install relevant modules from appropriate OS packages if available. -- Joseph S. Myers joseph@codesourcery.com