Bug#1032623: lintian-brush: vcswatch should not raise error on repos > 1GiB in size

2023-03-30 Thread Christoph Berg
Re: Gábor Németh > I see. > > > trycmd ('git', 'clone', '--quiet', '--bare', '--mirror', '--depth', > > '50', '--no-single-branch', '--template', '', $url, $pkgdir); > > > > depth=1 wouldn't work since we use "git describe". > > Wouldn't then adding [.., '--filter', 'blob:none', ..] suffice for t

Bug#1032623: lintian-brush: vcswatch should not raise error on repos > 1GiB in size

2023-03-30 Thread Gábor Németh
I see. > trycmd ('git', 'clone', '--quiet', '--bare', '--mirror', '--depth', > '50', '--no-single-branch', '--template', '', $url, $pkgdir); > > depth=1 wouldn't work since we use "git describe". Wouldn't then adding [.., '--filter', 'blob:none', ..] suffice for the needs of vncwatch? BR, Gábor

Bug#1032623: lintian-brush: vcswatch should not raise error on repos > 1GiB in size

2023-03-30 Thread Christoph Berg
Re: Gábor Németh > and my question if this behavior can be changed on d.o side by doing > shallow / blobless `git clone`? Either of these only produces a 200MB > checkout for the package I'm working with. Hi Gábor, we are already doing that to some extent: trycmd ('git', 'clone', '--quiet', '--