Openembedded Core Discussions
 help / color / mirror / Atom feed
* git do_unpack
@ 2020-06-28 17:27 John Klug
  2020-06-28 19:30 ` [OE-core] " Alexander Kanavin
  0 siblings, 1 reply; 7+ messages in thread
From: John Klug @ 2020-06-28 17:27 UTC (permalink / raw)
  To: openembedded-core

[-- Attachment #1: Type: text/plain, Size: 739 bytes --]

Recently it has come to my attention that in morty, and maybe later, do_unpack for git does not use the downloads directory, and attempts to contact the git server.

This is unfortunate, as we often do bitbake -c fetchall and give tarballs of our workspace to customers, thinking it would save something, but it appears the savings are limited, and now I have a customer complaint about this, since I have one recipe that uses a private repository.

What is the logic of not using the downloads directory for the source of the unpack?

I recently fixed a recipe by writing an unpack that does not use networking and does a clone of the downloads directory to get around this.  Why is this not done by openembedded-core?

Thanks.

[-- Attachment #2: Type: text/html, Size: 781 bytes --]

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

end of thread, other threads:[~2020-06-30 17:31 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-06-28 17:27 git do_unpack John Klug
2020-06-28 19:30 ` [OE-core] " Alexander Kanavin
2020-06-30  4:45   ` John Klug
2020-06-30  8:23     ` Quentin Schulz
2020-06-30  8:24     ` Alexander Kanavin
2020-06-30 17:24       ` John Klug
2020-06-30 17:31         ` Alexander Kanavin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox