[PATCH] D38298: A logic to copy LLVM licences into docker images.

Ilya Biryukov via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 28 10:51:11 PDT 2017


>
> What I'm saying is there is an apparent need to have in tree:
>>
>> 1) a way to collect the list of licenses files that needs to be
>> distributed with LLVM.
>> 2) a way to package them with a LLVM binary distribution.
>> 3) duplicating this in tree seems bad and not maintainable.
>>
>
>
>
I agree, but if every single packaging format wants #1 and #2 in different
> formats and containing different things, how do you expect to build any
> common functionality here?
>

As long as #1 is available as a separate step, every distribution can build
#2 on top of it in their own way.
Having a standard implementation of #2 (used for release scripts?) does not
hurt either.

-- 
Regards,
Ilya Biryukov
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170928/2f636525/attachment.html>


More information about the llvm-commits mailing list