Re: [squid-dev] RFC submodule repositories

2022-08-02 Thread Alex Rousskov
On 8/1/22 22:32, Amos Jeffries wrote: On 1/08/22 03:09, Alex Rousskov wrote: On 7/31/22 00:29, Amos Jeffries wrote: When PR #937 merges we will have the ability to shuffle old helpers into a separate repository that users can import as a submodule to build with their Squid as-needed. What

Re: [squid-dev] RFC submodule repositories

2022-08-02 Thread ngtech1ltd
tps://ngtech.co.il/ My-Tube: https://tube.ngtech.co.il/ -Original Message- From: squid-dev On Behalf Of Amos Jeffries Sent: Tuesday, 2 August 2022 5:32 To: squid-dev@lists.squid-cache.org Subject: Re: [squid-dev] RFC submodule repositories On 1/08/22 03:09, Alex Rousskov wrote: > On 7/31/22

Re: [squid-dev] RFC submodule repositories

2022-08-02 Thread Francesco Chemolli
> > > ( So every change to Squid has to be justified as an optimization now. > Right... ) > My experience with submodules is not great; I often ended up with detached sub-branches that were a pain to deal with. Given that, I am trying to understand if it's worth it, that's all. As opposed to,

Re: [squid-dev] RFC submodule repositories

2022-08-02 Thread Stuart Henderson
As a package maintainer: the workflow for package builds on many OS uses tar downloads and if these are produced by git-archive (e.g. as done on github's "download source" links) they don't include submodules. So, if used for some helper which is normally included in OS packages, submodules can

Re: [squid-dev] RFC submodule repositories

2022-08-01 Thread Amos Jeffries
On 1/08/22 03:09, Alex Rousskov wrote: On 7/31/22 00:29, Amos Jeffries wrote: When PR #937 merges we will have the ability to shuffle old helpers into a separate repository that users can import as a submodule to build with their Squid as-needed. In my experience, git submodules are a

Re: [squid-dev] RFC submodule repositories

2022-07-31 Thread ngtech1ltd
day, 31 July 2022 7:29 To: Squid Developers Subject: [squid-dev] RFC submodule repositories When PR #937 merges we will have the ability to shuffle old helpers into a separate repository that users can import as a submodule to build with their Squid as-needed. What (if any) updates do we n

Re: [squid-dev] RFC submodule repositories

2022-07-31 Thread Francesco Chemolli
Hi, I second Alex' view point, I don't have a clear understanding about what is the benefit that you're trying to obtain. On Sun, Jul 31, 2022 at 4:09 PM Alex Rousskov < rouss...@measurement-factory.com> wrote: > On 7/31/22 00:29, Amos Jeffries wrote: > > When PR #937 merges we will have the

Re: [squid-dev] RFC submodule repositories

2022-07-31 Thread Alex Rousskov
On 7/31/22 00:29, Amos Jeffries wrote: When PR #937 merges we will have the ability to shuffle old helpers into a separate repository that users can import as a submodule to build with their Squid as-needed. In my experience, git submodules are a powerful feature that is rather difficult to

[squid-dev] RFC submodule repositories

2022-07-30 Thread Amos Jeffries
When PR #937 merges we will have the ability to shuffle old helpers into a separate repository that users can import as a submodule to build with their Squid as-needed. What (if any) updates do we need to make to Anubis and other infrastructure so support git submodules ? Amos