guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: First guix pull is too costly


From: Ludovic Courtès
Subject: Re: First guix pull is too costly
Date: Fri, 01 Jul 2022 14:52:57 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux)

Hi,

zimoun <zimon.toutoune@gmail.com> skribis:

> Assuming alice is user already existing on the machine and bob is the
> new user.  Something like should do the job,
>
> ALICE=/home/alice/.cache/guix/checkouts/pjmkglp4t7znuugeurpurzikxq3tnlaywmisyr27shj7apsnalwq
> BOB=/home/BOB/.cache/guix/checkouts/pjmkglp4t7znuugeurpurzikxq3tnlaywmisyr27shj7apsnalwq
> mkdir -p $BOB
> git clone $ALICE $BOB

Does ‘git clone’ do a better job than libgit2/Guile-Git (which is what
‘guix pull’ uses) in case it gets disconnected while fetching the repo?
Is it able to resume when libgit2 isn’t?

(I’d be surprised, but I don’t know.)

Ludo’.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]