Re: [bitbake-devel] [PATCH 0/1] crates.io data access policy
Ross Burton <[email protected]>
| Newsgroups | org.openembedded.lists.bitbake-devel |
|---|---|
| Message-ID | <[email protected]> |
On 27 Apr 2026, at 18:35, Quentin Schulz via lists.openembedded.org <[email protected]> wrote: > > The crate fetcher is derived from the wget fetch method which does seem to implement a UA reporting bitbake and its version, see 234f9e810494 ("fetch2/wget: set User-Agent to 'bitbake/version' in checkstatus()"). The best thing would be to try yourself (I'm assuming having a webserver you control and change the fetcher to use your local webserver (or possibly even setting up a PREMIRRORS for crates)). That’s checkstatus, not the actual fetch. Put this on the list of reasons why I dislike the wget fetcher: two entirely distinct codepaths. Ross