From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23519 invoked by alias); 12 Dec 2019 23:05:23 -0000 Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org Received: (qmail 23509 invoked by uid 89); 12 Dec 2019 23:05:23 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-5.2 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.1 spammy=qualify, HContent-Transfer-Encoding:8bit X-HELO: rock.gnat.com Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 12 Dec 2019 23:05:22 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 3B62656079; Thu, 12 Dec 2019 18:05:21 -0500 (EST) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id FKeOoLC70fpZ; Thu, 12 Dec 2019 18:05:21 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 0DB5C56077; Thu, 12 Dec 2019 18:05:21 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id D08C6897C7; Fri, 13 Dec 2019 00:05:18 +0100 (CET) Date: Thu, 12 Dec 2019 23:05:00 -0000 From: Joel Brobecker To: Philippe Blain Cc: gdb@sourceware.org Subject: Re: Add script to setup codesigning on macOS Message-ID: <20191212230518.GC2511@adacore.com> References: <4CFCAA53-2233-4013-A682-48BB2025058E@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <4CFCAA53-2233-4013-A682-48BB2025058E@gmail.com> User-Agent: Mutt/1.9.4 (2018-02-28) X-SW-Source: 2019-12/txt/msg00017.txt.bz2 > I’m interested in setting up a macOS build of GDB on conda-forge ([1], > [2]) and it seems that in order to do it the codesigning procedure > would have to be automated, i.e. entirely command-line driven. The > LLDB project already has a script doing exactly that [3], and I was > thinking of adding such a script to the conda-forge GDB feedstock. > However, I thought it could be a good idea to add it directly to the > GDB repository. Would a patch adding such a script be well received ? Not speaking for the entire group, but from my perspective, I don't see an objection off-hand to the idea of having it in the GDB repository. However, the GDB projects only accepts contributions that are either small or obvious enough to be accepted as is. For other contributions such as this one (IMO) that do not qualify, you need to be able to assign the copyrigh of that file to the FSF (need copyright assignment on file, and have permission to assign the copyright to the FSF). -- Joel