Re: Dealing with the vendor directory

2021-12-14 Thread Stephen Gelman
On Dec 14, 2021 at 3:31:21 AM, Cyril Brulebois wrote: > Hi Stephen, > > Stephen Gelman (2021-12-13): > > With the new-style packaging repo format that uses the upstream git, > > it appears that the vendor directory gets pulled in from the upstream. > > How are people handling this? I can exclude

Re: Dealing with the vendor directory

2021-12-14 Thread Cyril Brulebois
Hi Stephen, Stephen Gelman (2021-12-13): > With the new-style packaging repo format that uses the upstream git, > it appears that the vendor directory gets pulled in from the upstream. > How are people handling this? I can exclude the vendor directory from > the build but it still doesn’t seem gr

Re: Dealing with the vendor directory

2021-12-14 Thread Peymaneh Nejad
Hi Stephen, >With the new-style packaging repo format that uses the upstream git, it >appears that the vendor directory gets pulled in from the upstream. How are >people handling this? I can exclude the vendor directory from the build but >it still doesn’t seem great to ship it at all… I believe

Dealing with the vendor directory

2021-12-13 Thread Stephen Gelman
Hey all, With the new-style packaging repo format that uses the upstream git, it appears that the vendor directory gets pulled in from the upstream. How are people handling this? I can exclude the vendor directory from the build but it still doesn’t seem great to ship it at all… Thanks! Stephen