Re: Referencing an upstream subdir in the sources

2024-01-10 Thread Iñaki Ucar
Great guide and references. Thanks, Michael and Michal. Iñaki El mié., 10 ene. 2024 13:41, Michal Schorm escribió: > On Wed, Jan 10, 2024 at 12:14 PM Michael J Gruber > wrote: > > Alternatively, we (used to?) have several packages which need to clean > > upstream sources before even committing

Re: Referencing an upstream subdir in the sources

2024-01-10 Thread Michal Schorm
On Wed, Jan 10, 2024 at 12:14 PM Michael J Gruber wrote: > Alternatively, we (used to?) have several packages which need to clean > upstream sources before even committing them to the lookaside cache. I do it for MariaDB for example, deleting part of the sources under unapproved licenses: htt

Re: Referencing an upstream subdir in the sources

2024-01-10 Thread Michael J Gruber
Am Mi., 10. Jan. 2024 um 11:39 Uhr schrieb Iñaki Ucar : > > Hi, > > A package has its source code embedded as a subdirectory of a larger > piece of software. Sometimes they publish this subdirectory as a > separate tar as a release artifact, but sometimes they forget. > > To avoid depending on thei

Referencing an upstream subdir in the sources

2024-01-10 Thread Iñaki Ucar
Hi, A package has its source code embedded as a subdirectory of a larger piece of software. Sometimes they publish this subdirectory as a separate tar as a release artifact, but sometimes they forget. To avoid depending on their memory (and opening an issue each time), I would like to simply down