Hi,

I'm working on an Intranet and have some internal SVN/GIT servers I fetch from.

AFAIUI all fetchers call "try_mirror" first resulting in wget trying
to fetch a tarball version of the repo.
If it fails, it then tries to do a real checkout from the repo
mentionned in the URI.

This wget call uses SRC_TARBALL_STASH so that it's possible to
redirect it to an internal web server.

I've set up a web server and set SRC_TARBALL_STASH but I don't want to
use this for the internal servers.
It's fine for stuff I don't want to manage myself, but otherwise it
means that I must:
1 - commit changes
2 - generate a new tarball
3 - put this tarball on my web server
4 - rebuild the recipe

that's a terrible workflow.

If I don't use tarballs at all, everytime I rebuild it, i must wait a
very long time until wget timeout and then fetches from the repo,
that's terrible too.

What I'd like to have could be a list of IP addresses and/or domain
names which the fetchers check first and then bypass the try_mirror
step.

But maybe I'm missing something or there's another way to do this, but
I haven't found it yet.
I've asked many times in #oe without luck, I hope maybe someone here could help.

Regards,
Matthieu.
_______________________________________________
Bitbake-dev mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/bitbake-dev

Reply via email to