[OE-core] [PATCH 20/20] fetch: allow regexps in mirror protocol

2012-06-27 Thread Enrico Scholz
Last mirror rewrite caused a regression not accepting .*://.*/.* file://${DL_DIR}/../local/ like specifications anymore. Patch restores old behavior by using regexp matching when checking protocol. Signed-off-by: Enrico Scholz enrico.sch...@sigma-chemnitz.de --- lib/bb/fetch2/__init__.py |

Re: [OE-core] [PATCH 20/20] fetch: allow regexps in mirror protocol

2012-06-27 Thread Robert P. J. Day
On Wed, 27 Jun 2012, Enrico Scholz wrote: Last mirror rewrite caused a regression not accepting .*://.*/.* file://${DL_DIR}/../local/ like specifications anymore. Patch restores old behavior by using regexp matching when checking protocol. Signed-off-by: Enrico Scholz