]> code.ossystems Code Review - openembedded-core.git/commit
bitbake: Fix try_mirrors() logic, was only trying the first mirror.
authorJoshua Lock <josh@linux.intel.com>
Thu, 4 Feb 2010 14:08:34 +0000 (14:08 +0000)
committerJoshua Lock <josh@linux.intel.com>
Thu, 4 Feb 2010 14:08:34 +0000 (14:08 +0000)
commitc9fd126f64ec57cc0799ad03f32f509b5266e0ff
tree5a02620dde4f8f37f4f3712a8acd1e3d8d78aa6e
parent72495b5f3743b79f9c82fd6b8ffba865fa3031da
bitbake: Fix try_mirrors() logic, was only trying the first mirror.

The logic in try_mirrors() was buggy such that only the first entry in the
mirrors list was tried.

This patch fixes this. Thanks to Richard for the review.

Signed-off-by: Joshua Lock <josh@linux.intel.com>
bitbake/lib/bb/fetch/__init__.py