Re: [bug#68606] role of core-updates

2024-01-25 Thread Andreas Enge
Am Wed, Jan 24, 2024 at 02:22:08PM -0500 schrieb Maxim Cournoyer: > Since patchelf is core material, if the rest of the series depend on > that update, it should go to core-updates as well. If I understand correctly, the series just needs patchelf 0.18, which is already in core-updates. So I will

Re: Git-LFS or Git Annex?

2024-01-25 Thread Giovanni Biscuolo
Hi pukkamustard, git-annex is complex but no so complicated when you learn the two foundamental concepts (sorry if I say something obvious to you!): 1. only the names of the files and some other metadata are stored in a git repository when using git-annex, the content is not; when you "git annex

Re: [shepherd] several patches that i deem ready

2024-01-25 Thread Zheng Junjie
Maxim Cournoyer writes: > Hi Attila, > > Attila Lendvai writes: > >>> About "cheaper code path when a log level is disabled at runtime", >>> perhaps it can be improved in guile-lib, but otherwise that's a nice >>> list. I just wish we had a good logging library in Guile and could stop >>> rein

Re: Git-LFS or Git Annex?

2024-01-25 Thread Simon Tournier
Hi Ludo, all, On mer., 24 janv. 2024 at 16:22, Ludovic Courtès wrote: > The question boils down to: Git-LFS or Git Annex? Some months ago, I gave a look for managing some datasets. My conclusion is Git-Annex. The main drawback of Git-LFS is that the server needs to support the protocol. On G

Re: Git-LFS or Git Annex?

2024-01-25 Thread Kyle Meyer
Simon Tournier writes: > As we see, since ’origin’ is unreachable, it fetches directly from the > web. Well, on machine-B running: > > git annex sync && git annex get -A > > allows to first update the keys and then to fetch all the new content > from ’origin’. It eases the maintenance of back