Re: Add script to setup codesigning on macOS
Philippe Blain <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <[email protected]> |
I don’t think that would be a problem for me. The original script in LLDB does not have a specific license, so I guess the general LLDB license [1] (Apache 2.0) would apply to that file. From what I understand that would be OK for GDB but I don’t know a lot about these things. I’ll get started ! Philippe. [1] https://github.com/llvm-mirror/lldb/blob/master/LICENSE.TXT Le 12 déc. 2019 à 18:05, Joel Brobecker <[email protected]> a écrit : >> 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