Re: [OE-core] [PATCH 3/3] sstate.bbclass: brute force silence fetch errors

2013-06-10 Thread Otavio Salvador
On Mon, Jun 10, 2013 at 5:46 PM, Christopher Larson wrote: > From: Christopher Larson > > bb.fetch2.Fetcher.download() prints any fetch errors that come from the > underlying fetcher, rather than letting the caller do so, which means > there's > no way to silence the fetch error messages without

[OE-core] [PATCH 3/3] sstate.bbclass: brute force silence fetch errors

2013-06-10 Thread Christopher Larson
From: Christopher Larson bb.fetch2.Fetcher.download() prints any fetch errors that come from the underlying fetcher, rather than letting the caller do so, which means there's no way to silence the fetch error messages without manipulating the loggers. So we do so. The reason for doing this is tha