git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* is there a short cut - cloning kernel - resolving deltas 3+ hours and going...
@ 2022-05-04 15:54 Jason Pyeron
  2022-05-04 16:56 ` Jason Pyeron
  0 siblings, 1 reply; 3+ messages in thread
From: Jason Pyeron @ 2022-05-04 15:54 UTC (permalink / raw
  To: git

I am on a 4 core ARM system 1GB ram...

remote: Enumerating objects: 8716377, done.
remote: Counting objects: 100% (748/748), done.
remote: Compressing objects: 100% (748/748), done.
remote: Total 8716377 (delta 4), reused 740 (delta 0), pack-reused 8715629
Receiving objects: 100% (8716377/8716377), 3.54 GiB | 6.85 MiB/s, done.
Resolving deltas: 100% (7232922/7232922), done.

Helpful thoughts? Or do I just need more patience.

-JAson

--
Jason Pyeron  | Architect
PD Inc        | Certified SBA 8(a)
10 w 24th St  | Certified SBA HUBZone
Baltimore, MD | CAGE Code: 1WVR6
 
.mil: jason.j.pyeron.ctr@mail.mil
.com: jpyeron@pdinc.us
tel : 202-741-9397




^ permalink raw reply	[flat|nested] 3+ messages in thread

* RE: is there a short cut - cloning kernel - resolving deltas 3+ hours and going...
  2022-05-04 15:54 is there a short cut - cloning kernel - resolving deltas 3+ hours and going Jason Pyeron
@ 2022-05-04 16:56 ` Jason Pyeron
  2022-05-04 17:46   ` Konstantin Ryabitsev
  0 siblings, 1 reply; 3+ messages in thread
From: Jason Pyeron @ 2022-05-04 16:56 UTC (permalink / raw
  To: git

> -----Original Message-----
> From: Jason Pyeron 
> Sent: Wednesday, May 4, 2022 11:54 AM
> 
> I am on a 4 core ARM system 1GB ram...
> 
> remote: Enumerating objects: 8716377, done.
> remote: Counting objects: 100% (748/748), done.
> remote: Compressing objects: 100% (748/748), done.
> remote: Total 8716377 (delta 4), reused 740 (delta 0), pack-reused 8715629
> Receiving objects: 100% (8716377/8716377), 3.54 GiB | 6.85 MiB/s, done.
> Resolving deltas: 100% (7232922/7232922), done.
> 
> Helpful thoughts? Or do I just need more patience.

1. https://www.kernel.org/cloning-linux-from-a-bundle.html
2. do that on a better system
3. copy the .git folder over via NFS...

Done 5 minutes.

-Jason

--
Jason Pyeron  | Architect
PD Inc        | Certified SBA 8(a)
10 w 24th St  | Certified SBA HUBZone
Baltimore, MD | CAGE Code: 1WVR6
 
.mil: jason.j.pyeron.ctr@mail.mil
.com: jpyeron@pdinc.us
tel : 202-741-9397



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: is there a short cut - cloning kernel - resolving deltas 3+ hours and going...
  2022-05-04 16:56 ` Jason Pyeron
@ 2022-05-04 17:46   ` Konstantin Ryabitsev
  0 siblings, 0 replies; 3+ messages in thread
From: Konstantin Ryabitsev @ 2022-05-04 17:46 UTC (permalink / raw
  To: Jason Pyeron; +Cc: git

On Wed, May 04, 2022 at 12:56:38PM -0400, Jason Pyeron wrote:
> > I am on a 4 core ARM system 1GB ram...

This is mostly where the problem lies, unfortunately. Resolving deltas does
require quite a bit of CPU power and a 4-core ARM system is just not that
powerful.

> 1. https://www.kernel.org/cloning-linux-from-a-bundle.html
> 2. do that on a better system
> 3. copy the .git folder over via NFS...

Indeed, copying over a pre-checked out repository from a trusted place is your
best course of action. I've considered providing something like this directly
from kernel.org, but this is fundamentally different from git cloning and
requires a whole different level of trust that I'm not comfortable with.

-K'

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-05-04 18:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-05-04 15:54 is there a short cut - cloning kernel - resolving deltas 3+ hours and going Jason Pyeron
2022-05-04 16:56 ` Jason Pyeron
2022-05-04 17:46   ` Konstantin Ryabitsev

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).